Home
last modified time | relevance | path

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

/ctype/
A Dctype.c36 func (isxdigit, _ISxdigit) in func()
A Dctype_l.c37 func (isxdigit_l, _ISxdigit) in func()
A Dctype.h52 _ISxdigit = _ISbit (4), /* Hexadecimal numeric. */ enumerator
199 # define isxdigit(c) __isctype((c), _ISxdigit) in __isctype_f()
295 # define __isxdigit_l(c,l) __isctype_l((c), _ISxdigit, (l))

Completed in 6 milliseconds