Lines Matching defs:block_cnt
939 int block_cnt;
970 for (block_cnt = 0; block_cnt < hdr->allocation;
971 block_cnt += BLK_SIZE) {
972 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 BIO_write(bio, (hdr->text_buffer + block_cnt), BLK_SIZE);