Home | History | Annotate | Download | only in include

Lines Matching full:dirent

20  *	POSIX Standard: 5.1.2 Directory Operations	<dirent.h>
47 /* This file defines `struct dirent'.
62 #include <bits/dirent.h>
68 /* These macros extract size information from a `struct dirent *'.
153 dirent' describing the entry, or NULL for EOF or error. The
163 extern struct dirent *readdir (DIR *__dirp) __nonnull ((1));
166 extern struct dirent *__REDIRECT (readdir, (DIR *__dirp), readdir64)
185 struct dirent *__restrict __entry,
186 struct dirent **__restrict __result)
192 struct dirent *__restrict __entry,
193 struct dirent **__restrict __result),
251 struct dirent ***__restrict __namelist,
252 int (*__selector) (__const struct dirent *),
259 struct dirent ***__restrict __namelist,
260 int (*__selector) (__const struct dirent *),
269 /* This function is like `scandir' but it uses the 64bit dirent structure.
278 /* Function to compare two `struct dirent's alphabetically. */
298 /* Function to compare two `struct dirent's by name & version. */
351 #endif /* dirent.h */