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

/freebsd-13-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-13-stable/contrib/ncurses/ncurses/widechar/
H A Dcharable.c42 result = (wctob((wint_t) ch) == (int) ch);
53 result = wctob(ch);
62 #error expected either wctob/wctomb
/freebsd-13-stable/lib/libc/locale/
H A Dwctob.c55 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
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A D__bsd_locale_fallbacks.h44 return wctob(__c);
/freebsd-13-stable/include/
H A Dwchar.h164 int wctob(wint_t);
/freebsd-13-stable/contrib/nvi/common/
H A Dkey.h24 #define INTISWIDE(c) (wctob(c) == EOF)
/freebsd-13-stable/lib/libc/stdio/
H A Dvfscanf.c234 width-- != 0 && ccltab[wctob(wi)])
240 width-- != 0 && ccltab[wctob(wi)]) {
/freebsd-13-stable/contrib/libedit/
H A Deln.c50 num_read = wctob(wc);
/freebsd-13-stable/usr.bin/sed/
H A Dprocess.c638 } else if (wc != L'\0' && (c = wctob(wc)) != EOF &&
/freebsd-13-stable/contrib/dialog/
H A Dconfigure22665 wctob \
/freebsd-13-stable/contrib/ncurses/
H A Dconfigure11537 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs

Completed in 469 milliseconds