Searched refs:_ISprint (Results 1 – 4 of 4) sorted by relevance
/glibc-2.36/ctype/ |
D | ctype.h | 54 _ISprint = _ISbit (6), /* Printing. */ enumerator 195 # define isprint(c) __isctype((c), _ISprint) in __isctype_f() 291 # define __isprint_l(c,l) __isctype_l((c), _ISprint, (l))
|
D | ctype.c | 32 func (isprint, _ISprint) in func()
|
D | ctype_l.c | 33 func (isprint_l, _ISprint) in func()
|
/glibc-2.36/localedata/ |
D | tst-ctype.c | 92 _ISspace, _ISprint, _ISgraph, _ISblank, _IScntrl, in do_test()
|