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:valid_len
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/statvfs/
H
A
D
statvfs01.c
28
long
valid_len
;
in run()
local
34
valid_len
= buf.f_namemax;
in run()
36
valid_len
= buf.f_namemax / NLS_MAX_CHARSET_SIZE;
in run()
38
memset(valid_fname, 'a',
valid_len
);
in run()
39
memset(toolong_fname, 'b',
valid_len
+ 1);
in run()
41
valid_fname[
valid_len
] = 0;
in run()
42
toolong_fname[
valid_len
+1] = 0;
in run()
/third_party/musl/src/internal/
H
A
D
locale_impl.c
91
int
valid_len
;
in get_valid_icu_locale_name()
local
93
valid_len
= pos - name;
in get_valid_icu_locale_name()
95
valid_len
= strlen(name);
in get_valid_icu_locale_name()
97
if (icu_name_len >
valid_len
) {
in get_valid_icu_locale_name()
98
strncpy(icu_name, name,
valid_len
);
in get_valid_icu_locale_name()
Completed in 1 milliseconds