Searched refs:genBlockSize (Results 1 – 2 of 2) sorted by relevance
169 size_t genBlockSize = RDG_BLOCKSIZE; in RDG_genOut() local183 if (size-total < RDG_BLOCKSIZE) genBlockSize = (size_t)(size-total); in RDG_genOut()184 total += genBlockSize; in RDG_genOut()185 fwrite(buff, 1, genBlockSize, stdout); /* should check potential write error */ in RDG_genOut()
176 size_t const genBlockSize = (size_t) (MIN (stdBlockSize, size-total)); in RDG_genStdout() local178 total += genBlockSize; in RDG_genStdout()179 { size_t const unused = fwrite(buff, 1, genBlockSize, stdout); (void)unused; } in RDG_genStdout()