Searched refs:test_ENOENT_nofile (Results 1 – 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.h | 150 void test_ENOENT_nofile(char *, int (*)(const char *), int);
|
D | nftw64.h | 149 extern void test_ENOENT_nofile(char *, int (*)(const char *), int);
|
D | lib.c | 327 test_ENOENT_nofile(char *name, int (*callback) (const char *), int expected) in test_ENOENT_nofile() function
|
D | lib64.c | 327 test_ENOENT_nofile(char *name, int (*callback) (const char *), int expected) in test_ENOENT_nofile() function
|
D | test.c | 1015 test_ENOENT_nofile("nftw", callback, -1); in test26A()
|
D | test64.c | 1035 test_ENOENT_nofile("nftw64", callback, -1); in test26A()
|