Searched defs:ar_hdr (Results 1 – 3 of 3) sorted by relevance
54 struct ar_hdr { struct55 char ar_name[16]; /* name */56 char ar_date[12]; /* modification time */57 char ar_uid[6]; /* user id */58 char ar_gid[6]; /* group id */59 char ar_mode[8]; /* octal file permissions */60 char ar_size[10]; /* size in bytes */62 char ar_fmag[2]; /* consistency check */
17 typedef struct ar_hdr { global() struct 24 } ar_hdr; global() typedef
126 struct ar_hdr { struct127 char ar_name[16]; /* name */128 char ar_date[12]; /* modification time */129 char ar_uid[6]; /* user id */130 char ar_gid[6]; /* group id */131 char ar_mode[8]; /* octal file permissions */132 char ar_size[10]; /* size in bytes */136 char ar_fmag[2]; /* consistency check */