Home
last modified time | relevance | path

Searched refs:USTAR_typeflag_offset (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_ustar.c78 #define USTAR_typeflag_offset 156 macro
608 h[USTAR_typeflag_offset] = tartype;
610 h[USTAR_typeflag_offset] = mytartype;
613 case AE_IFREG: h[USTAR_typeflag_offset] = '0' ; break;
614 case AE_IFLNK: h[USTAR_typeflag_offset] = '2' ; break;
615 case AE_IFCHR: h[USTAR_typeflag_offset] = '3' ; break;
616 case AE_IFBLK: h[USTAR_typeflag_offset] = '4' ; break;
617 case AE_IFDIR: h[USTAR_typeflag_offset] = '5' ; break;
618 case AE_IFIFO: h[USTAR_typeflag_offset] = '6' ; break;