Lines Matching defs:stat32
350 struct stat32 { struct
351 dev32_t st_dev;
352 int32_t st_pad1[3];
353 ino32_t st_ino;
354 mode32_t st_mode;
355 nlink32_t st_nlink;
356 uid32_t st_uid;
357 gid32_t st_gid;
358 dev32_t st_rdev;
359 int32_t st_pad2[2];
360 off32_t st_size;
361 int32_t st_pad3;
362 timestruc32_t st_atim;
363 timestruc32_t st_mtim;
364 timestruc32_t st_ctim;
365 int32_t st_blksize;
366 blkcnt32_t st_blocks;
367 char st_fstype[_ST_FSTYPSZ];
368 int32_t st_pad4[8];