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