Searched refs:_CTYPE_C (Results 1 - 12 of 12) sorted by path

/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_base.h57 static const mask cntrl = _CTYPE_C;
/freebsd-10.0-release/contrib/libstdc++/config/os/bsd/freebsd/
H A Dctype_base.h60 static const mask cntrl = _CTYPE_C;
/freebsd-10.0-release/include/
H A D_ctype.h49 #define _CTYPE_C 0x00000200L /* Control */ macro
H A Dctype.h90 #define iscntrl(c) __sbistype((c), _CTYPE_C)
H A Dwctype.h101 #define iswcntrl(wc) __istype((wc), _CTYPE_C)
/freebsd-10.0-release/include/xlocale/
H A D_ctype.h125 XLOCALE_ISCTYPE(cntrl, _CTYPE_C)
/freebsd-10.0-release/lib/libc/locale/
H A Disctype.c91 return (__sbistype(c, _CTYPE_C));
H A Diswctype.c80 return (__istype(wc, _CTYPE_C));
H A Dtable.c56 { /*00*/ _CTYPE_C,
57 _CTYPE_C,
58 _CTYPE_C,
59 _CTYPE_C,
60 _CTYPE_C,
61 _CTYPE_C,
62 _CTYPE_C,
63 _CTYPE_C,
64 /*08*/ _CTYPE_C,
65 _CTYPE_C|_CTYPE_
[all...]
H A Dwctype.c81 _CTYPE_C,
/freebsd-10.0-release/usr.bin/mklocale/
H A Dlex.l93 CONTROL { yylval.i = _CTYPE_C;
H A Dyacc.y786 fprintf(stderr, " %4s", (r & _CTYPE_C) ? "ctrl" : "");
811 fprintf(stderr, " %4s", (r & _CTYPE_C) ? "ctrl" : "");
830 fprintf(stderr, " %4s", (r & _CTYPE_C) ? "ctrl" : "");
852 fprintf(stderr, " %4s", (r & _CTYPE_C) ? "ctrl" : "");

Completed in 149 milliseconds