| /src/tests/lib/libc/locale/ |
| t_wctomb.c | 123 ret = wctomb(NULL, 0); 142 ret = wctomb(cs, wcs[i]); 161 ATF_TC(wctomb); variable 162 ATF_TC_HEAD(wctomb, tc) 164 atf_tc_set_md_var(tc, "descr", "Checks wctomb(3)"); 166 ATF_TC_BODY(wctomb, tc) 170 (void)printf("Checking wctomb()\n"); 210 ATF_TP_ADD_TC(tp, wctomb);
|
| t_mbtowc.c | 190 ret = wctomb(back, wc); 191 (void)printf("wctomb(): %d\n", ret);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| stdlib.h | 84 using std::wctomb;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| stdlib.h | 81 using std::wctomb;
|
| /src/usr.bin/vis/ |
| vis.c | 244 * wctomb() will fail. Else convert wchar_t to 245 * multibyte using wctomb(). 251 mbilen = wctomb(mbibuff, c); 256 wctomb(mbibuff + mbilen, c1);
|
| /src/lib/libedit/TEST/ |
| wtc1.c | 74 wctomb(NULL, 0); /* Reset shift state */ 80 /* Note: really should test for -1 return from wctomb */ 81 bptr += wctomb(bptr, ptr[i]);
|
| /src/lib/libedit/ |
| chartype.c | 205 l = wctomb(dst, c); 208 wctomb(NULL, L'\0');
|
| /src/external/bsd/openldap/dist/libraries/libldap/ |
| utf-8-conv.c | 52 #include <ac/stdlib.h> /* For wctomb, wcstombs, mbtowc, mbstowcs */ 337 int wctomb(char *s, wchar_t wc) { return wcrtomb(s,wc,NULL); } function 354 f_wctomb = wctomb; /* use the local ANSI C function */
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdlib.in.h | 1543 # undef wctomb 1544 # define wctomb rpl_wctomb 1546 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 1547 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 1549 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 1552 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdlib.in.h | 1543 # undef wctomb 1544 # define wctomb rpl_wctomb 1546 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 1547 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 1549 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 1552 _GL_CXXALIASWARN (wctomb);
|
| /src/lib/libc/locale/ |
| multibyte_c90.c | 164 wctomb(char *s, wchar_t wc) function
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/ |
| stdlib.h | 2099 # undef wctomb 2100 # define wctomb rpl_wctomb 2102 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc)); 2103 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc)); 2105 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc)); 2108 _GL_CXXALIASWARN (wctomb);
|