Searched refs:_ISxdigit (Results 1 – 3 of 3) sorted by relevance
36 func (isxdigit, _ISxdigit) in func()
37 func (isxdigit_l, _ISxdigit) in func()
52 _ISxdigit = _ISbit (4), /* Hexadecimal numeric. */ enumerator199 # define isxdigit(c) __isctype((c), _ISxdigit) in __isctype_f()295 # define __isxdigit_l(c,l) __isctype_l((c), _ISxdigit, (l))
Completed in 6 milliseconds