Searched refs:iswctype (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/cmd/oawk/
H A Dawktype.h35 #define iswblank(c) iswctype((c), _ISBLANK)
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregclass.c70 return iswctype(wc, wt);
136 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); }
137 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); }
138 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); }
139 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); }
140 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); }
141 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); }
142 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); }
143 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); }
/illumos-gate/usr/src/lib/libc/port/locale/
H A Diswctype.c88 #undef iswctype macro
90 iswctype(wint_t wc, wctype_t class) function
H A Dregex2.h141 if (iswctype(ch, cs->types[i]))
H A Dregcomp.c1209 if (iswctype(i, wct))
/illumos-gate/usr/src/head/iso/
H A Dwctype_iso.h107 extern int iswctype(wint_t, wctype_t);
/illumos-gate/usr/src/test/libc-tests/tests/wctype/
H A Dwctype_test.c19 * Character Set are classified correctly by the iswctype and isw* functions.
47 if (!iswctype(*wc, class))\
48 test_failed(t, "iswctype(L'%lc', wctype(\"%s\"))"\
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h375 * Note: MKS libc/gen/iswctype.c contains the system independent version
376 * of wctype() and iswctype().
378 * In single byte mode, we can't use the names wctype() and iswctype().
386 #undef iswctype macro
388 #define iswctype _m_iswctype macro
391 extern int iswctype(wint_t wc, wctype_t desc);
/illumos-gate/usr/src/head/
H A Dwctype.h65 using std::iswctype;
H A Dwchar.h138 extern int iswctype(wint_t, wctype_t);
159 using std::iswctype;
/illumos-gate/usr/src/cmd/tr/
H A Dcset.c153 if (csc->csc_invert ^ (iswctype(ch, csc->csc_type) != 0))
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dlex.c65 return(iswctype(wc, wt));
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c561 if (LINE_CONT && iswctype(last, blank)) {
632 if (inquote || escape || ZERO || !iswctype(c, blank)) {
/illumos-gate/usr/src/lib/libc/i386/
H A DMakefile.com786 iswctype.o \
/illumos-gate/usr/src/lib/libc/sparcv9/
H A DMakefile.com763 iswctype.o \
/illumos-gate/usr/src/lib/libc/port/regex/
H A Dglob.c1150 if (iswctype(k.w_wc, cc.w_wc))
/illumos-gate/usr/src/lib/libc/amd64/
H A DMakefile739 iswctype.o \
/illumos-gate/usr/src/man/man3c/
H A DMakefile220 iswctype.3c \
1910 iswctype_l.3c := LINKSRC = iswctype.3c
/illumos-gate/usr/src/lib/libc/port/
H A Dllib-lc1449 /* iswctype.c */
1450 int iswctype(wint_t wc, wctype_t charclass);
/illumos-gate/usr/src/lib/libc/sparc/
H A DMakefile.com820 iswctype.o \

Completed in 164 milliseconds