Lines Matching defs:block_cnt
933 int block_cnt;
964 for (block_cnt = 0; block_cnt < hdr->allocation;
965 block_cnt += BLK_SIZE) {
966 (void) write(ds_fd, (hdr->text_buffer + block_cnt), BLK_SIZE);
1866 int block_cnt, i;
1872 for (block_cnt = 0; block_cnt < hdr->allocation;
1873 block_cnt += BLK_SIZE) {
1874 (void) BIO_write(bio, (hdr->text_buffer + block_cnt), BLK_SIZE);