HomeSort by: relevance | last modified time | path
    Searched refs:BLKMULT (Results 1 - 6 of 6) sorted by relevancy

  /src/bin/pax/
buf_subs.c 74 static char bufmem[MAXBLK+BLKMULT]; /* i/o buffer + pushback id space */
96 buf = &(bufmem[BLKMULT]);
111 if (wrblksz % BLKMULT) {
113 wrblksz, BLKMULT);
144 buf = &(bufmem[BLKMULT]);
152 if (wrblksz % BLKMULT) {
155 wrblksz, BLKMULT);
179 buf = &(bufmem[BLKMULT]);
380 * WARNING: do not even THINK of pback greater than BLKMULT, unless the
799 if (((off_t)(arcn->sb.st_blocks * BLKMULT)) >= arcn->sb.st_size
    [all...]
tar.c 139 return wr_skip((off_t)(NULLCNT * BLKMULT));
146 * size of trailer BLKMULT
152 return (off_t)((gnu_short_trailer ? 1 : NULLCNT) * BLKMULT);
175 for (i = 0; i < BLKMULT; ++i) {
183 if (i != BLKMULT)
383 if (size < BLKMULT)
407 return check_sum(hd->chksum, sizeof(hd->chksum), blk, BLKMULT, 1);
465 if (tar_id(buf, BLKMULT) < 0)
725 if (wr_skip((off_t)(BLKMULT - sizeof(HD_TAR))) < 0)
782 if (size < BLKMULT)
    [all...]
ar_subs.c 80 static char hdbuf[BLKMULT]; /* space for archive header on read */
1174 * ASSUMED: headers fit within a BLKMULT header.
1332 * ASSUMED: headers fit within a BLKMULT header.
1343 int minhd = BLKMULT;
1357 res = BLKMULT;
1383 res = BLKMULT;
1437 res = BLKMULT - hdsz;
1440 res = BLKMULT;
pax.h 50 #define BLKMULT 512 /* blocksize must be even mult of 512 bytes */
158 /* Headers are assumed to fit in a BLKMULT. */
ar_io.c 315 ((arsb.st_blksize % BLKMULT) == 0))
339 for (rdblksz = MAXBLK; rdblksz > 0; rdblksz -= BLKMULT)
359 blksz = rdblksz = BLKMULT;
765 * BLKMULT).
768 if (rdblksz % BLKMULT)
844 if ((res > 0) && (res % BLKMULT)) {
846 * try to fix up partial writes which are not BLKMULT
902 * if the format wants the header to start at a BLKMULT boundary. While
1013 fsbz = BLKMULT;
options.c 180 { "tar", 10240, BLKMULT, 0, 1, BLKMULT, 0, tar_id, no_op,
185 { "ustar", 10240, BLKMULT, 0, 1, BLKMULT, 0, ustar_id, ustar_strd,
512 if (wrlimit % BLKMULT) {
515 BLKMULT);

Completed in 38 milliseconds