Searched defs:stat64_32 (Results 1 – 2 of 2) sorted by relevance
375 struct stat64_32 { struct376 dev32_t st_dev;377 int32_t st_pad1[3];378 ino64_t st_ino;379 mode32_t st_mode;380 nlink32_t st_nlink;381 uid32_t st_uid;382 gid32_t st_gid;383 dev32_t st_rdev;384 int32_t st_pad2[2];[all …]
550 stat64_32(char *name, struct stat64_32 *sb) in stat64_32() function