Home
last modified time | relevance | path

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

/openssl/crypto/
H A Dctype.c267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A) macro
287 return ASCII_IS_LOWER(a); in ossl_islower()
307 return ASCII_IS_LOWER(a) ? c ^ case_change : c; in ossl_toupper()

Completed in 4 milliseconds