Searched refs:bar_Vhdr (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/cpio/ |
H A D | cpio.c | 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() [all …]
|