Home
last modified time | relevance | path

Searched refs:ossl_islower (Results 1 – 3 of 3) sorted by relevance

/openssl/include/crypto/
H A Dctype.h65 int ossl_islower(int c);
/openssl/test/
H A Dctype_internal_test.c44 && TEST_int_eq(islower(n) != 0, ossl_islower(n) != 0) in test_ctype_chars()
/openssl/crypto/
H A Dctype.c283 int ossl_islower(int c) in ossl_islower() function

Completed in 5 milliseconds