Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/nftw/
Dnftw64.h149 extern void test_ENOENT_nofile(char *, int (*)(const char *), int);
Dnftw.h150 void test_ENOENT_nofile(char *, int (*)(const char *), int);
Dlib64.c327 test_ENOENT_nofile(char *name, int (*callback) (const char *), int expected) in test_ENOENT_nofile() function
Dlib.c327 test_ENOENT_nofile(char *name, int (*callback) (const char *), int expected) in test_ENOENT_nofile() function
Dtest.c1015 test_ENOENT_nofile("nftw", callback, -1); in test26A()
Dtest64.c1035 test_ENOENT_nofile("nftw64", callback, -1); in test26A()