/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | test.c | 118 if ((ret = nftw("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A() 364 if ((ret = nftw("./tmp/data/dirg", test_func9, MAX_FD, FTW_PHYS)) == -1) { in test9A() 394 FTW_PHYS)) == -1) { in test10A() 428 FTW_PHYS)) == -1) { in test11A() 458 FTW_PHYS)) == -1) { in test12A() 498 FTW_PHYS)) == -1) { in test13A() 557 nftw("./tmp/data/d666", test_func15, MAX_FD, FTW_PHYS)) == -1) { in test15A() 643 nftw("./tmp/data/dirl", test_func17, MAX_FD, FTW_PHYS)) == -1) { in test17A() 694 FTW_PHYS)) == -1) { in test18A() 958 nftw("./tmp/data/dirh", test_func23, MAX_FD, FTW_PHYS)) == -1) { in test23A()
|
D | test64.c | 116 if ((ret = nftw64("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A() 370 if ((ret = nftw64("./tmp/data/dirg", test_func9, MAX_FD, FTW_PHYS)) in test9A() 401 if ((ret = nftw64("./tmp/data/dirg", test_func10, MAX_FD, FTW_PHYS)) in test10A() 437 FTW_PHYS)) == -1) { in test11A() 466 if ((ret = nftw64("./tmp/data/dirg", test_func12, MAX_FD, FTW_PHYS)) in test12A() 507 if ((ret = nftw64("./tmp/data/dirg", test_func13, MAX_FD, FTW_PHYS)) in test13A() 568 if ((ret = nftw64("./tmp/data/d666", test_func15, MAX_FD, FTW_PHYS)) in test15A() 655 if ((ret = nftw64("./tmp/data/dirl", test_func17, MAX_FD, FTW_PHYS)) in test17A() 707 if ((ret = nftw64("./tmp/data/dirg", test_func18, MAX_FD, FTW_PHYS)) in test18A() 976 if ((ret = nftw64("./tmp/data/dirh", test_func23, MAX_FD, FTW_PHYS)) in test23A()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | nftw.c | 58 int flag[TEST_FLAG_SIZE] = {FTW_PHYS, FTW_MOUNT, FTW_CHDIR, FTW_DEPTH}; in nftw_0100() 75 int ret = nftw(path, nftw_callback, 0, FTW_PHYS); in nftw_0200() 89 int ret = nftw(path, nftw_callback, TEST_FD_LIMIT, FTW_PHYS); in nftw_0300()
|
/third_party/musl/src/misc/ |
D | nftw.c | 31 if ((flags & FTW_PHYS) ? lstat(path, &st) : stat(path, &st) < 0) { in do_nftw() 32 if (!(flags & FTW_PHYS) && errno==ENOENT && !lstat(path, &st)) in do_nftw() 41 if (flags & FTW_PHYS) type = FTW_SL; in do_nftw()
|
/third_party/musl/src/legacy/ |
D | ftw.c | 8 return nftw(path, (int (*)())fn, fd_limit, FTW_PHYS); in ftw()
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ftw.h | 19 #define FTW_PHYS 1 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ftw.h | 19 #define FTW_PHYS 1 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | ftw.h | 19 #define FTW_PHYS 1 macro
|
/third_party/musl/ndk_musl_include/ |
D | ftw.h | 19 #define FTW_PHYS 1 macro
|
/third_party/musl/include/ |
D | ftw.h | 19 #define FTW_PHYS 1 macro
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 17 C(FTW_PHYS) in f()
|
/third_party/iowow/src/platform/unix/ |
D | unix.c | 329 if (nftw(path, _rmfile, 10, FTW_DEPTH | FTW_MOUNT | FTW_PHYS) < 0) { in iwp_removedir()
|
/third_party/mesa3d/src/util/tests/cache/ |
D | cache_test.c | 136 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
|
/third_party/e2fsprogs/misc/ |
D | e4defrag.c | 1688 int flags = FTW_PHYS | FTW_MOUNT; in main()
|