Searched refs:pidoff (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/file/src/
H A Dreadelf.c799 size_t argoff, pidoff; local
808 pidoff = argoff + 81 + 2;
809 if (doff + pidoff + 4 <= size) {
812 doff + pidoff)))) == -1)
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Dprintjob.c166 off_t pidoff; local
233 pidoff = i = strlen(line);
282 (void) lseek(lfd, pidoff, 0);
328 if (ftruncate(lfd, pidoff) < 0)

Completed in 170 milliseconds