Searched refs:test_ENAMETOOLONG_path (Results 1 – 6 of 6) sorted by relevance
/external/ltp/testcases/kernel/syscalls/nftw/ |
D | nftw.h | 146 void test_ENAMETOOLONG_path(char *, int (*)(const char *), int);
|
D | nftw64.h | 145 extern void test_ENAMETOOLONG_path(char *, int (*)(const char *), int);
|
D | lib.c | 176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() function
|
D | lib64.c | 176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() function
|
D | test.c | 987 test_ENAMETOOLONG_path("nftw", callback, -1); in test24A()
|
D | test64.c | 1006 test_ENAMETOOLONG_path("nftw64", callback, -1); in test24A()
|