Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:len_str
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/arch/s390/lib/
H
A
D
uaccess.c
431
size_t done, len, offset,
len_str
;
in __strncpy_from_user()
local
441
len_str
= strnlen(dst, len);
in __strncpy_from_user()
442
done +=
len_str
;
in __strncpy_from_user()
443
src +=
len_str
;
in __strncpy_from_user()
444
dst +=
len_str
;
in __strncpy_from_user()
445
} while ((
len_str
== len) && (done < size));
in __strncpy_from_user()
/kernel/linux/linux-6.6/tools/testing/selftests/kvm/
H
A
D
guest_print_test.c
96
int
len_str
= strlen(assert_msg);
in ucall_abort()
local
98
int offset =
len_str
- len_substr;
in ucall_abort()
100
TEST_ASSERT(len_substr <=
len_str
,
in ucall_abort()
/kernel/linux/linux-6.6/tools/perf/util/
H
A
D
parse-events.c
2210
int
len_str
, max_len, cut = 0;
in __parse_events_error__print()
local
2223
len_str
= strlen(str);
in __parse_events_error__print()
2224
max_len = width -
len_str
;
in __parse_events_error__print()
2243
idx =
len_str
+ err_idx - cut;
in __parse_events_error__print()
/kernel/linux/linux-5.10/tools/perf/util/
H
A
D
parse-events.c
2208
int
len_str
, max_len, cut = 0;
in __parse_events_print_error()
local
2221
len_str
= strlen(str);
in __parse_events_print_error()
2222
max_len = width -
len_str
;
in __parse_events_print_error()
2241
idx =
len_str
+ err_idx - cut;
in __parse_events_print_error()
Completed in 11 milliseconds