Home
last modified time | relevance | path

Searched refs:_CTYPE_C (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dtable.c45 _CTYPE_C, \
46 _CTYPE_C, \
47 _CTYPE_C, \
48 _CTYPE_C, \
49 _CTYPE_C, \
50 _CTYPE_C, \
51 _CTYPE_C, \
52 _CTYPE_C, \
54 _CTYPE_C, \
60 _CTYPE_C, \
[all …]
H A D_ctype.h58 #define _CTYPE_C _ISCNTRL /* Control */ macro
H A Dwctype.c51 { "cntrl", _CTYPE_C }, in wctype_l()
H A Diswctype.c139 DEFN_ISWTYPE(cntrl, _CTYPE_C) in DEFN_ISWTYPE()
/illumos-gate/usr/src/boot/include/
H A Dctype.h90 #define iscntrl(c) __sbistype((c), _CTYPE_C)
H A D_ctype.h49 #define _CTYPE_C 0x00000200L /* Control */ macro
/illumos-gate/usr/src/boot/include/xlocale/
H A D_ctype.h125 XLOCALE_ISCTYPE(cntrl, _CTYPE_C)