Searched refs:ascii_isdigit (Results 1 - 5 of 5) sorted by relevance

/freebsd-12-stable/crypto/openssl/crypto/asn1/
H A Da_time.c131 if (!ascii_isdigit(a[o]))
138 if (!ascii_isdigit(a[o]))
199 while ((o < l) && ascii_isdigit(a[o]))
230 if (!ascii_isdigit(a[o]))
234 if (!ascii_isdigit(a[o]))
497 while (14 + f_len < l && ascii_isdigit(f[f_len]))
/freebsd-12-stable/crypto/openssl/include/crypto/
H A Dctype.h60 int ascii_isdigit(const char inchar);
/freebsd-12-stable/crypto/openssl/crypto/
H A Dctype.c276 int ascii_isdigit(const char inchar) { function
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h1784 static bool ascii_isdigit(char x) { return x >= '0' && x <= '9'; } function in struct:llvm::final::final::LessRecordRegister
1796 bool isDigitPart = ascii_isdigit(Curr[0]);
1798 bool isDigit = ascii_isdigit(Curr[I]);
1803 isDigitPart = ascii_isdigit(Curr[I]);
/freebsd-12-stable/crypto/openssl/crypto/x509/
H A Dx509_vfy.c1891 if (!ascii_isdigit(ctm->data[i]))

Completed in 128 milliseconds