Home | History | Annotate | Download | only in posix

Lines Matching refs:dirent

29 #include <dirent.h>
36 TYPE(struct dirent);
38 STRUCT_MEMBER(struct dirent, uint64_t, d_ino);
40 STRUCT_MEMBER(struct dirent, ino_t, d_ino);
42 STRUCT_MEMBER_ARRAY(struct dirent, char/*[]*/, d_name);
46 FUNCTION(alphasort, int (*f)(const struct dirent**, const struct dirent**));
51 FUNCTION(readdir, struct dirent* (*f)(DIR*));
52 FUNCTION(readdir_r, int (*f)(DIR*, struct dirent*, struct dirent**));
54 FUNCTION(scandir, int (*f)(const char*, struct dirent***,
55 int (*)(const struct dirent*),
56 int (*)(const struct dirent**, const struct dirent**)));