Home
last modified time | relevance | path

Searched refs:clastp (Results 1 – 1 of 1) sorted by relevance

/freebsd/usr.sbin/lpr/lpd/
H A Drecvjob.c138 char *cp, *clastp, *errmsg; in readjob() local
149 clastp = line + sizeof(line) - 1; in readjob()
160 } while ((*cp++ != '\n') && (cp <= clastp)); in readjob()
161 if (cp > clastp) { in readjob()