Searched defs:is_lower (Results 1 – 4 of 4) sorted by relevance
34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local
26 static inline bool is_lower(int c) { in is_lower() function
262 const uint8_t is_lower = constant_time_in_range_8(a, 'a', 'z'); in base64_ascii_to_bin() local