Lines Matching refs:USTAR

1131 	if (Hdr_type != TAR && Hdr_type != USTAR && Hdr_type != BAR) {  in ckname()
1328 Hdr_type = USTAR; in ckopts()
1336 Hdr_type = USTAR; in ckopts()
1540 case USTAR: 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()
3511 Hdr_type == USTAR)) { in file_in()
3681 if (Hdr_type == TAR || Hdr_type == USTAR) { /* TAR and USTAR */ in file_out()
4538 case USTAR: in gethdr()
4542 if ((hit = read_hdr(USTAR)) == NONE) { in gethdr()
4546 hit = USTAR; 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()
4652 case USTAR: 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()
4875 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR || in gethdr()
5152 if (Hdr_type != USTAR && strlen(Gen.g_nam_p) > in getname()
5640 if ((!(Args & OCp)) && !(Hdr_type == USTAR)) { in openout()
5645 } else if ((!(Args & OCp)) && (Hdr_type == USTAR)) { in openout()
5719 if ((Args & OCi) && (Hdr_type == USTAR)) { in openout()
5891 case USTAR: /* TAR and USTAR */ in read_hdr()
5953 rv = USTAR; in read_hdr()
6117 if ((Args & OCi) && (Hdr_type == USTAR)) { in rstfiles()
6652 case USTAR: /* TAR and USTAR */ in setup()
6942 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR || 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()
7154 if (G_p->g_attrnam_p != NULL && Hdr_type != USTAR && in write_hdr()
7193 case USTAR: in write_hdr()
7212 if (uid != G_p->g_uid && Hdr_type != USTAR) { in write_hdr()
7223 if (gid != G_p->g_gid && Hdr_type != USTAR) { in write_hdr()
7244 case USTAR: /* TAR and USTAR */ in write_hdr()
7289 case USTAR: in write_hdr()
7420 case USTAR: /* TAR and USTAR */ 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()