Searched refs:test_func4 (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw64.h | 113 extern int test_func4(const char *, const struct stat64 *, int, struct FTW *);
|
D | nftw.h | 114 int test_func4(const char *, const struct stat *, int, struct FTW *);
|
D | test.c | 199 if ((ret_val = nftw(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 235 if ((ret_val = nftw(path, test_func4, MAX_FD, 0)) == -1) { in test5A()
|
D | test64.c | 199 if ((ret_val = nftw64(path, test_func4, MAX_FD, FTW_DEPTH)) == -1) { in test4A() 236 if ((ret_val = nftw64(path, test_func4, MAX_FD, 0)) == -1) { in test5A()
|
D | test_func.c | 101 test_func4(const char *path_name, const struct stat *stat_pointer, in test_func4() function
|
D | test_func64.c | 100 test_func4(const char *path_name, const struct stat64 *stat_pointer, in test_func4() function
|