Searched refs:FTW (Results 1 – 3 of 3) sorted by relevance
/picolibc-latest/newlib/libc/include/ |
D | ftw.h | 54 struct FTW { struct 60 int nftw(const char *, int (*)(const char *, const struct stat *, int, struct FTW *), int, int); argument
|
/picolibc-latest/newlib/libc/posix/ |
D | nftw.c | 49 static int do_nftw(char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int… in do_nftw() argument 56 struct FTW lev; in do_nftw() 134 int nftw(const char *path, int (*fn)(const char *, const struct stat *, int, struct FTW *), int fd_… in nftw() argument
|
/picolibc-latest/newlib/ |
D | NEWS | 45 - FTW port for newlib
|