Searched refs:_ISdigit (Results 1 – 3 of 3) sorted by relevance
29 func (isdigit, _ISdigit) in func()
30 func (isdigit_l, _ISdigit) in func()
51 _ISdigit = _ISbit (3), /* Numeric. */ enumerator192 # define isdigit(c) __isctype((c), _ISdigit) in __isctype_f()288 # define __isdigit_l(c,l) __isctype_l((c), _ISdigit, (l))
Completed in 6 milliseconds