Home
last modified time | relevance | path

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

/freebsd/lib/libc/locale/
H A Diswctype.c91 #undef iswhexnumber
93 iswhexnumber(wint_t wc) in iswhexnumber() function
H A DSymbol.map33 iswhexnumber;
H A DMakefile.inc73 iswalnum.3 iswhexnumber.3 \
/freebsd/include/
H A Dwctype.h83 wint_t iswhexnumber(wint_t);
117 #define iswhexnumber(wc) __istype((wc), _CTYPE_X) /* alias of iswxdigit */ macro