Lines Matching defs:ostat32
268 struct ostat32 { struct
269 __uint16_t st_dev;
270 __uint32_t st_ino;
271 mode_t st_mode;
272 __uint16_t st_nlink;
273 __uint16_t st_uid;
274 __uint16_t st_gid;
275 __uint16_t st_rdev;
276 __int32_t st_size;
277 struct timespec32 st_atim;
278 struct timespec32 st_mtim;
279 struct timespec32 st_ctim;
280 __int32_t st_blksize;
281 __int32_t st_blocks;
282 uint32_t st_flags;
283 __uint32_t st_gen;