Home
last modified time | relevance | path

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

/titanic_50/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()
306 ctn->ctype |= _ISXDIGIT; in dump_ctype()
332 ctn->ctype |= _ISXDIGIT; in dump_ctype()
335 if (ctn->ctype & (_ISALPHA|_ISDIGIT|_ISXDIGIT)) in dump_ctype()
349 (ctn->ctype & (_ISDIGIT|_ISALPHA|_ISXDIGIT))) in dump_ctype()
/titanic_50/usr/src/lib/libc/port/locale/
H A D_ctype.h65 #define _CTYPE_X _ISXDIGIT /* X digit */
H A Disdigit.c84 DEFN_ISTYPE(xdigit, _ISXDIGIT)
/titanic_50/usr/src/head/iso/
H A Dctype_iso.h69 #define _ISXDIGIT _X macro