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_NOSTAT
(Results
1 - 4
of
4
) sorted by relevance
/third_party/FreeBSD/lib/libc/gen/
H
A
D
fts.c
88
* The "
FTS_NOSTAT
" option can avoid a lot of calls to stat(2) if it
618
* The real slowdown in walking the tree is the stat calls. If
FTS_NOSTAT
is
673
} else if (ISSET(
FTS_NOSTAT
) && ISSET(FTS_PHYSICAL)) {
in fts_build()
687
ISSET(
FTS_NOSTAT
), ISSET(FTS_PHYSICAL), ISSET(FTS_SEEDOT));
in fts_build()
891
sbp = ISSET(
FTS_NOSTAT
) ? &sb : p->fts_statp;
in fts_stat()
1023
if (ISSET(
FTS_NOSTAT
))
in fts_alloc()
1031
if (ISSET(
FTS_NOSTAT
)) {
in fts_alloc()
/third_party/FreeBSD/include/
H
A
D
fts.h
94
#define
FTS_NOSTAT
0x008 /* don't get stat info */
macro
/third_party/elfutils/libdwfl/
H
A
D
linux-kernel-modules.c
399
FTS *fts = fts_open (modulesdir,
FTS_NOSTAT
| FTS_LOGICAL, NULL);
in dwfl_linux_kernel_report_offline()
669
FTS *fts = fts_open (dirs,
FTS_NOSTAT
| FTS_LOGICAL, NULL);
in check_module_notes()
803
FTS *fts = fts_open (modulesdir,
FTS_NOSTAT
| FTS_LOGICAL, NULL);
in dwfl_linux_kernel_find_elf()
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H
A
D
libcpuset.c
3213
fts_flags = FTS_PHYSICAL | FTS_NOCHDIR |
FTS_NOSTAT
| FTS_XDEV;
in cpuset_fts_open()
Completed in 8 milliseconds