Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/nftw/
Dnftw.h115 int test_func5(const char *, const struct stat *, int, struct FTW *);
Dnftw64.h114 extern int test_func5(const char *, const struct stat64 *, int, struct FTW *);
Dtest.c278 ret_val = nftw(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()
Dtest_func64.c113 test_func5(const char *path_name, const struct stat64 *stat_pointer, in test_func5() function
Dtest_func.c114 test_func5(const char *path_name, const struct stat *stat_pointer, in test_func5() function
Dtest64.c280 ret_val = nftw64(path, test_func5, MAX_FD, FTW_CHDIR); in test6A()