Searched refs:_ISlower (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/ctype/ |
D | ctype.h | 49 _ISlower = _ISbit (1), /* lowercase. */ enumerator 193 # define islower(c) __isctype((c), _ISlower) in __isctype_f() 289 # define __islower_l(c,l) __isctype_l((c), _ISlower, (l))
|
D | ctype.c | 30 func (islower, _ISlower) in func()
|
D | ctype_l.c | 31 func (islower_l, _ISlower) in func()
|
/glibc-2.36/localedata/ |
D | tst-ctype.c | 91 _ISupper, _ISlower, _ISalpha, _ISdigit, _ISxdigit, in do_test()
|