Searched refs:_ISdigit (Results 1 – 5 of 5) sorted by relevance
/glibc-2.36/ctype/ |
D | ctype.h | 51 _ISdigit = _ISbit (3), /* Numeric. */ enumerator 192 # define isdigit(c) __isctype((c), _ISdigit) in __isctype_f() 288 # define __isdigit_l(c,l) __isctype_l((c), _ISdigit, (l))
|
D | ctype.c | 29 func (isdigit, _ISdigit) in func()
|
D | ctype_l.c | 30 func (isdigit_l, _ISdigit) in func()
|
/glibc-2.36/localedata/ |
D | tst-ctype.c | 91 _ISupper, _ISlower, _ISalpha, _ISdigit, _ISxdigit, in do_test()
|
/glibc-2.36/locale/programs/ |
D | ld-ctype.c | 2464 class256_bit = _ISdigit; in ctype_read()
|