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