Home
last modified time | relevance | path

Searched refs:test_ENAMETOOLONG_path (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw.h146 void test_ENAMETOOLONG_path(char *, int (*)(const char *), int);
H A Dnftw64.h145 extern void test_ENAMETOOLONG_path(char *, int (*)(const char *), int);
H A Dlib64.c176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() function
H A Dlib.c176 test_ENAMETOOLONG_path(char *name, int (*callback) (const char *), int expected) in test_ENAMETOOLONG_path() function
H A Dtest.c987 test_ENAMETOOLONG_path("nftw", callback, -1); in test24A()
H A Dtest64.c1006 test_ENAMETOOLONG_path("nftw64", callback, -1); in test24A()