Home
last modified time | relevance | path

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

/dragonfly/usr.bin/banner/
HDbanner.c112 int nchrs, j; in scan_out() local
119 for (nchrs = 0; *sp != dlm && *sp != '\0'; ) { in scan_out()
132 if (nchrs++ >= PW/(WIDTH+1)-1) in scan_out()
/dragonfly/usr.sbin/pw/
HDpsdate.c124 static char const nchrs[] = "0123456789 \t,/-."; in parse_datesub() local
132 while (*str && strchr(nchrs + 10, *str) != NULL) in parse_datesub()
141 while (*str && strchr(nchrs + 10, *str) != NULL) in parse_datesub()
/dragonfly/usr.sbin/lpr/lpd/
HDprintjob.c1362 int nchrs, j; in scan_out() local
1369 for (nchrs = 0; ; ) { in scan_out()
1377 nchrs++ >= pp->page_width/(WIDTH+1)-1) in scan_out()