Searched refs:block_cnt (Results 1 – 1 of 1) sorted by relevance
787 int block_cnt; in wdsheader() local813 for (block_cnt = 0; block_cnt < hdr->allocation; in wdsheader()814 block_cnt += BLK_SIZE) { in wdsheader()815 (void) write(ds_fd, (hdr->text_buffer + block_cnt), BLK_SIZE); in wdsheader()