Lines Matching full:is_digit
707 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&749 if (strp == NULL || !is_digit(c = *strp))757 } while (is_digit(c));870 } else if (is_digit(*strp)) {