Home | History | Annotate | Download | only in include

Lines Matching refs:dirent64

57 struct dirent64 { __DIRENT64_BODY };
68 extern struct dirent64* readdir64(DIR*);
70 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
75 extern int alphasort64(const struct dirent64**, const struct dirent64**);
77 extern int scandir64(const char*, struct dirent64***, int (*)(const struct dirent64*), int (*)(const struct dirent64**, const struct dirent64**));