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

/freebsd-9.3-release/usr.sbin/pw/
H A Dpsdate.c127 static char const nchrs[] = "0123456789 \t,/-."; local
135 while (*str && strchr(nchrs + 10, *str) != NULL)
144 while (*str && strchr(nchrs + 10, *str) != NULL)
/freebsd-9.3-release/usr.sbin/lpr/lpd/
H A Dprintjob.c1505 register int nchrs, j; local
1512 for (nchrs = 0; ; ) {
1520 nchrs++ >= pp->page_width/(WIDTH+1)-1)

Completed in 54 milliseconds