Home
last modified time | relevance | path

Searched refs:_ISdigit (Results 1 – 3 of 3) sorted by relevance

/ctype/
A Dctype.c29 func (isdigit, _ISdigit) in func()
A Dctype_l.c30 func (isdigit_l, _ISdigit) in func()
A Dctype.h51 _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))

Completed in 6 milliseconds