Home
last modified time | relevance | path

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

/freebsd-9-stable/usr.sbin/lpr/common_source/
Dmatchjobs.c68 #define isdigitch(Anychar) isdigit(((int) Anychar) & 255) macro
261 if (isdigitch(*lhside)) { in parse_jobspec()
262 if (isdigitch(*rhside)) in parse_jobspec()
266 } else if (isdigitch(*rhside)) { in parse_jobspec()
284 if (isdigitch(*lhside)) in parse_jobspec()
289 if (isdigitch(*rhside)) in parse_jobspec()
311 if ((*numstr == '-') && (isdigitch(*(numstr + 1)))) { in parse_jobspec()
Dcommon.c81 #define isdigitch(Anychar) isdigit((u_char)(Anychar)) macro
243 if (!isdigitch(*numstr)) in calc_jobnum()
246 for (cp = numstr; (cp < numstr + 5) && isdigitch(*cp); cp++) in calc_jobnum()
254 while(isdigitch(*cp)) in calc_jobnum()
258 for (cp = numstr; (cp < numstr + 3) && isdigitch(*cp); cp++) in calc_jobnum()
Dctlinfo.c82 #define isdigitch(Anychar) isdigit((u_char)(Anychar)) macro
555 if (islowerch(*cp) || isdigitch(*cp)) in ctl_renametf()
/freebsd-9-stable/bin/ps/
Dps.c96 #define isdigitch(Anychar) isdigit((u_char)(Anychar)) macro
427 if (!isdigitch(**argv)) in main()
1345 if (nextarg == NULL || *nextarg == '-' || isdigitch(*nextarg)) in kludge_oldps_options()
1354 if (isdigitch(*cp)) { in kludge_oldps_options()
1355 while (cp >= origval && (*cp == ',' || isdigitch(*cp))) in kludge_oldps_options()
/freebsd-9-stable/usr.sbin/lpr/lpc/
Dmovejobs.c72 #define isdigitch(Anychar) isdigit(((int) Anychar) & 255) macro
/freebsd-9-stable/usr.sbin/newsyslog/
Dnewsyslog.c287 #define isdigitch(Anychar) isdigit((u_char)(Anychar)) macro
1206 if (isdigitch(*q)) in parse_file()
2419 if (!isdigitch(*string++)) in isnumberstr()