Searched refs:nftw (Results 1 – 9 of 9) sorted by relevance
/freebsd/lib/libc/tests/gen/ |
H A D | ftw_test.c | 97 ATF_REQUIRE_MSG(nftw(dir, cb, 10, ftwflags) != -1, in ATF_TC_BODY() 102 ATF_REQUIRE_MSG(nftw(dir, cb, 10, ftwflags) != -1, in ATF_TC_BODY() 107 ATF_REQUIRE_MSG(nftw(dir, cb, 10, ftwflags) != -1, in ATF_TC_BODY() 112 ATF_REQUIRE_MSG(nftw(dir, cb, 10, ftwflags) != -1, in ATF_TC_BODY()
|
/freebsd/include/ |
H A D | ftw.h | 58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
|
/freebsd/lib/libc/gen/ |
H A D | nftw-compat11.c | 112 __sym_compat(nftw, freebsd11_nftw, FBSD_1.0);
|
H A D | nftw.c | 30 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, in nftw() function
|
H A D | Makefile.inc | 103 nftw.c \ 104 nftw-compat11.c \ 380 MLINKS+=ftw.3 nftw.3
|
H A D | Symbol.map | 419 nftw;
|
/freebsd/usr.sbin/snapinfo/ |
H A D | snapinfo.c | 167 ret = nftw(path, compare_function, 1, FTW_PHYS|FTW_MOUNT); in find_inum()
|
/freebsd/lib/libpmc/pmu-events/ |
H A D | jevents.c | 55 #define nftw nftw_ordered macro 1010 * nftw() doesn't let us pass an argument to the processing function, 1285 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1289 rc = nftw(ldirname, process_one_file, maxfds, 0); in main() 1295 rc = nftw(ldirname, preprocess_arch_std_files, maxfds, 0); in main() 1299 rc = nftw(ldirname, process_one_file, maxfds, 0); in main()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2355 fun:nftw=uninstrumented
|