Home
last modified time | relevance | path

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

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