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:fts_namelen
(Results
1 - 3
of
3
) sorted by relevance
/third_party/elfutils/libdwfl/
H
A
D
linux-kernel-modules.c
346
if ((namelen ? f->
fts_namelen
== namelen + sizeof sfx - 1 \
in check_suffix()
347
: f->
fts_namelen
>= sizeof sfx) \
in check_suffix()
348
&& !memcmp (f->fts_name + f->
fts_namelen
- (sizeof sfx - 1), \
in check_suffix()
413
if (f->
fts_namelen
== sizeof "source" - 1
in dwfl_linux_kernel_report_offline()
437
char *name = strndup (f->fts_name, f->
fts_namelen
- suffix);
in dwfl_linux_kernel_report_offline()
444
for (size_t i = 0; i < f->
fts_namelen
- suffix; ++i)
in dwfl_linux_kernel_report_offline()
839
if (f->
fts_namelen
== sizeof "source" - 1
in dwfl_linux_kernel_find_elf()
/third_party/FreeBSD/lib/libc/gen/
H
A
D
fts.c
239
len = p->fts_pathlen = p->
fts_namelen
;
in fts_load()
244
p->
fts_namelen
= len;
in fts_load()
445
memmove(t, p->fts_name, p->
fts_namelen
+ 1);
in fts_read()
805
memmove(cp, p->fts_name, p->
fts_namelen
+ 1);
in fts_build()
1042
p->
fts_namelen
= namelen;
in fts_alloc()
/third_party/FreeBSD/include/
H
A
D
fts.h
119
__fts_size_t
fts_namelen
; /* strlen(fts_name) */
member
Completed in 6 milliseconds