Searched defs:ar_hdr (Results 1 – 5 of 5) sorted by relevance
43 struct ar_hdr struct45 char ar_name[16]; /* Name of this member. */46 char ar_date[12]; /* File mtime. */47 char ar_uid[6]; /* Owner uid; printed as decimal. */48 char ar_gid[6]; /* Owner gid; printed as decimal. */49 char ar_mode[8]; /* File mode, printed as octal. */50 char ar_size[10]; /* File size, printed as decimal. */51 char ar_fmag[2]; /* Should contain ARFMAG. */
52 struct ar_hdr { struct53 char ar_name[16]; /* name */54 char ar_date[12]; /* modification time */55 char ar_uid[6]; /* user id */56 char ar_gid[6]; /* group id */57 char ar_mode[8]; /* octal file permissions */58 char ar_size[10]; /* size in bytes */60 char ar_fmag[2]; /* consistency check */
44 struct ar_hdr struct46 char ar_name[16]; /* Name of this member. */47 char ar_date[12]; /* File mtime. */48 char ar_uid[6]; /* Owner uid; printed as decimal. */49 char ar_gid[6]; /* Owner gid; printed as decimal. */50 char ar_mode[8]; /* File mode, printed as octal. */51 char ar_size[10]; /* File size, printed as decimal. */52 char ar_fmag[2]; /* Should contain ARFMAG. */
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 */