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

/freebsd-current/include/
H A D_ctype.h48 #define _CTYPE_C 0x00000200L /* Control */ macro
H A Dctype.h89 #define iscntrl(c) __sbistype((c), _CTYPE_C)
H A Dwctype.h102 #define iswcntrl(wc) __istype((wc), _CTYPE_C)
/freebsd-current/include/xlocale/
H A D_ctype.h124 XLOCALE_ISCTYPE(cntrl, _CTYPE_C)
/freebsd-current/lib/libc/locale/
H A Disctype.c81 return (__sbistype(c, _CTYPE_C));
H A Diswctype.c74 return (__istype(wc, _CTYPE_C));
H A Dtable.c52 { /*00*/ _CTYPE_C,
53 _CTYPE_C,
54 _CTYPE_C,
55 _CTYPE_C,
56 _CTYPE_C,
57 _CTYPE_C,
58 _CTYPE_C,
59 _CTYPE_C,
60 /*08*/ _CTYPE_C,
61 _CTYPE_C|_CTYPE_
[all...]
H A Dwctype.c81 _CTYPE_C,
/freebsd-current/usr.bin/localedef/
H A Dctype.c69 #define _ISCNTRL _CTYPE_C

Completed in 173 milliseconds