Searched refs:test_func5 (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.h | 115 int test_func5(const char *, const struct stat *, int, struct FTW *);
|
D | nftw64.h | 114 extern int test_func5(const char *, const struct stat64 *, int, struct FTW *);
|
D | test.c | 278 ret_val = nftw(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()
|
D | test_func64.c | 113 test_func5(const char *path_name, const struct stat64 *stat_pointer, in test_func5() function
|
D | test_func.c | 114 test_func5(const char *path_name, const struct stat *stat_pointer, in test_func5() function
|
D | test64.c | 280 ret_val = nftw64(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()
|