Home
last modified time | relevance | path

Searched refs:FTW (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/libc/include/
Dftw.h54 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/
Dnftw.c49 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/
DNEWS45 - FTW port for newlib