/titanic_50/usr/src/lib/libast/common/regex/ |
H A D | regclass.c | 70 return iswctype(wc, wt); in _reg_iswblank() 136 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); } in Is_wc_1() 137 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); } in Is_wc_2() 138 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); } in Is_wc_3() 139 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); } in Is_wc_4() 140 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); } in Is_wc_5() 141 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); } in Is_wc_6() 142 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); } in Is_wc_7() 143 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); } in Is_wc_8()
|
/titanic_50/usr/src/lib/libc/port/locale/ |
H A D | iswctype.c | 88 #undef iswctype 90 iswctype(wint_t wc, wctype_t class) in iswctype() function
|
H A D | regex2.h | 141 if (iswctype(ch, cs->types[i])) in CHIN1()
|
/titanic_50/usr/src/cmd/oawk/ |
H A D | awktype.h | 35 #define iswblank(c) iswctype((c), _ISBLANK)
|
/titanic_50/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 386 #undef iswctype 388 #define iswctype _m_iswctype macro 391 extern int iswctype(wint_t wc, wctype_t desc);
|
/titanic_50/usr/src/head/ |
H A D | wchar.h | 138 extern int iswctype(wint_t, wctype_t); 159 using std::iswctype;
|
H A D | wctype.h | 65 using std::iswctype;
|
/titanic_50/usr/src/lib/libshell/common/features/ |
H A D | locale | 2 lib locale,localeconv,wctype,iswctype,iswblank
|
/titanic_50/usr/src/head/iso/ |
H A D | wctype_iso.h | 107 extern int iswctype(wint_t, wctype_t);
|
/titanic_50/usr/src/test/libc-tests/tests/wctype/ |
H A D | wctype_test.c | 47 if (!iswctype(*wc, class))\
|
/titanic_50/usr/src/lib/libshell/i386/src/cmd/ksh93/FEATURE/ |
H A D | locale | 15 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libshell/sparc/src/cmd/ksh93/FEATURE/ |
H A D | locale | 15 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libshell/sparcv9/src/cmd/ksh93/FEATURE/ |
H A D | locale | 15 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libshell/amd64/src/cmd/ksh93/FEATURE/ |
H A D | locale | 15 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/cmd/xargs/ |
H A D | xargs.c | 561 if (LINE_CONT && iswctype(last, blank)) { in getarg() 632 if (inquote || escape || ZERO || !iswctype(c, blank)) { in getarg()
|
/titanic_50/usr/src/test/libc-tests/cfg/symbols/ |
H A D | wctype_h.cfg | 75 func | iswctype |\
|
/titanic_50/usr/src/cmd/tr/ |
H A D | cset.c | 153 if (csc->csc_invert ^ (iswctype(ch, csc->csc_type) != 0)) in cset_in_hard()
|
/titanic_50/usr/src/lib/libw/common/ |
H A D | mapfile-vers | 50 iswctype { TYPE = FUNCTION };
|
/titanic_50/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
H A D | lib | 52 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
H A D | lib | 52 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
H A D | lib | 52 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
H A D | lib | 52 #define _lib_iswctype 1 /* iswctype() in default lib(s) */
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | lib | 27 lib glob,index,iswblank,iswctype,killpg,link,localeconv,madvise
|
/titanic_50/usr/src/lib/libc/amd64/ |
H A D | Makefile | 745 iswctype.o \
|
/titanic_50/usr/src/lib/libc/port/regex/ |
H A D | glob.c | 1150 if (iswctype(k.w_wc, cc.w_wc)) in match()
|