Searched refs:ar_hdr (Results 1 – 1 of 1) sorted by relevance
243 struct ar_hdr struct262 # define ar_hdr _IMAGE_ARCHIVE_MEMBER_HEADER argument273 # define AR_HDR_SIZE (sizeof (struct ar_hdr))427 struct ar_hdr member_header; in ar_scan()724 struct ar_hdr hdr; in ar_name_equal()762 struct ar_hdr ar_hdr; in ar_member_touch() local778 if (AR_HDR_SIZE != read (fd, (char *) &ar_hdr, AR_HDR_SIZE)) in ar_member_touch()783 if (AR_HDR_SIZE != write (fd, (char *) &ar_hdr, AR_HDR_SIZE)) in ar_member_touch()791 for (ui = 0; ui < sizeof ar_hdr.ar_date; ui++) in ar_member_touch()792 ar_hdr.ar_date[ui] = ' '; in ar_member_touch()[all …]