Home
last modified time | relevance | path

Searched defs:ossl_isdigit (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dctype.c269 int ossl_isdigit(int c) in ossl_isdigit() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/crypto/
H A Dctype.h71 # define ossl_isdigit(c) (ossl_ctype_check((c), CTYPE_MASK_digit)) macro