Searched refs:_CTYPE_T (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/lib/libc/locale/
H A Dwctype.c91 _CTYPE_T,
H A Disctype.c187 return (__sbistype(c, _CTYPE_T));
H A Diswctype.c176 return (__istype(wc, _CTYPE_T));
/freebsd-10-stable/include/
H A D_ctype.h60 #define _CTYPE_T 0x00100000L /* Special */ macro
H A Dctype.h132 #define isspecial(c) __sbistype((c), _CTYPE_T)
H A Dwctype.h121 #define iswspecial(wc) __istype((wc), _CTYPE_T)
/freebsd-10-stable/usr.bin/mklocale/
H A Dlex.l115 SPECIAL { yylval.i = _CTYPE_T|_CTYPE_R|_CTYPE_G;
H A Dyacc.y797 fprintf(stderr, " %4s", (r & _CTYPE_T) ? "spec" : "");
822 fprintf(stderr, " %4s", (r & _CTYPE_T) ? "spec" : "");
841 fprintf(stderr, " %4s", (r & _CTYPE_T) ? "spec" : "");
863 fprintf(stderr, " %4s", (r & _CTYPE_T) ? "spec" : "");
/freebsd-10-stable/include/xlocale/
H A D_ctype.h137 XLOCALE_ISCTYPE(special, _CTYPE_T)

Completed in 60 milliseconds