Lines Matching refs:is_digit
660 while ((c = *strp) != '\0' && !is_digit(c) && c != ',' && c != '-' &&698 if (strp == NULL || !is_digit(c = *strp))706 } while (is_digit(c));813 } else if (is_digit(*strp)) {