Searched defs:dirent64 (Results 1 – 4 of 4) sorted by relevance
23 __scandir64 (const char *dir, struct dirent64 ***namelist, in __scandir64()25 int (*cmp) (const struct dirent64 **, const struct dirent64 **)) in __scandir64()
37 struct dirent64 struct39 __ino64_t d_ino;40 __off64_t d_off;41 unsigned short int d_reclen;42 unsigned char d_type;43 char d_name[256]; /* We must not include limits.h! */
105 # define dirent64 dirent macro
Completed in 11 milliseconds