Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Ddirent.h11 struct dirent64 { struct
12 __u64 d_ino;
13 __s64 d_off;
14 unsigned short d_reclen;
15 unsigned char d_type;
16 char d_name[256];
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Ddirent.h38 struct dirent64 struct
40 __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! */