Home
last modified time | relevance | path

Searched refs:FTW (Results 1 – 6 of 6) sorted by relevance

/trueos/include/
HDftw.h51 struct FTW { struct
59 struct FTW *), int, int); argument
/trueos/lib/libc/gen/
HDnftw.c34 struct FTW *), int nfds, int ftwflags) in nftw() argument
37 struct FTW ftw; in nftw()
/trueos/usr.sbin/snapinfo/
HDsnapinfo.c46 int, struct FTW *);
145 struct FTW * ftwv __unused) in compare_function()
/trueos/tools/regression/lib/libc/gen/
HDtest-ftw.c80 cb(const char *path, const struct stat *st, int type, struct FTW *f) in cb()
/trueos/contrib/gcc/
HDsys-types.h48 struct FTW;
HDsys-protos.h775 … nftw(const char *, int (*) (const char *, const struct stat *, int, struct FTW *), int, int);