HomeSort by relevance Sort by last modified time
    Searched refs:FTW_F (Results 1 - 12 of 12) sorted by null

  /bionic/tests/headers/posix/
ftw_h.c 38 MACRO(FTW_F);
  /bionic/libc/include/
ftw.h 36 #define FTW_F 0 /* File. */
  /external/libcap/progs/
getcap.c 40 if (tflag != FTW_F) {
101 int tflag = S_ISREG(stbuf.st_mode) ? FTW_F :
  /external/ltp/testcases/kernel/syscalls/nftw/
nftw.c 229 {"/dirg/filebad", FTW_F},
230 {"/dirg/fileok", FTW_F},
234 {"/dirg/dir_left.1/dir_left.2/left.3", FTW_F},
238 {"FTW_F", FTW_F},
379 fprintf(temp, "depth, int flags) shall pass FTW_F as the third\n");
nftw64.c 229 {"/dirg/filebad", FTW_F},
230 {"/dirg/fileok", FTW_F},
234 {"/dirg/dir_left.1/dir_left.2/left.3", FTW_F},
238 {"FTW_F", FTW_F},
385 fprintf(temp, "depth, int flags) shall pass FTW_F as the third\n");
test_func.c 183 if (ftw_integer == FTW_D || ftw_integer == FTW_F ||
186 FTW_F)) ?
265 if (ftw_integer == FTW_F) {
619 if (ftw_integer == FTW_F) {
test_func64.c 185 if (ftw_integer == FTW_D || ftw_integer == FTW_F ||
188 FTW_F)) ?
268 if (ftw_integer == FTW_F) {
633 if (ftw_integer == FTW_F) {
  /bionic/libc/bionic/
ftw.cpp 81 fn_flag = FTW_F;
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 204 if (flag == FTW_F) {
223 if (flag == FTW_F) {
  /bionic/tests/
ftw_test.cpp 74 EXPECT_EQ(FTW_F, tflag) << fpath;
  /external/minijail/
system_unittest.cc 63 } else if (file_type == FTW_F) {
  /external/e2fsprogs/misc/
e4defrag.c     [all...]

Completed in 248 milliseconds