Lines Matching refs:USTAR
1140 if (Hdr_type != TAR && Hdr_type != USTAR && Hdr_type != BAR) { in ckname()
1337 Hdr_type = USTAR; in ckopts()
1345 Hdr_type = USTAR; in ckopts()
1549 case USTAR: in creat_hdr()
3011 USTAR && Hdr_type != TAR)) { /* symbolic link */ in data_out()
3043 (Hdr_type == USTAR || Hdr_type == TAR)) { in data_out()
3466 if (Hdr_type == USTAR || Hdr_type == TAR) { in file_in()
3519 Hdr_type == USTAR)) { in file_in()
3689 if (Hdr_type == TAR || Hdr_type == USTAR) { /* TAR and USTAR */ in file_out()
4546 case USTAR: in gethdr()
4550 if ((hit = read_hdr(USTAR)) == NONE) { in gethdr()
4554 hit = USTAR; in gethdr()
4576 if (hit == TAR || hit == USTAR) { in gethdr()
4585 if ((hit != USTAR) && (hit != TAR)) in gethdr()
4589 if ((hit == USTAR) || (hit == TAR)) { in gethdr()
4660 case USTAR: in gethdr()
4677 if ((Hdr_type == USTAR) || (Hdr_type == TAR) || in gethdr()
4737 ((Hdr_type == USTAR || Hdr_type == TAR) && in gethdr()
4848 if (Hdr_type != USTAR && Hdr_type != TAR) { in gethdr()
4851 } else if (Hdr_type == USTAR || Hdr_type == TAR) { in gethdr()
4883 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR || in gethdr()
5160 if (Hdr_type != USTAR && strlen(Gen.g_nam_p) > in getname()
5647 if ((!(Args & OCp)) && !(Hdr_type == USTAR)) { in openout()
5652 } else if ((!(Args & OCp)) && (Hdr_type == USTAR)) { in openout()
5726 if ((Args & OCi) && (Hdr_type == USTAR)) { in openout()
5902 case USTAR: /* TAR and USTAR */ in read_hdr()
5962 rv = USTAR; in read_hdr()
6128 if ((Args & OCi) && (Hdr_type == USTAR)) { in rstfiles()
6663 case USTAR: /* TAR and USTAR */ in setup()
6950 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR || in verbose()
7031 if ((Hdr_type == TAR || Hdr_type == USTAR) && Gen.g_nlink == 0) in verbose()
7085 if (Hdr_type == USTAR || Hdr_type == TAR) { in verbose()
7104 if ((Hdr_type == USTAR || Hdr_type == TAR) && in verbose()
7161 if (G_p->g_attrnam_p != NULL && Hdr_type != USTAR && in write_hdr()
7200 case USTAR: in write_hdr()
7219 if (uid != G_p->g_uid && Hdr_type != USTAR) { in write_hdr()
7230 if (gid != G_p->g_gid && Hdr_type != USTAR) { in write_hdr()
7251 case USTAR: /* TAR and USTAR */ in write_hdr()
7309 case USTAR: in write_hdr()
7437 case USTAR: /* TAR and USTAR */ in write_trail()
7471 if (Hdr_type == USTAR || Hdr_type == TAR) { in ustar_dir()
7487 if (Hdr_type == USTAR || Hdr_type == TAR) { in ustar_spec()