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

/freebsd-9.3-release/include/
H A Dftw.h33 * second argument to ftw(3) and nftw(3). Say it three times fast!
44 * Flags for use as the 4th argument to nftw(3). These may be ORed together.
58 int nftw(const char *, int (*)(const char *, const struct stat *, int,
/freebsd-9.3-release/lib/libc/gen/
H A Dnftw.c1 /* $OpenBSD: nftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $ */
25 static const char rcsid[] = "$OpenBSD: nftw.c,v 1.4 2004/07/07 16:05:23 millert Exp $";
39 nftw(const char *path, int (*fn)(const char *, const struct stat *, int, function
H A DMakefile.inc24 lockf.c lrand48.c mrand48.c nftw.c nice.c \
117 MLINKS+=ftw.3 nftw.3
H A DSymbol.map217 nftw;
/freebsd-9.3-release/usr.sbin/snapinfo/
H A Dsnapinfo.c165 ret = nftw(path, compare_function, 1, FTW_PHYS|FTW_MOUNT);
/freebsd-9.3-release/contrib/gcc/
H A Dsys-protos.h775 extern int nftw(const char *, int (*) (const char *, const struct stat *, int, struct FTW *), int, int);

Completed in 116 milliseconds