Searched refs:BLOCKSIZE (Results 1 – 1 of 1) sorted by relevance
71 #define BLOCKSIZE 512 macro82 char text[BLOCKSIZE];416 text->nleft = BLOCKSIZE - 1; in addchar()431 if ((fwrite(bp->text, sizeof (char), BLOCKSIZE, fp)) != BLOCKSIZE) in writetext()434 if ((fwrite(bp->text, sizeof (char), BLOCKSIZE - text->nleft, fp)) != (BLOCKSIZE - text->nleft)) in writetext()
Completed in 3 milliseconds