Lines Matching defs:dirent
9 #include <dirent.h>
160 struct dirent *d;
226 static bool kcore_dir_filter(const char *name __maybe_unused, struct dirent *d)
326 bool lsdir_no_dot_filter(const char *name __maybe_unused, struct dirent *d)
333 bool (*filter)(const char *, struct dirent *))
337 struct dirent *d;
532 struct dirent ***namelist,
533 int (*filter)(const struct dirent *),
534 int (*compar)(const struct dirent **, const struct dirent **))