Lines Matching defs:Hdr_type

460 	Hdr_type,		/* Flag to indicate type of header selected */
718 Hdr_type = NONE;
926 if (Hdr_type == BAR) {
942 if (Hdr_type != BAR || rv == Bufsize) {
962 if (Hdr_type == BAR) {
1079 if (Hdr_type == BAR)
1131 if (Hdr_type != TAR && Hdr_type != USTAR && Hdr_type != BAR) {
1307 Hdr_type = CHR;
1312 Hdr_type = CHR;
1318 Hdr_type = ASC;
1323 Hdr_type = CRC;
1328 Hdr_type = USTAR;
1331 Hdr_type = TAR;
1336 Hdr_type = USTAR;
1350 Hdr_type = BAR;
1510 * header information based on the value of Hdr_type.
1527 switch (Hdr_type) {
2238 if (Hdr_type == CRC)
2249 if (Hdr_type == BAR) {
2686 (Hdr_type == BAR && bar_linkflag == '2' && proc_mode != P_SKIP)) {
2792 if (Hdr_type == CRC &&
2798 if (Hdr_type == BAR && data_in_info->data_in_compress_flag) {
3002 if ((G_p->g_mode & Ftype) == S_IFLNK && (Hdr_type !=
3003 USTAR && Hdr_type != TAR)) { /* symbolic link */
3035 (Hdr_type == USTAR || Hdr_type == TAR)) {
3120 if (Hdr_type == CRC) {
3448 if (Hdr_type == BAR) {
3458 if (Hdr_type == USTAR || Hdr_type == TAR) {
3510 if (G_p->g_nlink == 1 || (Hdr_type == TAR ||
3511 Hdr_type == USTAR)) {
3681 if (Hdr_type == TAR || Hdr_type == USTAR) { /* TAR and USTAR */
4454 * Any user specified Hdr_type is ignored (set to NONE in main). Hdr_type is
4478 switch (Hdr_type) {
4486 if (Hdr_type == NONE)
4491 if (Hdr_type != NONE)
4500 if (Hdr_type != NONE)
4510 if (Hdr_type != NONE)
4520 if (Hdr_type != NONE)
4566 } /* Hdr_type */
4621 if (Hdr_type == NONE)
4628 if (Hdr_type == NONE) {
4629 Hdr_type = hit;
4630 switch (Hdr_type) {
4667 } /* Hdr_type */
4668 } /* Hdr_type == NONE */
4669 if ((Hdr_type == USTAR) || (Hdr_type == TAR) ||
4670 (Hdr_type == BAR)) { /* TAR, USTAR, BAR */
4714 } else if (Hdr_type != BAR) {
4729 ((Hdr_type == USTAR || Hdr_type == TAR) &&
4840 if (Hdr_type != USTAR && Hdr_type != TAR) {
4843 } else if (Hdr_type == USTAR || Hdr_type == TAR) {
4875 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR ||
4876 Hdr_type == TAR) && Thdr_p->tbuf.t_typeflag == 'A')) {
4974 if ((Hdr_type == CHR || Hdr_type == ASC) &&
5152 if (Hdr_type != USTAR && strlen(Gen.g_nam_p) >
5596 if (Hdr_type == TAR && Thdr_p->tbuf.t_typeflag == SYMTYPE) {
5619 } else if (Hdr_type == BAR && bar_linkflag == SYMTYPE) {
5640 if ((!(Args & OCp)) && !(Hdr_type == USTAR)) {
5645 } else if ((!(Args & OCp)) && (Hdr_type == USTAR)) {
5719 if ((Args & OCi) && (Hdr_type == USTAR)) {
5723 (Hdr_type == BAR && bar_linkflag == SYMTYPE)) {
6117 if ((Args & OCi) && (Hdr_type == USTAR)) {
6348 Hdr_type = NONE;
6425 Hdr_type = BIN;
6444 Hdr_type = ASC;
6634 switch (Hdr_type) {
6942 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR ||
6943 Hdr_type == TAR) && Thdr_p->tbuf.t_typeflag == 'A')) {
6967 if (Hdr_type != BAR) {
7023 if ((Hdr_type == TAR || Hdr_type == USTAR) && Gen.g_nlink == 0)
7059 (Hdr_type == BAR && bar_linkflag == SYMTYPE)) {
7078 if (Hdr_type == USTAR || Hdr_type == TAR)
7089 if (Hdr_type == BAR) {
7097 if ((Hdr_type == USTAR || Hdr_type == TAR) &&
7154 if (G_p->g_attrnam_p != NULL && Hdr_type != USTAR &&
7155 Hdr_type != TAR) {
7177 switch (Hdr_type) {
7212 if (uid != G_p->g_uid && Hdr_type != USTAR) {
7223 if (gid != G_p->g_gid && Hdr_type != USTAR) {
7235 switch (Hdr_type) {
7252 switch (Hdr_type) {
7361 } /* Hdr_type */
7388 switch (Hdr_type) {
7403 switch (Hdr_type) {
7454 if (Hdr_type == USTAR || Hdr_type == TAR) {
7470 if (Hdr_type == USTAR || Hdr_type == TAR) {
7902 if (Hdr_type == BAR) {
7939 if ((rv == 0 && errno == 0 && Hdr_type != BAR) ||