Home
last modified time | relevance | path

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

/titanic_41/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,
/titanic_41/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)
/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dctype_.c33 /* 0*/ _C, _C, _C, _C, _C, _C, _C, _C,
34 /* 10*/ _C, _S|_C, _S|_C, _S|_C, _S|_C, _S|_C, _C, _C,
35 /* 20*/ _C, _C, _C, _C, _C, _C, _C, _C,
36 /* 30*/ _C, _C, _C, _C, _C, _C, _C, _C,
48 /*170*/ _L, _L, _L, _P, _P, _P, _P, _C,
158 return((_ctype_+1)[c]&_C);
H A D_crypt.c117 char _C[28]; member
143 #define C (_c->_C)
/titanic_41/usr/src/head/iso/
H A Dctype_iso.h58 #define _C 0x00000020 /* Control character */ macro
67 #define _ISCNTRL _C
/titanic_41/usr/src/lib/libbc/inc/include/
H A Dctype.h35 #define _C 040 macro
51 #define iscntrl(c) ((_ctype_+1)[c]&_C)
/titanic_41/usr/src/lib/libbc/inc/5include/
H A Dctype.h38 #define _C 040 /* Control character */ macro
69 #define iscntrl(c) ((_ctype_ + 1)[c] & _C)
/titanic_41/usr/src/lib/libsqlite/test/
H A Dexpr.test242 test_expr expr-5.9 {t1='abc', t2='A%_C'} {t1 LIKE t2} 1
243 test_expr expr-5.9b {t1='ac', t2='A%_C'} {t1 LIKE t2} 0
244 test_expr expr-5.10 {t1='abxyzzyc', t2='A%_C'} {t1 LIKE t2} 1