BLOCKSIZE
CK_BYTE outbuf[BUFFERSIZE+BLOCKSIZE];
int blocksize = BLOCKSIZE; /* and its size in bytes */
blocksize = BLOCKSIZE;
int blocksize = BLOCKSIZE; /* and its size in bytes */
blocksize = BLOCKSIZE;
(allocated_slots + BLOCKSIZE) *
BLOCKSIZE *
allocated_slots += BLOCKSIZE;
(allocated_slots + BLOCKSIZE) * sizeof (PAGE *));
BLOCKSIZE * sizeof (PAGE *));
allocated_slots += BLOCKSIZE;
lastinblk = BLOCKSIZE;
if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) {
if (fwrite((char *)&logicalblk, BLOCKSIZE, 1, outfile) == 0) {
i = nextsupfing % BLOCKSIZE;
if (fwrite(SUPFING, BLOCKSIZE - i, 1, outfile) == 0 ||
param.sizeblk = BLOCKSIZE;
param.startbyte = (numlogblk + 1) * BLOCKSIZE + BUFSIZ;
if (numinvitems && numwilluse + amtused > BLOCKSIZE) {
BLOCKSIZE, outfile) == 0) {
lastinblk = BLOCKSIZE;
lastinblk = BLOCKSIZE;
long invblk[BLOCKSIZE / sizeof (long)];
char chrblk[BLOCKSIZE];
#if (1 << BLOCKSHIFT) != BLOCKSIZE || BLOCKMASK != (BLOCKSIZE - 1)