Lines Matching refs:hl_data
2534 if (curpos != hl->hl_data) {
2536 noff = lseek(ofd, hl->hl_data, SEEK_SET);
2537 if (noff != hl->hl_data) {
2542 datasize = hl->hl_data - curpos;
2555 (void) lseek(ifd, hl->hl_data, SEEK_SET);
2557 curpos = hl->hl_data;
2559 datasize = hl->hl_hole - hl->hl_data;
2570 (void) ftruncate(ofd, hl->hl_data);
2601 datasize = hl->hl_hole - hl->hl_data;
2912 datasize = hl->hl_hole - hl->hl_data;
2922 if (hl->hl_data == file_size)
2930 left += (hl->hl_hole - hl->hl_data);
2938 if (curpos != hl->hl_data) {
2945 (void) lseek(Ifile, hl->hl_data, SEEK_SET);
2946 curpos = hl->hl_data;