Searched refs:isupper (Results 1 – 1 of 1) sorted by relevance
36 #define isupper(c) ((__ismask(c)&(_U)) != 0) macro44 if (isupper(c)) in __tolower()