Searched defs:is_lower (Results 1 – 2 of 2) sorted by relevance
56 #define is_lower(ch) \ macro
34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local