Searched refs:do_nftw (Results 1 – 1 of 1) sorted by relevance
/third_party/musl/src/misc/ |
D | nftw.c | 22 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() function 89 if ((r=do_nftw(path, fn, fd_limit-1, flags, &new))) { in do_nftw() 123 r = do_nftw(pathbuf, fn, fd_limit, flags, NULL); in nftw()
|