Lines Matching refs:bar_Vhdr
403 static union b_block *bar_Vhdr; variable
7596 if (bar_Vhdr == NULL) { in read_bar_vol_hdr()
7597 bar_Vhdr = e_zalloc(E_EXIT, TBLOCK); in read_bar_vol_hdr()
7599 (void) memcpy(&(bar_Vhdr->dbuf), &(tmp_hdr->dbuf), TBLOCK); in read_bar_vol_hdr()
7606 (void) sscanf(bar_Vhdr->dbuf.mode, "%8lo", &Gen_bar_vol.g_mode); in read_bar_vol_hdr()
7607 (void) sscanf(bar_Vhdr->dbuf.uid, "%8d", (int *)&Gen_bar_vol.g_uid); in read_bar_vol_hdr()
7608 (void) sscanf(bar_Vhdr->dbuf.gid, "%8d", (int *)&Gen_bar_vol.g_gid); in read_bar_vol_hdr()
7609 (void) sscanf(bar_Vhdr->dbuf.size, "%12llo", in read_bar_vol_hdr()
7611 (void) sscanf(bar_Vhdr->dbuf.mtime, "%12lo", &Gen_bar_vol.g_mtime); in read_bar_vol_hdr()
7612 (void) sscanf(bar_Vhdr->dbuf.chksum, "%8lo", &Gen_bar_vol.g_cksum); in read_bar_vol_hdr()
7615 if (bar_Vhdr->dbuf.compressed == '1') in read_bar_vol_hdr()
7626 if (strcmp(bar_Vhdr->dbuf.volume_num, "1") != 0) { in read_bar_vol_hdr()
7630 bar_Vhdr->dbuf.volume_num); in read_bar_vol_hdr()
7738 if (bar_Vhdr == NULL) { in skip_bar_volhdr()
7739 bar_Vhdr = e_zalloc(E_EXIT, TBLOCK); in skip_bar_volhdr()
7741 (void) memcpy(&(bar_Vhdr->dbuf), in skip_bar_volhdr()
7750 (void) sscanf(bar_Vhdr->dbuf.mode, "%8lo", in skip_bar_volhdr()
7752 (void) sscanf(bar_Vhdr->dbuf.uid, "%8lo", in skip_bar_volhdr()
7754 (void) sscanf(bar_Vhdr->dbuf.gid, "%8lo", in skip_bar_volhdr()
7756 (void) sscanf(bar_Vhdr->dbuf.size, "%12llo", in skip_bar_volhdr()
7758 (void) sscanf(bar_Vhdr->dbuf.mtime, "%12lo", in skip_bar_volhdr()
7760 (void) sscanf(bar_Vhdr->dbuf.chksum, "%8lo", in skip_bar_volhdr()
7762 if (bar_Vhdr->dbuf.compressed == '1') in skip_bar_volhdr()