Home
last modified time | relevance | path

Searched refs:test_func20 (Results 1 – 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nftw/
Dnftw.h129 int test_func20(const char *, const struct stat *, int, struct FTW *);
Dnftw64.h128 extern int test_func20(const char *, const struct stat64 *, int, struct FTW *);
Dtest.c805 if (nftw("./tmp/data/dirh", test_func20, 1, 0) == -1) { in test20A()
Dtest_func64.c558 test_func20(const char *path_name, const struct stat64 *stat_pointer, in test_func20() function
Dtest_func.c546 test_func20(const char *path_name, const struct stat *stat_pointer, in test_func20() function
Dtest64.c821 if (nftw64("./tmp/data/dirh", test_func20, 1, 0) == -1) { in test20A()