Searched refs:fd_limit (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/legacy/
H A Dftw.c3 int ftw(const char* path, int (*fn)(const char*, const struct stat*, int), int fd_limit) { argument
7 return nftw(path, (int (*)(const char*, const struct stat*, int, struct FTW*))fn, fd_limit, FTW_PHYS);
/fuchsia/zircon/third_party/ulib/musl/src/misc/
H A Dnftw.c21 int fd_limit, int flags, struct history* h) {
72 if ((type == FTW_D || type == FTW_DP) && fd_limit) {
87 if ((r = do_nftw(path, fn, fd_limit - 1, flags, &new))) {
106 int fd_limit, int flags) {
110 if (fd_limit <= 0)
120 return do_nftw(pathbuf, fn, fd_limit, flags, NULL);
20 do_nftw(char* path, int (*fn)(const char*, const struct stat*, int, struct FTW*), int fd_limit, int flags, struct history* h) argument
105 nftw(const char* path, int (*fn)(const char*, const struct stat*, int, struct FTW*), int fd_limit, int flags) argument

Completed in 87 milliseconds