Searched refs:ftwflags (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/ksh-23/ksh/src/lib/libast/misc/
H A Dftwflags.c32 ftwflags(void) function
/macosx-10.10/Libc-1044.1.2/gen/
H A Dnftw.c44 int nfds, int ftwflags)
56 #define SKIP_MOUNT if ((ftwflags & FTW_MOUNT) \
72 if (!(ftwflags & FTW_CHDIR))
74 if (ftwflags & FTW_MOUNT)
76 if (ftwflags & FTW_PHYS) {
81 postorder = (ftwflags & FTW_DEPTH) != 0;
86 if (ftwflags & FTW_CHDIR) {
185 if (nfn && !(ftwflags & FTW_PHYS)) {
271 struct FTW *), int nfds, int ftwflags)
273 return both_ftw(path, NULL, fn, nfds, ftwflags);
41 both_ftw(const char *path, int (*ofn)(const char *, const struct stat *, int), int (*nfn)(const char *, const struct stat *, int, struct FTW *), int nfds, int ftwflags) argument
270 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int nfds, int ftwflags) argument
[all...]
/macosx-10.10/ksh-23/ksh/src/lib/libast/include/
H A Dftwalk.h120 extern int ftwflags(void);
/macosx-10.10/ksh-23/ksh/src/lib/libast/
H A DMakefile83 fs3d.c ftwalk.c ftwflags.c fts.c \

Completed in 214 milliseconds