Home
last modified time | relevance | path

Searched refs:nftw64 (Results 1 – 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtest64.c55 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 …]
DMakefile22 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
Dtools64.c175 return nftw64(path, nftw64_fn, 10, FTW_MOUNT); in callback()
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
Dmisc_nftw64_test.cpp61 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/
Dftw.h34 #define nftw64 nftw macro
/third_party/musl/ndk_musl_include/
Dftw.h34 #define nftw64 nftw macro
/third_party/musl/porting/liteos_m/kernel/include/
Dftw.h34 #define nftw64 nftw macro
/third_party/musl/porting/uniproton/kernel/include/
Dftw.h34 #define nftw64 nftw macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dftw.h34 #define nftw64 nftw macro
/third_party/musl/porting/liteos_a/user/src/misc/
Dnftw.c128 weak_alias(nftw, nftw64);
/third_party/musl/src/misc/
Dnftw.c142 weak_alias(nftw, nftw64);
/third_party/musl/
Dlibc.map.txt1202 nftw64;