Searched refs:test_ENAMETOOLONG_name (Results 1 - 6 of 6) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/nftw/ |
H A D | nftw64.h | 146 extern void test_ENAMETOOLONG_name(char *, int (*)(const char *), int);
|
H A D | nftw.h | 147 void test_ENAMETOOLONG_name(char *, int (*)(const char *), int);
|
H A D | lib64.c | 239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() function
|
H A D | lib.c | 239 test_ENAMETOOLONG_name(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_name() function
|
H A D | test64.c | 1018 test_ENAMETOOLONG_name("nftw64", callback, -1); in test25A()
|
H A D | test.c | 999 test_ENAMETOOLONG_name("nftw", callback, -1); in test25A()
|
Completed in 4 milliseconds