Searched refs:_ISLOWER (Results 1 – 4 of 4) sorted by relevance
61 #define _CTYPE_L _ISLOWER /* Lower */
82 DEFN_ISTYPE(lower, _ISLOWER)
80 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()
63 #define _ISLOWER _L macro