Home
last modified time | relevance | path

Searched refs:_ISUPPER (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/lib/libc/port/locale/
H A D_ctype.h64 #define _CTYPE_U _ISUPPER /* Upper */
H A Disdigit.c81 DEFN_ISTYPE(upper, _ISUPPER)
/titanic_41/usr/src/cmd/localedef/
H A Dctype.c77 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()
/titanic_41/usr/src/head/iso/
H A Dctype_iso.h62 #define _ISUPPER _U macro