Searched refs:wctomb (Results 1 - 14 of 14) sorted by relevance

/external/bison/darwin-lib/
H A Dstdlib.h1245 # undef wctomb
1246 # define wctomb rpl_wctomb
1248 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc));
1249 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));
1251 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc));
1253 _GL_CXXALIASWARN (wctomb);
/external/bison/linux-lib/
H A Dstdlib.h1245 # undef wctomb
1246 # define wctomb rpl_wctomb
1248 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc));
1249 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));
1251 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc));
1253 _GL_CXXALIASWARN (wctomb);
/external/bison/lib/
H A Dstdlib.in.h923 # undef wctomb
924 # define wctomb rpl_wctomb
926 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc));
927 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));
929 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc));
931 _GL_CXXALIASWARN (wctomb);
H A Dvasnprintf.c2683 count = wctomb (cbuf, *arg_end);
2728 count = wctomb (cbuf, *arg_end);
2777 count = wctomb (cbuf, *arg);
2859 count = wctomb (cbuf, *arg);
2888 count = wctomb (cbuf, *arg);
/external/libedit/examples/
H A Dwtc1.c74 wctomb(NULL, 0); /* Reset shift state */
80 /* Note: really should test for -1 return from wctomb */
81 bptr += wctomb(bptr, ptr[i]);
/external/libedit/src/
H A Dchartype.h69 #define ct_wctomb wctomb
70 #define ct_wctomb_reset wctomb(0,0)
H A Dvis.c475 * output byte-by-byte here. Else use wctomb().
482 clen = wctomb(mbdst, *dst);
/external/libcxx/test/std/depr/depr.c.headers/
H A Dstdlib_h.pass.cpp79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), "");
/external/libcxx/test/std/language.support/support.runtime/
H A Dcstdlib.pass.cpp83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), "");
/external/ltrace/testsuite/ltrace.minor/
H A Dwchar.exp98 wctomb(buf, L'ư');
175 {{^wctomb\(".*", 'ư'\)} == 1}
/external/ltrace/
H A Dlens_default.c586 int c = wctomb(buf, wc);
/external/ltrace/etc/
H A Dlibc.so.conf480 ulong wctomb(+string0, wchar_t);
/external/libvncserver/x11vnc/
H A Dnox11.h857 #define wctomb(a,b) _Xwctomb(a,b) macro
/external/valgrind/perf/
H A Dtest_input_for_tinycc.c891 extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__));

Completed in 395 milliseconds