Searched defs:is_lower (Results 1 – 3 of 3) 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