Home
last modified time | relevance | path

Searched refs:b_size (Results 1 – 4 of 4) sorted by relevance

/original-bsd/usr.bin/ex/
H A Dex_tagio.c30 static int b_size = MAXBSIZE; variable
48 b_size = statb.st_blksize;
58 nblock = off / b_size * b_size;
59 offset = off % b_size;
65 if ((bcnt = read(fd, ibuf, b_size)) < 0)
80 if ((bcnt = read(fd, ibuf, b_size)) <= 0)
90 block += b_size;
91 if ((bcnt = read(fd, ibuf, b_size)) <= 0) {
/original-bsd/sbin/fsck/
H A Dutilities.c119 bufhead.b_size = i; /* save number of buffers */ in bufinit()
168 bp->b_size = size;
183 (bp->b_errs == bp->b_size / dev_bsize) ? "" : "PARTIALLY ",
187 bwrite(fd, bp->b_un.b_buf, bp->b_bno, (long)bp->b_size);
238 if (bufhead.b_size != cnt)
239 errx(EEXIT, "Panic: lost %d buffers", bufhead.b_size - cnt);
H A Dfsck.h37 int b_size; member
H A Dsetup.c298 sblk.b_size = SBSIZE;