Searched defs:startPoint (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Deio.c142 off_t startPoint; /* Offset from begining of the file in local
154 startPoint = lseek(fd1, 0L, 1);
155 if (startPoint < 0)
160 msglen = statbuf.st_size - startPoint;
163 DEBUG(7, "ewrdata: startPoint past end of file.\n%s", "");

Completed in 70 milliseconds