Searched defs:is_upper (Results 1 – 2 of 2) sorted by relevance
35 int is_upper = s >= 'A' && s <= 'Z'; in no_mischief_strncpy() local