| /src/external/bsd/nvi/dist/clib/ |
| iswblank.c | 16 return iswctype(wc, wctype("blank"));
|
| /src/external/apache2/llvm/dist/libcxx/include/__support/solaris/ |
| wchar.h | 20 #define iswctype sun_iswctype macro 40 #undef iswctype macro
|
| /src/external/apache2/llvm/dist/libcxx/include/ |
| wctype.h | 38 int iswctype(wint_t wc, wctype_t desc); 71 #undef iswctype macro
|
| /src/lib/libc/regex/ |
| utils.h | 61 #define iswctype(c, t) __regex_iswctype((c), (t)) macro
|
| regex2.h | 153 if (iswctype(ch, cs->types[i]))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| wctype.h | 48 using std::iswctype;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/stdc/ |
| wctype.d | 55 int iswctype(wint_t wc, wctype_t desc);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| ctype_members.cc | 146 && iswctype(__c, _M_wmask[__bitcur])) 165 if (iswctype(*__lo, _M_wmask[__bitcur]))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/newlib/ |
| ctype_members.cc | 151 && iswctype(__c, _M_wmask[__bitcur])) 169 if (iswctype(*__lo, _M_wmask[__bitcur]))
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/vxworks/ |
| ctype_members.cc | 154 && iswctype(__c, _M_wmask[__bitcur])) 179 if (iswctype(*__lo, _M_wmask[__bitcur]))
|
| /src/include/ |
| wctype.h | 70 int iswctype(wint_t, wctype_t);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| ctype_members.cc | 152 && iswctype(__c, _M_wmask[__bitcur])) 171 if (iswctype(*__lo, _M_wmask[__bitcur]))
|
| /src/tests/lib/libc/locale/ |
| t_wctype.c | 181 ATF_REQUIRE(!!iswctype(wc, wct) == inout);
|
| /src/distrib/utils/libhack/ |
| multibyte.c | 231 iswctype(wint_t wc, wctype_t charclass) function
|
| /src/lib/libc/locale/ |
| iswctype_mb.c | 160 iswctype(wint_t wc, wctype_t charclass) function
|
| /src/external/bsd/tre/dist/lib/ |
| tre-internal.h | 114 /* Use system provided iswctype() and wctype(). */ 116 #define tre_isctype iswctype 119 /* Define our own versions of iswctype() and wctype(). */
|
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| fnmatch.c | 113 # define ISWCTYPE(WC, WT) __iswctype (WC, WT) 115 # define ISWCTYPE(WC, WT) iswctype (WC, WT)
|
| /src/external/gpl2/xcvs/dist/lib/ |
| fnmatch.c | 140 # define ISWCTYPE(WC, WT) __iswctype (WC, WT) 142 # define ISWCTYPE(WC, WT) iswctype (WC, WT)
|
| regex_internal.h | 105 # define __iswctype iswctype
|
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| cfns.h | 567 {"iswctype", 89},
|
| /src/external/gpl2/diffutils/dist/lib/ |
| regex.c | 85 # define iswctype __iswctype macro 3328 if (iswctype (btowc (ch), wt)) 6449 if (iswctype((wint_t)c, wctype))
|
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| regex.c | 72 # define iswctype __iswctype macro 3256 if (iswctype (btowc (ch), wt)) 6332 if (iswctype((wint_t)c, wctype))
|
| /src/bin/sh/ |
| expand.c | 1873 return iswctype(chr, cclass);
|
| /src/external/gpl2/grep/dist/lib/ |
| regex.c | 3248 if (iswctype (btowc (ch), wt)) 6019 if (iswctype((wint_t)c, wctype))
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| regex.c | 3260 if (iswctype (btowc (ch), wt)) 6241 if (iswctype((wint_t)c, wctype))
|