Searched refs:test_func20 (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.h | 129 int test_func20(const char *, const struct stat *, int, struct FTW *);
|
D | nftw64.h | 128 extern int test_func20(const char *, const struct stat64 *, int, struct FTW *);
|
D | test.c | 805 if (nftw("./tmp/data/dirh", test_func20, 1, 0) == -1) { in test20A()
|
D | test_func64.c | 558 test_func20(const char *path_name, const struct stat64 *stat_pointer, in test_func20() function
|
D | test_func.c | 546 test_func20(const char *path_name, const struct stat *stat_pointer, in test_func20() function
|
D | test64.c | 821 if (nftw64("./tmp/data/dirh", test_func20, 1, 0) == -1) { in test20A()
|