Searched refs:wctomb (Results 1 – 20 of 20) sorted by relevance
/external/bison/lib/ |
D | stdlib.in.h | 923 # 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);
|
D | vasnprintf.c | 2683 count = wctomb (cbuf, *arg_end); in VASNPRINTF() 2728 count = wctomb (cbuf, *arg_end); in VASNPRINTF() 2777 count = wctomb (cbuf, *arg); in VASNPRINTF() 2859 count = wctomb (cbuf, *arg); in VASNPRINTF() 2888 count = wctomb (cbuf, *arg); in VASNPRINTF()
|
/external/bison/darwin-lib/ |
D | stdlib.h | 1245 # 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/ |
D | stdlib.h | 1245 # 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/libedit/examples/ |
D | wtc1.c | 74 wctomb(NULL, 0); /* Reset shift state */ in complete() 81 bptr += wctomb(bptr, ptr[i]); in complete()
|
/external/libedit/src/ |
D | chartype.h | 69 #define ct_wctomb wctomb 70 #define ct_wctomb_reset wctomb(0,0)
|
D | vis.c | 482 clen = wctomb(mbdst, *dst); in istrsenvisx()
|
/external/libcxx/include/ |
D | cstdlib | 74 int wctomb(char* s, wchar_t wchar); 146 using ::wctomb;
|
/external/libcxx/test/std/depr/depr.c.headers/ |
D | stdlib_h.pass.cpp | 79 static_assert((std::is_same<decltype(wctomb(pc,L' ')), int>::value), ""); in main()
|
/external/libcxx/test/std/language.support/support.runtime/ |
D | cstdlib.pass.cpp | 83 static_assert((std::is_same<decltype(std::wctomb(pc,L' ')), int>::value), ""); in main()
|
/external/ltrace/testsuite/ltrace.minor/ |
D | wchar.exp | 98 wctomb(buf, L'ư');
|
/external/ltrace/ |
D | lens_default.c | 586 int c = wctomb(buf, wc); in format_wchar()
|
/external/ltrace/etc/ |
D | libc.so.conf | 480 ulong wctomb(+string0, wchar_t);
|
/external/libvncserver/x11vnc/ |
D | nox11.h | 857 #define wctomb(a,b) _Xwctomb(a,b) macro
|
/external/libxml2/ |
D | trio.c | 2519 size = wctomb(buffer, wch);
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 3288 fun:wctomb=uninstrumented
|
/external/valgrind/perf/ |
D | test_input_for_tinycc.c | 891 extern int wctomb (char *__s, wchar_t __wchar) __attribute__ ((__nothrow__));
|
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/ |
D | test_app.sym | 6129 FILE 6128 f:\sp\vctools\crt_bld\self_x86\crt\src\wctomb.c 13610 FUNC 1021d 30 8 wctomb
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 6129 FILE 6128 f:\sp\vctools\crt_bld\self_x86\crt\src\wctomb.c 13610 FUNC 1021d 30 8 wctomb
|
/external/google-breakpad/src/processor/testdata/symbols/libc-2.13.so/F4F8DFCD5A5FB5A7CE64717E9E6AE3890/ |
D | libc-2.13.so.sym | 236 PUBLIC 421b0 0 wctomb
|