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

/seL4-refos-master/libs/libmuslc/src/legacy/
H A Dftw.c9 return nftw(path, (int (*)())fn, fd_limit, FTW_PHYS);
/seL4-refos-master/libs/libmuslc/include/
H A Dftw.h30 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int);
34 #define nftw64 nftw
/seL4-refos-master/libs/libmuslc/src/misc/
H A Dnftw.c102 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags) function
123 LFS64(nftw); variable

Completed in 39 milliseconds