Lines Matching full:is_digit
653 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&691 if (strp == NULL || !is_digit(c = *strp))699 } while (is_digit(c));806 } else if (is_digit(*strp)) {