Searched refs:do_nftw (Results 1 – 1 of 1) sorted by relevance
/picolibc-3.5.0-3.4.0/newlib/libc/posix/ |
D | nftw.c | 47 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() function 114 if ((r=do_nftw(path, fn, fd_limit-1, flags, &new))) { in do_nftw() 150 r = do_nftw(pathbuf, fn, fd_limit, flags, NULL); in nftw()
|