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

/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c90 register int linel = 0; local
94 while ((c = getc(cfp)) != '\n' && (size_t)(linel+1) < sizeof(line)) {
100 linel++;
101 } while ((linel & 07) != 0 && (size_t)(linel+1) <
106 linel++;
109 return(linel);

Completed in 113 milliseconds