Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libc/port/locale/
H A D_ctype.h61 #define _CTYPE_L _ISLOWER /* Lower */
H A Disdigit.c82 DEFN_ISTYPE(lower, _ISLOWER)
/titanic_41/usr/src/cmd/localedef/
H A Dctype.c80 ctn->ctype |= (_ISLOWER | _ISALPHA | _ISGRAPH | _ISPRINT); in add_ctype_impl()
300 ctn->ctype |= _ISLOWER; in dump_ctype()
329 if (ctn->ctype & (_ISUPPER |_ISLOWER)) in dump_ctype()
/titanic_41/usr/src/head/iso/
H A Dctype_iso.h63 #define _ISLOWER _L macro