Lines Matching defs:BLOCKSIZE
47 #define BLOCKSIZE 2 * BUFSIZ /* logical block size */
83 long invblk[BLOCKSIZE / sizeof (long)];
84 char chrblk[BLOCKSIZE];
172 lastinblk = BLOCKSIZE;
254 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) {
259 if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) {
282 i = nextsupfing % BLOCKSIZE;
284 if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 ||
293 param.sizeblk = BLOCKSIZE;
294 param.startbyte = (numlogblk + 1) * BLOCKSIZE + BUFSIZ;
374 if (numinvitems && numwilluse + amtused > BLOCKSIZE) {
434 BLOCKSIZE, outfile) == 0) {
466 lastinblk = BLOCKSIZE;
481 lastinblk = BLOCKSIZE;