Searched refs:USTAR_typeflag_offset (Results 1 – 1 of 1) sorted by relevance
80 #define USTAR_typeflag_offset 156 macro606 h[USTAR_typeflag_offset] = tartype; in __archive_write_format_header_ustar()608 h[USTAR_typeflag_offset] = mytartype; in __archive_write_format_header_ustar()611 case AE_IFREG: h[USTAR_typeflag_offset] = '0' ; break; in __archive_write_format_header_ustar()612 case AE_IFLNK: h[USTAR_typeflag_offset] = '2' ; break; in __archive_write_format_header_ustar()613 case AE_IFCHR: h[USTAR_typeflag_offset] = '3' ; break; in __archive_write_format_header_ustar()614 case AE_IFBLK: h[USTAR_typeflag_offset] = '4' ; break; in __archive_write_format_header_ustar()615 case AE_IFDIR: h[USTAR_typeflag_offset] = '5' ; break; in __archive_write_format_header_ustar()616 case AE_IFIFO: h[USTAR_typeflag_offset] = '6' ; break; in __archive_write_format_header_ustar()