Searched refs:TBLOCK (Results 1 – 10 of 10) sorted by relevance
31 #define TBLOCK 512 macro114 char dummy[TBLOCK];
40 #define TBLOCK 512 macro123 char dummy[TBLOCK];
134 #define TBLOCK 512 /* tape block size--should be universal */ macro172 #define TBLOCKS(bytes) (((bytes) + TBLOCK - 1) / TBLOCK)355 char dummy[TBLOCK];1615 char buf[TBLOCK]; in passtape()2314 (nblock * TBLOCK)); in putfile()2316 maxread = TBLOCK; in putfile()2321 read(infile, bigbuf, min((hint*TBLOCK), maxread))) > 0) && in putfile()2325 nblks = ((i-1)/TBLOCK)+1; in putfile()2535 char buf[TBLOCK]; in splitfile()2592 s = (off_t)(blocklim - tapepos - 1) * TBLOCK; in splitfile()[all …]
120 #define TBLOCK 512 /* length of tar header and data blocks */ macro132 char dummy[TBLOCK];
93 #define TBLOCK 010 macro
247 char dummy[TBLOCK];
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()7739 bar_Vhdr = e_zalloc(E_EXIT, TBLOCK); in skip_bar_volhdr()7742 &(tmp_hdr->dbuf), TBLOCK); in skip_bar_volhdr()8543 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1))