Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dctype.c86 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT); in add_ctype_impl()
104 ctn->ctype |= (_ISXDIGIT | _ISPRINT); in add_ctype_impl()
308 ctn->ctype |= _ISXDIGIT; in dump_ctype()
334 ctn->ctype |= _ISXDIGIT; in dump_ctype()
337 if (ctn->ctype & (_ISALPHA|_ISDIGIT|_ISXDIGIT)) in dump_ctype()
351 (ctn->ctype & (_ISDIGIT|_ISALPHA|_ISXDIGIT))) in dump_ctype()
/illumos-gate/usr/src/lib/libc/port/locale/
H A D_ctype.h65 #define _CTYPE_X _ISXDIGIT /* X digit */
H A Disdigit.c78 DEFN_ISTYPE(xdigit, _ISXDIGIT)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h69 #define _ISXDIGIT _X macro