Searched defs:ar_hdr (Results 1 – 4 of 4) sorted by relevance
42 struct ar_hdr { struct43 char ar_name[16]; /* name of this member */44 char ar_date[12]; /* file mtime */45 char ar_uid[6]; /* owner uid; printed as decimal */46 char ar_gid[6]; /* owner gid; printed as decimal */47 char ar_mode[8]; /* file mode, printed as octal */48 char ar_size[10]; /* file size, printed as decimal */49 char ar_fmag[2]; /* should contain ARFMAG */
55 struct ar_hdr { struct56 char ar_name[16]; /* name */57 char ar_date[12]; /* modification time */58 char ar_uid[6]; /* user id */59 char ar_gid[6]; /* group id */60 char ar_mode[8]; /* octal file permissions */61 char ar_size[10]; /* size in bytes */63 char ar_fmag[2]; /* consistency check */
17 typedef struct ar_hdr { struct24 } ar_hdr; argument