Home
last modified time | relevance | path

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

/glibc-2.36/ctype/
Dctype.h54 _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))
Dctype.c32 func (isprint, _ISprint) in func()
Dctype_l.c33 func (isprint_l, _ISprint) in func()
/glibc-2.36/localedata/
Dtst-ctype.c92 _ISspace, _ISprint, _ISgraph, _ISblank, _IScntrl, in do_test()