Searched refs:ASCII_IS_LOWER (Results 1 – 6 of 6) sorted by relevance
267 #define ASCII_IS_LOWER(c) (c >= 0x61 && c <= 0x7A) macro287 return ASCII_IS_LOWER(a); in ossl_islower()307 return ASCII_IS_LOWER(a) ? c ^ case_change : c; in ossl_toupper()
130 #define ASCII_IS_LOWER(c) ((c) >= 'a' && (c) <= 'z')154 #define IS_LOWER(c) (is_ascii_char(c) && ASCII_IS_LOWER(c))137 #define ASCII_IS_LOWER( global() macro
185 lc = ASCII_IS_LOWER(optc); in scan_option() 190 lc = ASCII_IS_LOWER(optname[0]); in scan_option()
438 opt_lower = ASCII_IS_LOWER(p[0]); in mca_opt_nonfirst_char() 452 if (!opt_lower && ASCII_IS_LOWER(c)) in mca_opt_nonfirst_char() 511 opt_lower = ASCII_IS_LOWER(c); in mca_opt_char()
560 if (len == 0 && ASCII_IS_LOWER(c))
790 if (ASCII_IS_LOWER(c)) in findopt_name()