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_read
(Results
1 - 10
of
10
) sorted by relevance
/third_party/FreeBSD/include/
H
A
D
fts.h
174
FTSENT *
fts_read
(FTS *);
/third_party/selinux/libselinux/utils/
H
A
D
selabel_get_digests_all_partial_matches.c
93
while ((ftsent =
fts_read
(fts)) != NULL) {
in main()
/third_party/elfutils/libdwfl/
H
A
D
linux-kernel-modules.c
409
while ((f =
fts_read
(fts)) != NULL)
in dwfl_linux_kernel_report_offline()
678
while ((f =
fts_read
(fts)) != NULL)
in check_module_notes()
835
while ((f =
fts_read
(fts)) != NULL)
in dwfl_linux_kernel_find_elf()
/third_party/selinux/libselinux/src/
H
A
D
selinux_restorecon.c
935
while (((void)(errno = 0), ftsent =
fts_read
(fts)) != NULL) {
in selinux_restorecon_thread()
1292
state.ftsent_first =
fts_read
(state.fts);
in selinux_restorecon_common()
1612
while ((ftsent =
fts_read
(fts)) != NULL) {
in selinux_restorecon_xattr()
/third_party/libabigail/src/
H
A
D
abg-tools-utils.cc
1958
while ((entry =
fts_read
(file_hierarchy)))
in gen_suppr_spec_from_headers_root_dir()
2275
while ((entry =
fts_read
(file_hierarchy)))
in find_file_under_dir()
2334
/// Test if an FTSENT pointer (resulting from
fts_read
) represents the
2364
/// Test if an FTSENT pointer (resulting from
fts_read
) represents a a
2413
while ((entry =
fts_read
(file_hierarchy)))
in find_vmlinux_and_module_paths()
2455
while ((entry =
fts_read
(file_hierarchy)))
in find_vmlinux_path()
/third_party/FreeBSD/lib/libc/gen/
H
A
D
fts.c
73
#define BREAD 3 /*
fts_read
*/
197
* Allocate a dummy pointer and make
fts_read
think that we've just
in fts_open()
305
fts_read
(FTS *sp)
in fts_read()
function
561
* If using chdir on a relative path and called BEFORE
fts_read
does
in fts_children()
565
*
fts_read
will work.
in fts_children()
616
* and
fts_read
. There are lots of special cases.
646
* If being called from
fts_read
, set the fts_info field.
in fts_build()
694
* names themselves. Note, that since
fts_read
won't be able to
in fts_build()
721
* could do them in
fts_read
before returning the path, but it's a
in fts_build()
847
*
fts_read
an
in fts_build()
[all...]
/third_party/libabigail/tools/
H
A
D
abipkgdiff.cc
1914
while ((entry =
fts_read
(file_hierarchy)))
in get_kabi_whitelists_from_arch_under_dir()
2292
while ((entry =
fts_read
(file_hierarchy)))
in get_interesting_files_under_dir()
/third_party/elfutils/debuginfod/
H
A
D
debuginfod-client.c
336
while ((f =
fts_read
(fts)) != NULL)
in debuginfod_clean_cache()
H
A
D
debuginfod.cxx
3626
// NB: fedora 31 glibc/fts(3) crashes inside
fts_read
() on empty
in scan_source_paths()
3652
while ((f =
fts_read
(fts)) != NULL)
in scan_source_paths()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libcpuset.c
3224
while ((ftsent =
fts_read
(fts)) != NULL) {
in cpuset_fts_open()
Completed in 26 milliseconds