Searched refs:FTW (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Dftw.c7 return nftw(path, (int (*)(const char*, const struct stat*, int, struct FTW*))fn, fd_limit, FTW_PHYS);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dftw.h23 struct FTW { struct
29 int nftw(const char*, int (*)(const char*, const struct stat*, int, struct FTW*), int, int);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dnftw.c20 static int do_nftw(char* path, int (*fn)(const char*, const struct stat*, int, struct FTW*), argument
27 struct FTW lev;
105 int nftw(const char* path, int (*fn)(const char*, const struct stat*, int, struct FTW*), argument

Completed in 43 milliseconds