Searched refs:is_lower (Results 1 – 2 of 2) sorted by relevance
56 #define is_lower(ch) \ macro63 (is_upper(ch) || is_lower(ch))
34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local38 if (is_lower || is_upper || is_digit) { in no_mischief_strncpy()