Lines Matching refs:TAR
1131 if (Hdr_type != TAR && Hdr_type != USTAR && Hdr_type != BAR) { in ckname()
1331 Hdr_type = TAR; in ckopts()
1651 case TAR: in creat_hdr()
3003 USTAR && Hdr_type != TAR)) { /* symbolic link */ in data_out()
3035 (Hdr_type == USTAR || Hdr_type == TAR)) { in data_out()
3458 if (Hdr_type == USTAR || Hdr_type == TAR) { in file_in()
3510 if (G_p->g_nlink == 1 || (Hdr_type == TAR || in file_in()
3681 if (Hdr_type == TAR || Hdr_type == USTAR) { /* TAR and USTAR */ in file_out()
4551 case TAR: in gethdr()
4555 if ((hit = read_hdr(TAR)) == NONE) { in gethdr()
4559 hit = TAR; in gethdr()
4568 if (hit == TAR || hit == USTAR) { in gethdr()
4577 if ((hit != USTAR) && (hit != TAR)) in gethdr()
4581 if ((hit == USTAR) || (hit == TAR)) { in gethdr()
4659 case TAR: in gethdr()
4669 if ((Hdr_type == USTAR) || (Hdr_type == TAR) || in gethdr()
4729 ((Hdr_type == USTAR || Hdr_type == TAR) && in gethdr()
4840 if (Hdr_type != USTAR && Hdr_type != TAR) { in gethdr()
4843 } else if (Hdr_type == USTAR || Hdr_type == TAR) { in gethdr()
4876 Hdr_type == TAR) && Thdr_p->tbuf.t_typeflag == 'A')) { in gethdr()
5596 if (Hdr_type == TAR && Thdr_p->tbuf.t_typeflag == SYMTYPE) { in openout()
5955 case TAR: in read_hdr()
5980 rv = TAR; in read_hdr()
6650 case TAR: in setup()
6943 Hdr_type == TAR) && Thdr_p->tbuf.t_typeflag == 'A')) { in verbose()
7023 if ((Hdr_type == TAR || Hdr_type == USTAR) && Gen.g_nlink == 0) in verbose()
7078 if (Hdr_type == USTAR || Hdr_type == TAR) in verbose()
7097 if ((Hdr_type == USTAR || Hdr_type == TAR) && in verbose()
7155 Hdr_type != TAR) { in write_hdr()
7194 case TAR: /* %.7lo => 2097151 base 10 */ in write_hdr()
7242 case TAR: in write_hdr()
7339 case TAR: in write_hdr()
7418 case TAR: in write_trail()
7454 if (Hdr_type == USTAR || Hdr_type == TAR) { in ustar_dir()
7470 if (Hdr_type == USTAR || Hdr_type == TAR) { in ustar_spec()