Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dctype.h54 _ISxdigit = _ISbit (4), /* Hexadecimal numeric. */ enumerator
183 # define isxdigit(c) __isctype((c), _ISxdigit)
291 # define __isxdigit_l(c,l) __isctype_l((c), _ISxdigit, (l))