Searched defs:dirent64 (Results 1 – 2 of 2) sorted by relevance
11 struct dirent64 { struct12 __u64 d_ino;13 __s64 d_off;14 unsigned short d_reclen;15 unsigned char d_type;16 char d_name[256];
38 struct dirent64 struct40 __ino64_t d_ino;41 __off64_t d_off;42 unsigned short int d_reclen;43 unsigned char d_type;44 char d_name[256]; /* We must not include limits.h! */