/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | test.c | 57 if ((ret = nftw("./tmp/data/dirh", test_func1, MAX_FD, 0)) == -1) { in test1A() 118 if ((ret = nftw("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A() 162 if ((ret = nftw("./tmp/data/dirl", test_func3, MAX_FD, 0)) == -1) { in test3A() 199 if ((ret_val = nftw(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 235 if ((ret_val = nftw(path, test_func4, MAX_FD, 0)) == -1) { in test5A() 278 ret_val = nftw(path, test_func5, MAX_FD, FTW_CHDIR); in test6A() 306 if ((ret = nftw("./tmp/data/dirg", test_func7, MAX_FD, 0)) == -1) { in test7A() 335 if ((ret = nftw("./tmp/data/dirg", test_func8, MAX_FD, 0)) == -1) { in test8A() 364 if ((ret = nftw("./tmp/data/dirg", test_func9, MAX_FD, FTW_PHYS)) == -1) { in test9A() 393 if ((ret = nftw("./tmp/data/dirg", test_func10, MAX_FD, in test10A() [all …]
|
D | Makefile | 19 nftw01: nftw.o tools.o test_func.o test.o lib.o
|
D | tools.c | 175 return nftw(path, nftw_fn, 10, FTW_MOUNT); in callback()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/ |
D | nftw.c | 62 int ret = nftw(path, nftw_callback, TEST_FD_LIMIT, flag[i]); 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()
|
D | test_src_functionalext_supplement_misc.gni | 30 "nftw",
|
/third_party/musl/include/ |
D | ftw.h | 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); 34 #define nftw64 nftw
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | ftw.h | 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); 34 #define nftw64 nftw
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ftw.h | 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); 34 #define nftw64 nftw
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ftw.h | 30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); 34 #define nftw64 nftw
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | nftw.c | 107 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_… in nftw() function 128 weak_alias(nftw, nftw64);
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
D | freedreno_dt.c | 102 nftw(path, find_freqs_fn, 64, 0); in find_freqs() 190 ret = nftw("/proc/device-tree/", find_device_fn, 64, 0); in find_device()
|
/third_party/musl/src/misc/ |
D | nftw.c | 145 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_… in nftw() function 166 weak_alias(nftw, nftw64);
|
/third_party/musl/src/legacy/ |
D | ftw.c | 8 return nftw(path, (int (*)())fn, fd_limit, FTW_PHYS); in ftw()
|
/third_party/ltp/testcases/kernel/syscalls/ |
D | Makefile | 15 mincore mprotect nftw profil remap_file_pages sbrk
|
/third_party/elfutils/tests/ |
D | lfs-symbols | 54 nftw
|
/third_party/musl/libc-test/src/api/ |
D | ftw.c | 73 {int(*p)(const char*,int(*)(const char*,const struct stat*,int,struct FTW*),int,int) = nftw;} in f()
|
/third_party/mesa3d/src/util/tests/ |
D | cache_test.cpp | 76 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
|
/third_party/musl/ |
D | libc.map.txt | 1216 nftw;
|
D | WHATSNEW | 1173 - nftw FTW_MOUNT flag prevented walking any directories at all 1821 - nftw gave incorrect base name offset when pathname ends in "/"
|
D | musl_src.gni | 836 "src/misc/nftw.c",
|
/third_party/NuttX/ |
D | ReleaseNotes | 27489 Implement ftw and nftw functions
|