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

/freebsd-13-stable/usr.sbin/lpr/chkprintcap/
H A Dskimprintcap.c59 * Only the first 'QENTRY_MAXLEN' characters will be saved, since this
65 #define QENTRY_MAXLEN 30 macro
67 static char skim_entryname[sizeof(QENTRY_PREFIX) + QENTRY_MAXLEN + 2];
158 if ((ch - curline) > QENTRY_MAXLEN) {
159 strncat(skim_entryname, curline, QENTRY_MAXLEN

Completed in 107 milliseconds