Home
last modified time | relevance | path

Searched defs:iswhexnumber (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libc/locale/
H A Diswctype.c93 iswhexnumber(wint_t wc) in iswhexnumber() function
/freebsd/include/
H A Dwctype.h117 #define iswhexnumber(wc) __istype((wc), _CTYPE_X) /* alias of iswxdigit */ macro