HomeSort by: relevance | last modified time | path
    Searched refs:iswctype (Results 1 - 7 of 7) sorted by relevancy

  /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/include/
wctype.h 70 int iswctype(wint_t, wctype_t);
  /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 in typeref:typename:int
  /src/lib/libc/locale/
iswctype_mb.c 160 iswctype(wint_t wc, wctype_t charclass) function in typeref:typename:int
  /src/bin/sh/
expand.c 1873 return iswctype(chr, cclass);

Completed in 15 milliseconds