Searched refs:test_ENOTDIR (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | test64.c | 1069 test_ENOTDIR("nftw64", callback, -1); in test28A() 1093 test_ENOTDIR("nftw64", callback, -1); in test29A() 1116 test_ENOTDIR("nftw64", callback, -1); in test30A()
|
H A D | test.c | 1047 test_ENOTDIR("nftw", callback, -1); in test28A() 1069 test_ENOTDIR("nftw", callback, -1); in test29A() 1089 test_ENOTDIR("nftw", callback, -1); in test30A()
|
H A D | nftw64.h | 148 extern void test_ENOTDIR(char *, int (*)(const char *), int);
|
H A D | nftw.h | 149 void test_ENOTDIR(char *, int (*)(const char *), int);
|
H A D | lib64.c | 275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() function
|
H A D | lib.c | 275 void test_ENOTDIR(char *name, int (*callback) (const char *), int expected) in test_ENOTDIR() function
|
Completed in 4 milliseconds