OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FTW_NS
(Results
1 - 9
of
9
) sorted by null
/bionic/tests/headers/posix/
ftw_h.c
42
MACRO(
FTW_NS
);
/bionic/libc/include/
ftw.h
40
#define
FTW_NS
4 /* Unknown type; stat() failed. */
/bionic/libc/bionic/
ftw.cpp
85
fn_flag =
FTW_NS
;
91
fn_flag = (nftw_fn != nullptr) ? FTW_SLN :
FTW_NS
;
/external/libcap/progs/
getcap.c
102
(S_ISLNK(stbuf.st_mode) ? FTW_SL :
FTW_NS
);
/bionic/tests/
ftw_test.cpp
57
if (tflag ==
FTW_NS
|| tflag == FTW_SLN) {
/external/ltp/testcases/kernel/syscalls/nftw/
nftw.c
228
/* not
FTW_NS
in following since stat can't fail if file exists */
241
{"
FTW_NS
",
FTW_NS
},
457
fprintf(temp, "depth, int flags) shall pass
FTW_NS
as the third\n");
nftw64.c
228
/* not
FTW_NS
in following since stat can't fail if file exists */
241
{"
FTW_NS
",
FTW_NS
},
469
fprintf(temp, "depth, int flags) shall pass
FTW_NS
as the third\n");
test_func.c
458
if (ftw_integer !=
FTW_NS
) {
460
"ERROR:
FTW_NS
not passed for file in unsearchable dir\n");
test_func64.c
468
if (ftw_integer !=
FTW_NS
) {
470
"ERROR:
FTW_NS
not passed for file in unsearchable dir\n");
Completed in 2858 milliseconds