Searched refs:NDIRLISTENTS (Results 1 - 8 of 8) sorted by relevance

/external/ltp/testcases/kernel/syscalls/nftw/
H A Dnftw64.h54 #define NDIRLISTENTS 100 macro
H A Dnftw.h55 #define NDIRLISTENTS 100 macro
H A Dtest_func.c32 extern char *dirlist[NDIRLISTENTS];
68 if (visit >= NDIRLISTENTS) {
85 if (visit >= NDIRLISTENTS) {
H A Dtest_func64.c32 extern char *dirlist[NDIRLISTENTS];
67 if (visit >= NDIRLISTENTS) {
84 if (visit >= NDIRLISTENTS) {
H A Dnftw.c61 char *dirlist[NDIRLISTENTS];
H A Dnftw64.c61 char *dirlist[NDIRLISTENTS];
H A Dtest.c34 extern char *dirlist[NDIRLISTENTS], *goodlist[];
H A Dtest64.c34 extern char *dirlist[NDIRLISTENTS], *goodlist[];

Completed in 327 milliseconds