Lines Matching defs:stat
26 struct stat { struct
49 /* This matches struct stat64 in glibc2.1, hence the absolutely argument
79 struct stat { struct
80 unsigned long st_dev;
81 unsigned long st_ino;
82 unsigned long st_nlink;
83 unsigned int st_mode;
84 unsigned int st_uid;
85 unsigned int st_gid;
86 unsigned int __pad1;
87 unsigned long st_rdev;
88 unsigned long st_size;
89 unsigned long st_atime;
90 unsigned long st_atime_nsec;
91 unsigned long st_mtime;
92 unsigned long st_mtime_nsec;
93 unsigned long st_ctime;
94 unsigned long st_ctime_nsec;
95 unsigned long st_blksize;
96 long st_blocks;
97 unsigned long __unused[3];