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

/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_write_set_format_gnutar.c158 struct archive_entry *, int tartype);
279 int tartype; local
529 tartype = '1';
532 case AE_IFREG: tartype = '0' ; break;
533 case AE_IFLNK: tartype = '2' ; break;
534 case AE_IFCHR: tartype = '3' ; break;
535 case AE_IFBLK: tartype = '4' ; break;
536 case AE_IFDIR: tartype = '5' ; break;
537 case AE_IFIFO: tartype = '6' ; break;
545 ret = archive_format_gnutar_header(a, buff, entry, tartype);
566 archive_format_gnutar_header(struct archive_write *a, char h[512], struct archive_entry *entry, int tartype) argument
[all...]
H A Darchive_write_private.h148 struct archive_entry *, int tartype, int strict,
H A Darchive_write_set_format_ustar.c385 struct archive_entry *entry, int tartype, int strict,
516 if (tartype != 'x') {
541 if (tartype != 'x') {
605 if (tartype >= 0) {
606 h[USTAR_typeflag_offset] = tartype;
384 __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.c1181 char tartype; local
1215 tartype = header->typeflag[0];
1217 switch (tartype) {
/freebsd-10-stable/contrib/file/src/
H A Dis_tar.c56 static const char tartype[][32] = { variable
80 tartype[tar - 1]) == -1)

Completed in 70 milliseconds