Searched defs:user32_stat (Results 1 – 1 of 1) sorted by relevance
276 struct user32_stat { struct277 dev_t st_dev; /* [XSI] ID of device containing file */278 ino_t st_ino; /* [XSI] File serial number */279 mode_t st_mode; /* [XSI] Mode of file (see below) */280 nlink_t st_nlink; /* [XSI] Number of hard links */281 uid_t st_uid; /* [XSI] User ID of the file */282 gid_t st_gid; /* [XSI] Group ID of the file */306 extern void munge_user32_stat(struct stat *sbp, struct user32_stat *usbp); argument