HomeSort by: relevance | last modified time | path
    Searched refs:FTW (Results 1 - 2 of 2) 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);
  /src/lib/libc/gen/
nftw.c 35 #include <ftw.h>
40 struct FTW *), int nfds, int ftwflags)
44 struct FTW f;

Completed in 22 milliseconds