Lines Matching refs:dirent
9 hdr dirent,ndir
11 nxt dirent
17 #include <dirent.h>
29 * <dirent.h> for systems with no opendir()
43 struct dirent
60 extern struct dirent* readdir(DIR*);
71 * <dirent.h> for [fl]stat64 and off64_t with sizeof(ino64_t)==4
76 #include $_nxt_dirent /* the native <dirent.h> */
92 #include $_nxt_dirent /* the native <dirent.h> */
102 #ifndef dirent
103 #define dirent dirent64
118 * <dirent.h> for [fl]stat64 and off64_t
123 #include $_nxt_dirent /* the native <dirent.h> */
136 #include $_nxt_dirent /* the native <dirent.h> */
143 #ifndef dirent
144 #define dirent dirent64
159 * <dirent.h> for systems with ok <dirent.h>
164 #include $_nxt_dirent /* the native <dirent.h> */
175 * <dirent.h> for systems with opendir() and <ndir.h>
203 #ifndef dirent
204 #define dirent direct
218 extern struct dirent* readdir(DIR*);
226 * <dirent.h> for systems with opendir() and no <ndir.h>
254 #ifndef dirent
255 #define dirent direct
269 extern struct dirent* readdir(DIR*);