Lines Matching defs:stat
92 struct stat { struct
93 dev_t st_dev;
94 ino_t st_ino;
95 mode_t st_mode;
96 nlink_t st_nlink;
97 uid_t st_uid;
98 gid_t st_gid;
100 int __pad0;
102 dev_t st_rdev;
104 unsigned short int __pad2;
106 off_t st_size;
108 blksize_t st_blksize;
109 blkcnt_t st_blocks;
110 struct timespec st_atim;
111 struct timespec st_mtim;
112 struct timespec st_ctim;
117 __uint64_t __glibc_reserved[3];
121 struct timespec st_atim;
122 struct timespec st_mtim;
123 struct timespec st_ctim;
124 blksize_t st_blksize;
125 blkcnt_t st_blocks;
129 time_t st_atime;
130 time_t st_mtime;
131 time_t st_ctime;
133 struct timespec st_atim;
134 struct timespec st_mtim;
135 struct timespec st_ctim;
136 blksize_t st_blksize;
137 blkcnt_t st_blocks;
139 long st_spare4[2];