Searched defs:stat32 (Results 1 – 2 of 2) sorted by relevance
350 struct stat32 { struct351 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];[all …]
312 stat32(char *name, struct stat32 *sb) in stat32() function