Home
last modified time | relevance | path

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

/third_party/uapp/dash/src/
A Dmkinit.c71 #define BLOCKSIZE 512 macro
82 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