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

/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_write_set_format_ustar.c73 #define USTAR_typeflag_offset 156 macro
406 h[USTAR_typeflag_offset] = tartype;
408 h[USTAR_typeflag_offset] = mytartype;
411 case AE_IFREG: h[USTAR_typeflag_offset] = '0' ; break;
412 case AE_IFLNK: h[USTAR_typeflag_offset] = '2' ; break;
413 case AE_IFCHR: h[USTAR_typeflag_offset] = '3' ; break;
414 case AE_IFBLK: h[USTAR_typeflag_offset] = '4' ; break;
415 case AE_IFDIR: h[USTAR_typeflag_offset] = '5' ; break;
416 case AE_IFIFO: h[USTAR_typeflag_offset] = '6' ; break;

Completed in 95 milliseconds