Searched refs:nftw (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10/Libc-1044.1.2/include/
H A Dftw.h30 * second argument to ftw(3) and nftw(3). Say it three times fast!
41 * Flags for use as the 4th argument to nftw(3). These may be ORed together.
68 int nftw(const char *, int (*)(const char *, const struct stat *, int,
69 struct FTW *), int, int) __DARWIN_ALIAS_I(nftw); variable
72 int nftw(const char *, int (*)(const char *, const struct stat *, int,
73 struct FTW *), int, int) LIBC_ALIAS_I(nftw); variable
/macosx-10.10/ksh-23/ksh/src/lib/libast/comp/
H A Dnftw.c24 * nftw implementation
37 struct FTW nftw; local
44 nftw.base = ftw->pathlen - ftw->namelen;
45 nftw.level = ftw->level;
46 nftw.quit = 0;
47 n = (*nftw_userf)(ftw->path, &ftw->statb, n, &nftw);
48 ftw->status = nftw.quit;
53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) function
H A Dftw.h24 * ftw,nftw over ftwalk
56 extern int nftw(const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int);
/macosx-10.10/srm-7/srm/src/
H A Dtree_walker.c216 nftw(trees[i], ftw_process_path, 10, FTW_DEPTH);
218 nftw(trees[i], ftw_process_path, 10, 0);
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnftw.c1 /* $OpenBSD: nftw.c,v 1.2 2003/07/21 21:15:32 millert Exp $ */
24 static const char rcsid[] = "$OpenBSD: nftw.c,v 1.2 2003/07/21 21:15:32 millert Exp $";
169 requires ELOOP to end ftw and nftw walks with
182 /* Unix03 says nftw should break cycles and not return
270 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, function
/macosx-10.10/Security-57031.1.35/Security/sec/securityd/
H A DOTATrustUtilities.c303 return nftw(path, unlink_cb, 64, FTW_DEPTH | FTW_PHYS);
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile137 getdate.c getsubopt.c glob.c nftw.c openlog.c re_comp.c \
/macosx-10.10/srm-7/srm/
H A Dconfigure3795 for ac_func in fts_open nftw fdatasync chflags snprintf vsnprintf

Completed in 287 milliseconds