Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/i18n/
H A D_ctype.c46 _C, _C, _C, _C, _C, _C, _C, _C,
47 _C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
48 _C, _C, _C, _C, _C, _C, _C, _C,
49 _C, _C, _C, _C, _C, _C, _C, _C,
61 _L, _L, _L, _P, _P, _P, _P, _C,
119 _C, _C, _C, _C, _C, _C, _C, _C,
120 _C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
121 _C, _C, _C, _C, _C, _C, _C, _C,
122 _C, _C, _C, _C, _C, _C, _C, _C,
134 _L, _L, _L, _P, _P, _P, _P, _C,
/illumos-gate/usr/src/stand/lib/sa/
H A Dctype.c52 _C, _C, _C, _C, _C, _C, _C, _C,
53 _C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
54 _C, _C, _C, _C, _C, _C, _C, _C,
55 _C, _C, _C, _C, _C, _C, _C, _C,
67 _L, _L, _L, _P, _P, _P, _P, _C,
H A Dctype.h49 #define _C 0x00000020 /* Control character */ macro
63 #define iscntrl(c) ((__ctype + 1)[c] & _C)
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h58 #define _C 0x00000020 /* Control character */ macro
67 #define _ISCNTRL _C
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dexpr.test240 test_expr expr-5.9 {t1='abc', t2='A%_C'} {t1 LIKE t2} 1
241 test_expr expr-5.9b {t1='ac', t2='A%_C'} {t1 LIKE t2} 0
242 test_expr expr-5.10 {t1='abxyzzyc', t2='A%_C'} {t1 LIKE t2} 1