Lines Matching refs:isdigit
59 if (isdigit(*p)) {
76 if (isdigit(*p)) {
108 if (isdigit(*f)) {
161 } while (isdigit(*s));
223 if (!isdigit(*s)) {
230 } while (isdigit(*s));
246 if (!isdigit(*s)) {
255 } while ((wday * 10 < 7) && rulim && isdigit(*s));
282 if (!isdigit(*s)) {
289 } while ((r * 10 < 53) && rulim && isdigit(*s));
327 if (!isdigit(*s)) return 0;
329 for (i=1; i<=min+range && isdigit(*s); i*=10)
342 if (!isdigit(*s)) return 0;
343 for (*dest=i=0; i<w && isdigit(*s); i++)