Lines Matching refs:dirent
1 /* $NetBSD: dirent.h,v 1.8 2016/12/16 04:45:04 mrg Exp $ */
31 * @(#)dirent.h 8.2 (Berkeley) 7/28/94
37 #include <compat/sys/dirent.h>
46 int __readdir_r30(DIR * __restrict, struct dirent * __restrict,
47 struct dirent ** __restrict);
50 struct dirent *__readdir30(DIR *);
55 struct dirent *___readdir_unlocked50(DIR *, int);
56 struct dirent *___readdir_unlocked30(DIR *);
63 int __scandir30(const char *, struct dirent ***,
64 int (*)(const struct dirent *),
65 int (*)(const struct dirent **, const struct dirent **));
71 int __alphasort30(const struct dirent **, const struct dirent **);