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

/osnet-11/usr/src/lib/libast/common/regex/
H A Dregclass.c63 return iswctype(wc, wt);
155 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); }
156 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); }
157 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); }
158 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); }
159 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); }
160 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); }
161 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); }
162 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); }
163 static int Is_wc_9(int c) { return iswctype(
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwctype.h75 iswctype (wint_t wc, wctype_t desc) function
/osnet-11/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);
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dfnmatch.c114 # define ISWCTYPE(WC, WT) iswctype (WC, WT)
H A Dregex_internal.h115 # define __iswctype iswctype
/osnet-11/usr/src/lib/libshell/common/sh/
H A Dlex.c68 return(iswctype(wc, wt));
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc1444 /* iswctype.c */
1445 int iswctype(wint_t wc, wctype_t charclass);

Completed in 37 milliseconds