Searched refs:ossl_isdigit (Results 1 – 13 of 13) sorted by relevance
100 if (!ossl_isdigit(*s)) in parse_number()104 } while (ossl_isdigit(*s)); in parse_number()125 if (ossl_isdigit(*s)) in parse_hex()146 if (*s == '9' || *s == '8' || !ossl_isdigit(*s)) in parse_oct()150 } while (ossl_isdigit(*++s) && *s != '9' && *s != '8'); in parse_oct()245 } else if (*s == '0' && ossl_isdigit(s[1])) { in parse_value()248 } else if (ossl_isdigit(*s)) { in parse_value()
72 # define ossl_isdigit(c) (ossl_ctype_check((c), CTYPE_MASK_digit)) macro
42 && TEST_int_eq(isdigit(n) != 0, ossl_isdigit(n) != 0) in test_ctype_chars()
54 if (ossl_isdigit(c)) in todigit()
177 || ossl_isdigit(*scheme) in ossl_store_register_loader_int()
213 for (i = 0; i <= INT_MAX / 4 && ossl_isdigit(a[i]); i++) in BN_dec2bn()
280 if ((types & B_ASN1_NUMERICSTRING) && !(ossl_isdigit(native) in type_str()
99 if (!ossl_isdigit(c)) { in a2d_ASN1_OBJECT()
146 if (ossl_isdigit(ch)) { in _dopr()164 if (ossl_isdigit(ch)) { in _dopr()
417 if (!ossl_isdigit(*s)) { in OBJ_txt2obj()703 while (ossl_isdigit(*s) || *s == '.') in OBJ_create_objects()
322 return ossl_isdigit(c); in default_is_number()
627 if (!ossl_isdigit(*p)) in file_name_check()
1501 if (!ossl_isdigit(*p)) in file_name_check()
Completed in 27 milliseconds