wctomb 1533 maint/gnulib/lib/stdlib.in.h _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); wctomb 1534 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); wctomb 1536 maint/gnulib/lib/stdlib.in.h _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); wctomb 1539 maint/gnulib/lib/stdlib.in.h _GL_CXXALIASWARN (wctomb); wctomb 338 maint/gnulib/lib/vasnprintf.c int count = wctomb (s, wc); wctomb 349 maint/gnulib/lib/vasnprintf.c # define local_wcrtomb(S, WC, PS) wctomb ((S), (WC)) wctomb 69 maint/gnulib/lib/wcrtomb.c int ret = wctomb (s, wc); wctomb 35 maint/gnulib/lib/wctob.c if (wctomb (buf, (wchar_t)wc) == 1) wctomb 204 maint/gnulib/tests/test-stdlib-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::wctomb, int, (char *, wchar_t));