Lines Matching refs:offset
291 /* pass offset to relative name from FTW_CHDIR */
301 long offset = 0;
344 if ((ptrend = memchr(ptr + offset, '\n', count)) == NULL) {
345 offset += count;
351 (void) memmove(prntbuf, ptr, offset);
358 if (offset + GBUFSIZ > fw_lPrntBufLen) {
380 p = prntbuf + offset;
384 if (offset == 0)
389 ptrend = ptr + offset;
393 next_count = offset + count - (next_ptr - ptr);
424 offset = 0;