Home
last modified time | relevance | path

Searched refs:nftw (Results 1 – 21 of 21) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dtest.c57 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 …]
DMakefile19 nftw01: nftw.o tools.o test_func.o test.o lib.o
Dtools.c175 return nftw(path, nftw_fn, 10, FTW_MOUNT); in callback()
/third_party/musl/libc-test/src/functionalext/supplement/misc/
Dnftw.c62 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()
Dtest_src_functionalext_supplement_misc.gni30 "nftw",
/third_party/musl/include/
Dftw.h30 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/
Dftw.h30 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/
Dftw.h30 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/
Dftw.h30 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/
Dnftw.c107 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/
Dfreedreno_dt.c102 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/
Dnftw.c145 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/
Dftw.c8 return nftw(path, (int (*)())fn, fd_limit, FTW_PHYS); in ftw()
/third_party/ltp/testcases/kernel/syscalls/
DMakefile15 mincore mprotect nftw profil remap_file_pages sbrk
/third_party/elfutils/tests/
Dlfs-symbols54 nftw
/third_party/musl/libc-test/src/api/
Dftw.c73 {int(*p)(const char*,int(*)(const char*,const struct stat*,int,struct FTW*),int,int) = nftw;} in f()
/third_party/mesa3d/src/util/tests/
Dcache_test.cpp76 return nftw(path, remove_entry, 64, FTW_DEPTH | FTW_PHYS); in rmrf_local()
/third_party/musl/
Dlibc.map.txt1216 nftw;
DWHATSNEW1173 - nftw FTW_MOUNT flag prevented walking any directories at all
1821 - nftw gave incorrect base name offset when pathname ends in "/"
Dmusl_src.gni836 "src/misc/nftw.c",
/third_party/NuttX/
DReleaseNotes27489 Implement ftw and nftw functions