Searched refs:wctob (Results 1 - 17 of 17) sorted by relevance

/freebsd-10-stable/lib/libc/tests/locale/
H A Dbtowc_test.c28 * Test program for btowc() and wctob() as specified by IEEE Std. 1003.1-2001
53 ATF_REQUIRE(wctob(WEOF) == EOF);
55 ATF_REQUIRE(btowc(i) == (wchar_t)i && i == (int)wctob(i));
60 ATF_REQUIRE(btowc('A') == L'A' && wctob(L'A') == 'A');
61 ATF_REQUIRE(btowc(0xa3) == WEOF && wctob(0xa3c1) == EOF);
/freebsd-10-stable/contrib/ncurses/ncurses/widechar/
H A Dcharable.c41 result = (wctob((wint_t) ch) == (int) ch);
52 result = wctob(ch);
/freebsd-10-stable/contrib/libstdc++/config/locale/darwin/
H A Dctype_members.cc117 const int __c = wctob(__wc);
133 const int __c = wctob(*__lo);
142 const int __c = wctob(*__lo);
156 const int __c = wctob(__i);
/freebsd-10-stable/lib/libc/locale/
H A Dwctob.c53 wctob(wint_t c) function
H A DMakefile.inc22 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \
54 MLINKS+=btowc.3 wctob.3
H A DSymbol.map95 wctob;
/freebsd-10-stable/contrib/libstdc++/config/locale/generic/
H A Dctype_members.cc207 const int __c = wctob(__wc);
223 const int __c = wctob(*__lo);
232 const int __c = wctob(*__lo);
246 const int __c = wctob(__i);
/freebsd-10-stable/contrib/libstdc++/config/locale/gnu/
H A Dctype_members.cc228 const int __c = wctob(__wc);
250 const int __c = wctob(*__lo);
259 const int __c = wctob(*__lo);
279 const int __c = wctob(__i);
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h41 using std::wctob;
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h133 #undef wctob macro
200 using ::wctob;
/freebsd-10-stable/contrib/nvi/common/
H A Dkey.h26 #define INTISWIDE(c) (wctob(c) == EOF)
/freebsd-10-stable/include/
H A Dwchar.h162 int wctob(wint_t);
/freebsd-10-stable/lib/libc/stdio/
H A Dvfscanf.c232 width-- != 0 && ccltab[wctob(wi)])
238 width-- != 0 && ccltab[wctob(wi)]) {
/freebsd-10-stable/usr.bin/sed/
H A Dprocess.c619 } else if (wc != L'\0' && (c = wctob(wc)) != EOF &&
/freebsd-10-stable/contrib/dialog/
H A Dconfigure14339 wctob \
/freebsd-10-stable/contrib/ncurses/
H A Dconfigure6923 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7097 using ::wctob;
[all...]

Completed in 346 milliseconds