Lines Matching defs:Hdr_type

458 	Hdr_type,		/* Flag to indicate type of header selected */
716 Hdr_type = NONE;
921 if (Hdr_type == BAR) {
937 if (Hdr_type != BAR || rv == Bufsize) {
957 if (Hdr_type == BAR) {
1074 if (Hdr_type == BAR)
1126 if (Hdr_type != TAR && Hdr_type != USTAR && Hdr_type != BAR) {
1302 Hdr_type = CHR;
1307 Hdr_type = CHR;
1313 Hdr_type = ASC;
1318 Hdr_type = CRC;
1323 Hdr_type = USTAR;
1326 Hdr_type = TAR;
1331 Hdr_type = USTAR;
1345 Hdr_type = BAR;
1505 * header information based on the value of Hdr_type.
1522 switch (Hdr_type) {
2233 if (Hdr_type == CRC)
2244 if (Hdr_type == BAR) {
2681 (Hdr_type == BAR && bar_linkflag == '2' && proc_mode != P_SKIP)) {
2787 if (Hdr_type == CRC &&
2793 if (Hdr_type == BAR && data_in_info->data_in_compress_flag) {
2997 if ((G_p->g_mode & Ftype) == S_IFLNK && (Hdr_type !=
2998 USTAR && Hdr_type != TAR)) { /* symbolic link */
3030 (Hdr_type == USTAR || Hdr_type == TAR)) {
3115 if (Hdr_type == CRC) {
3443 if (Hdr_type == BAR) {
3453 if (Hdr_type == USTAR || Hdr_type == TAR) {
3505 if (G_p->g_nlink == 1 || (Hdr_type == TAR ||
3506 Hdr_type == USTAR)) {
3676 if (Hdr_type == TAR || Hdr_type == USTAR) { /* TAR and USTAR */
4449 * Any user specified Hdr_type is ignored (set to NONE in main). Hdr_type is
4473 switch (Hdr_type) {
4481 if (Hdr_type == NONE)
4486 if (Hdr_type != NONE)
4495 if (Hdr_type != NONE)
4505 if (Hdr_type != NONE)
4515 if (Hdr_type != NONE)
4561 } /* Hdr_type */
4616 if (Hdr_type == NONE)
4623 if (Hdr_type == NONE) {
4624 Hdr_type = hit;
4625 switch (Hdr_type) {
4662 } /* Hdr_type */
4663 } /* Hdr_type == NONE */
4664 if ((Hdr_type == USTAR) || (Hdr_type == TAR) ||
4665 (Hdr_type == BAR)) { /* TAR, USTAR, BAR */
4709 } else if (Hdr_type != BAR) {
4724 ((Hdr_type == USTAR || Hdr_type == TAR) &&
4835 if (Hdr_type != USTAR && Hdr_type != TAR) {
4838 } else if (Hdr_type == USTAR || Hdr_type == TAR) {
4870 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR ||
4871 Hdr_type == TAR) && Thdr_p->tbuf.t_typeflag == 'A')) {
4969 if ((Hdr_type == CHR || Hdr_type == ASC) &&
5147 if (Hdr_type != USTAR && strlen(Gen.g_nam_p) >
5591 if (Hdr_type == TAR && Thdr_p->tbuf.t_typeflag == SYMTYPE) {
5614 } else if (Hdr_type == BAR && bar_linkflag == SYMTYPE) {
5635 if ((!(Args & OCp)) && !(Hdr_type == USTAR)) {
5640 } else if ((!(Args & OCp)) && (Hdr_type == USTAR)) {
5714 if ((Args & OCi) && (Hdr_type == USTAR)) {
5718 (Hdr_type == BAR && bar_linkflag == SYMTYPE)) {
6112 if ((Args & OCi) && (Hdr_type == USTAR)) {
6343 Hdr_type = NONE;
6420 Hdr_type = BIN;
6439 Hdr_type = ASC;
6626 switch (Hdr_type) {
6934 if ((Gen.g_mode == SECMODE) || ((Hdr_type == USTAR ||
6935 Hdr_type == TAR) && Thdr_p->tbuf.t_typeflag == 'A')) {
6959 if (Hdr_type != BAR) {
7015 if ((Hdr_type == TAR || Hdr_type == USTAR) && Gen.g_nlink == 0)
7051 (Hdr_type == BAR && bar_linkflag == SYMTYPE)) {
7070 if (Hdr_type == USTAR || Hdr_type == TAR)
7081 if (Hdr_type == BAR) {
7089 if ((Hdr_type == USTAR || Hdr_type == TAR) &&
7146 if (G_p->g_attrnam_p != NULL && Hdr_type != USTAR &&
7147 Hdr_type != TAR) {
7169 switch (Hdr_type) {
7204 if (uid != G_p->g_uid && Hdr_type != USTAR) {
7215 if (gid != G_p->g_gid && Hdr_type != USTAR) {
7227 switch (Hdr_type) {
7244 switch (Hdr_type) {
7353 } /* Hdr_type */
7380 switch (Hdr_type) {
7395 switch (Hdr_type) {
7446 if (Hdr_type == USTAR || Hdr_type == TAR) {
7462 if (Hdr_type == USTAR || Hdr_type == TAR) {
7894 if (Hdr_type == BAR) {
7931 if ((rv == 0 && errno == 0 && Hdr_type != BAR) ||