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

/seL4-refos-master/libs/libmuslc/src/misc/
H A Dnftw.c23 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags, struct history *h) function
84 if ((r=do_nftw(path, fn, fd_limit-1, flags, &new))) {
118 r = do_nftw(pathbuf, fn, fd_limit, flags, NULL);

Completed in 25 milliseconds