Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/localedef/
H A Dctype.c86 ctn->ctype |= (_ISDIGIT | _ISGRAPH | _ISPRINT | _ISXDIGIT); in add_ctype_impl()
302 ctn->ctype |= _ISDIGIT; in dump_ctype()
331 if (ctn->ctype & _ISDIGIT) in dump_ctype()
335 if (ctn->ctype & (_ISALPHA|_ISDIGIT|_ISXDIGIT)) in dump_ctype()
346 (ctn->ctype & (_ISPUNCT|_ISDIGIT))) in dump_ctype()
349 (ctn->ctype & (_ISDIGIT|_ISALPHA|_ISXDIGIT))) in dump_ctype()
/titanic_50/usr/src/head/iso/
H A Dctype_iso.h64 #define _ISDIGIT _N macro
73 #define _ISALNUM (_ISALPHA | _ISDIGIT)
/titanic_50/usr/src/lib/libc/port/locale/
H A D_ctype.h59 #define _CTYPE_D _ISDIGIT /* Digit */
H A Disdigit.c83 DEFN_ISTYPE(digit, _ISDIGIT)
/titanic_50/usr/src/cmd/sendmail/include/sm/
H A Dconf.h202 # define isdigit(__a) (_IS(__a,_ISDIGIT))