Home
last modified time | relevance | path

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

/third_party/ltp/testcases/kernel/syscalls/nftw/
Dnftw.h148 void test_ENOENT_empty(char *, int (*)(const char *), int);
Dnftw64.h147 extern void test_ENOENT_empty(char *, int (*)(const char *), int);
Dlib.c245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() function
Dlib64.c245 void test_ENOENT_empty(char *name, int (*callback) (const char *), int expected) in test_ENOENT_empty() function
Dtest.c1031 test_ENOENT_empty("nftw", callback, -1); in test27A()
Dtest64.c1052 test_ENOENT_empty("nftw64", callback, -1); in test27A()