Searched refs:_ISUPPER (Results 1 – 4 of 4) sorted by relevance
64 #define _CTYPE_U _ISUPPER /* Upper */
81 DEFN_ISTYPE(upper, _ISUPPER)
77 ctn->ctype |= (_ISUPPER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()298 ctn->ctype |= _ISUPPER; in dump_ctype()329 if (ctn->ctype & (_ISUPPER |_ISLOWER)) in dump_ctype()
62 #define _ISUPPER _U macro