Searched refs:nftw64_fn (Results 1 - 2 of 2) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | tools64.c | 148 * Function: int nftw64_fn(const char, const struct stat64, int, struct FTW ) 158 nftw64_fn(const char *path, const struct stat64 *st, int ival, struct FTW *FTWS) in nftw64_fn() function 175 return nftw64(path, nftw64_fn, 10, FTW_MOUNT); in callback()
|
H A D | nftw64.h | 136 extern int nftw64_fn(const char *, const struct stat64 *, int, struct FTW *);
|
Completed in 1 milliseconds