HomeSort by: relevance | last modified time | path
    Searched refs:ftw (Results 1 - 5 of 5) sorted by relevancy

  /src/include/
ftw.h 1 /* $NetBSD: ftw.h,v 1.1 2005/12/30 23:07:33 agc Exp $ */
3 /* From OpenBSD: ftw.h,v 1.1 2003/07/21 21:13:18 millert Exp */
33 * second argument to ftw(3) and nftw(3). Say it three times fast!
51 struct FTW {
57 int ftw(const char *, int (*)(const char *, const struct stat *, int), int);
59 struct FTW *), int, int);
Makefile 13 fstab.h fts.h ftw.h getopt.h glob.h grp.h ifaddrs.h iconv.h \
  /src/lib/libc/gen/
ftw.c 1 /* $NetBSD: ftw.c,v 1.1 2005/12/30 23:07:32 agc Exp $ */
3 /* From OpenBSD: ftw.c,v 1.2 2003/07/21 21:15:32 millert Exp */
27 __RCSID("$NetBSD: ftw.c,v 1.1 2005/12/30 23:07:32 agc Exp $");
34 #include <ftw.h>
38 ftw(const char *path, int (*fn)(const char *, const struct stat *, int), function in typeref:typename:int
nftw.c 35 #include <ftw.h>
40 struct FTW *), int nfds, int ftwflags)
44 struct FTW f;
Makefile.inc 17 fts.c ftw.c getbsize.c getcap.c getcwd.c \
65 ftok.3 fts.3 ftw.3 \
126 MLINKS+=ftw.3 nftw.3

Completed in 13 milliseconds