Searched defs:dirent64 (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Ddirent.h57 struct dirent64 { __DIRENT64_BODY }; struct
74 extern struct dirent64* readdir64(DIR*);
76 extern int readdir64_r(DIR*, struct dirent64*, struct dirent64**);
83 extern int alphasort64(const struct dirent64**, const struct dirent64**);
84 extern int scandir64(const char*, struct dirent64***, int (*)(const struct dirent64*), int (*)(const struct dirent64**, const struct dirent64**));
[all...]

Completed in 60 milliseconds