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

/freebsd-10.0-release/contrib/file/
H A Dis_tar.c56 static const char tartype[][32] = { variable
80 tartype[tar - 1]) == -1)
/freebsd-10.0-release/contrib/libarchive/libarchive/
H A Darchive_write_set_format_gnutar.c157 struct archive_entry *, int tartype);
278 int tartype; local
526 tartype = '1';
529 case AE_IFREG: tartype = '0' ; break;
530 case AE_IFLNK: tartype = '2' ; break;
531 case AE_IFCHR: tartype = '3' ; break;
532 case AE_IFBLK: tartype = '4' ; break;
533 case AE_IFDIR: tartype = '5' ; break;
534 case AE_IFIFO: tartype = '6' ; break;
550 ret = archive_format_gnutar_header(a, buff, entry, tartype);
572 archive_format_gnutar_header(struct archive_write *a, char h[512], struct archive_entry *entry, int tartype) argument
[all...]
H A Darchive_write_private.h133 struct archive_entry *, int tartype, int strict,
H A Darchive_write_set_format_ustar.c388 struct archive_entry *entry, int tartype, int strict,
604 if (tartype >= 0) {
605 h[USTAR_typeflag_offset] = tartype;
387 __archive_write_format_header_ustar(struct archive_write *a, char h[512], struct archive_entry *entry, int tartype, int strict, struct archive_string_conv *sconv) argument
H A Darchive_read_support_format_tar.c1064 char tartype; local
1091 tartype = header->typeflag[0];
1093 switch (tartype) {

Completed in 79 milliseconds