Searched defs:ostat (Results 1 – 3 of 3) sorted by relevance
103 struct ostat { struct104 __uint16_t st_dev; /* inode's device */105 ino_t st_ino; /* inode's number */106 mode_t st_mode; /* inode protection mode */107 nlink_t st_nlink; /* number of hard links */108 __uint16_t st_uid; /* user ID of the file's owner */109 __uint16_t st_gid; /* group ID of the file's group */110 __uint16_t st_rdev; /* device type */111 __int32_t st_size; /* file size, in bytes */112 struct timespec st_atim; /* time of last access */[all …]
203 #define ostat stat.un.s macro
2863 char *ostat; in getoldstat() local