Home
last modified time | relevance | path

Searched refs:TBLOCK (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/tar/
H A Dtar.c166 #define TBLOCKS(bytes) (((bytes) + TBLOCK - 1) / TBLOCK)
349 char dummy[TBLOCK];
1675 char buf[TBLOCK]; in passtape()
2593 char buf[TBLOCK]; in splitfile()
3750 TBLOCK); in doxtract()
3751 tp += TBLOCK; in doxtract()
4308 char buf[TBLOCK]; in putempty()
5176 i /= TBLOCK; in readtape()
7582 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1))
8251 tp += TBLOCK; in read_xattr_hdr()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dtar.h31 #define TBLOCK 512 macro
114 char dummy[TBLOCK];
/illumos-gate/usr/src/head/
H A Darchives.h118 #define TBLOCK 512 /* length of tar header and data blocks */ macro
130 char dummy[TBLOCK];
/illumos-gate/usr/src/uts/common/sys/
H A Dstrtty.h91 #define TBLOCK 010 macro
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.h247 char dummy[TBLOCK];
H A Dcpio.c7614 bar_Vhdr = e_zalloc(E_EXIT, TBLOCK); in read_bar_vol_hdr()
7616 (void) memcpy(&(bar_Vhdr->dbuf), &(tmp_hdr->dbuf), TBLOCK); in read_bar_vol_hdr()
7758 bar_Vhdr = e_zalloc(E_EXIT, TBLOCK); in skip_bar_volhdr()
7761 &(tmp_hdr->dbuf), TBLOCK); in skip_bar_volhdr()
8561 #define ROUNDTOTBLOCK(a) ((a + (TBLOCK -1)) & ~(TBLOCK -1))
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c4163 #define TBLOCK 512 macro