Lines Matching refs:hl_data
2526 if (curpos != hl->hl_data) {
2528 noff = lseek(ofd, hl->hl_data, SEEK_SET);
2529 if (noff != hl->hl_data) {
2534 datasize = hl->hl_data - curpos;
2547 (void) lseek(ifd, hl->hl_data, SEEK_SET);
2549 curpos = hl->hl_data;
2551 datasize = hl->hl_hole - hl->hl_data;
2562 (void) ftruncate(ofd, hl->hl_data);
2593 datasize = hl->hl_hole - hl->hl_data;
2904 datasize = hl->hl_hole - hl->hl_data;
2914 if (hl->hl_data == file_size)
2922 left += (hl->hl_hole - hl->hl_data);
2930 if (curpos != hl->hl_data) {
2937 (void) lseek(Ifile, hl->hl_data, SEEK_SET);
2938 curpos = hl->hl_data;