Home
last modified time | relevance | path

Searched defs:stat64 (Results 1 – 4 of 4) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dstat.h96 struct stat64 struct
98 unsigned long int st_dev;
99 long int st_pad1[3];
100 __ino64_t st_ino; /* File serial number. */
101 __mode_t st_mode; /* File mode. */
102 __nlink_t st_nlink; /* Link count. */
103 __uid_t st_uid; /* User ID of the file's owner. */
104 __gid_t st_gid; /* Group ID of the file's group.*/
105 unsigned long int st_rdev; /* Device number, if device. */
106 long int st_pad2[3];
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dstat.h51 struct stat64 { struct
52 unsigned long st_dev;
53 unsigned long st_pad0[3]; /* Reserved for st_dev expansion */
55 unsigned long long st_ino;
57 mode_t st_mode;
58 nlink_t st_nlink;
60 uid_t st_uid;
61 gid_t st_gid;
63 unsigned long st_rdev;
64 unsigned long st_pad1[3]; /* Reserved for st_rdev expansion */
[all …]
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dreent.h88 #define stat64 __stat64 macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dstat.h22 #define stat64 __stat64 macro