Searched defs:FTW (Results 1 – 4 of 4) sorted by relevance
/titanic_52/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | ftw.h | 30 #define FTW FTWALK macro 41 struct FTW struct 56 extern int nftw(const char*, int(*)(const char*, const struct stat*, int, struct FTW*), int, int); argument
|
H A D | nftw.c | 53 nftw(const char* path, int(*userf)(const char*, const struct stat*, int, struct FTW*), int depth, int flags) in nftw() argument
|
/titanic_52/usr/src/head/ |
H A D | ftw.h | 71 struct FTW struct 87 levelFTW global() argument
|
/titanic_52/usr/src/lib/libc/port/gen/ |
H A D | nftw.c | 172 int (*fn)(const char *, const struct stat *, int, struct FTW *), in walk() argument 496 int (*fn)(const char *, const struct stat *, int, struct FTW *), in nftw() argument
|