Home
last modified time | relevance | path

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

/third_party/musl/src/misc/
H A Dnftw.c25 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h) in do_nftw() function
122 if ((r=do_nftw(path, fn, fd_limit-1, flags, &new))) { in do_nftw()
163 r = do_nftw(pathbuf, fn, fd_limit, flags, NULL);
/third_party/musl/porting/liteos_a/user/src/misc/
H A Dnftw.c22 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h) 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()

Completed in 2 milliseconds