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