Searched refs:nftw64 (Results 1 – 12 of 12) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | test64.c | 55 if ((ret = nftw64("./tmp/data/dirh", test_func1, MAX_FD, 0)) == -1) { in test1A() 116 if ((ret = nftw64("./tmp/data/dirl", test_func1, MAX_FD, FTW_PHYS)) in test2A() 161 if ((ret = nftw64("./tmp/data/dirl", test_func3, MAX_FD, 0)) == -1) { in test3A() 199 if ((ret_val = nftw64(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 236 if ((ret_val = nftw64(path, test_func4, MAX_FD, 0)) == -1) { in test5A() 280 ret_val = nftw64(path, test_func5, MAX_FD, FTW_CHDIR); in test6A() 310 if ((ret = nftw64("./tmp/data/dirg", test_func7, MAX_FD, 0)) == -1) { in test7A() 340 if ((ret = nftw64("./tmp/data/dirg", test_func8, MAX_FD, 0)) == -1) { in test8A() 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() [all …]
|
D | Makefile | 22 nftw64.o tools64.o test_func64.o test64.o lib64.o: %.o: %.c 26 nftw6401: nftw64.o tools64.o test_func64.o test64.o lib64.o
|
D | tools64.c | 175 return nftw64(path, nftw64_fn, 10, FTW_MOUNT); in callback()
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
D | misc_nftw64_test.cpp | 61 int ret = nftw64(path, CheckNftw64, TEST_FD_LIMIT, flag[i]); 74 int result = nftw64("/does/not/exist", NullCallback, TEST_FD_LIMIT, FTW_PHYS); 87 int result = nftw64("", NullCallback, TEST_FD_LIMIT, FTW_PHYS);
|
/third_party/musl/include/ |
D | ftw.h | 34 #define nftw64 nftw macro
|
/third_party/musl/ndk_musl_include/ |
D | ftw.h | 34 #define nftw64 nftw macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | ftw.h | 34 #define nftw64 nftw macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | ftw.h | 34 #define nftw64 nftw macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | ftw.h | 34 #define nftw64 nftw macro
|
/third_party/musl/porting/liteos_a/user/src/misc/ |
D | nftw.c | 128 weak_alias(nftw, nftw64);
|
/third_party/musl/src/misc/ |
D | nftw.c | 142 weak_alias(nftw, nftw64);
|
/third_party/musl/ |
D | libc.map.txt | 1202 nftw64;
|