| /src/tests/lib/libc/locale/ |
| t_wctomb.c | 144 ret = wcrtomb(cs, wcs[i], stp); 180 "Checks wcrtomb(3) (using state object)"); 186 (void)printf("Checking wcrtomb() (with state object)\n"); 192 ATF_TC(wcrtomb); variable 193 ATF_TC_HEAD(wcrtomb, tc) 196 "Checks wcrtomb(3) (using internal state)"); 198 ATF_TC_BODY(wcrtomb, tc) 202 (void)printf("Checking wcrtomb() (using internal state)\n"); 211 ATF_TP_ADD_TC(tp, wcrtomb);
|
| /src/external/gpl3/gdb/dist/readline/readline/ |
| rlmbutil.h | 62 # define wcrtomb(s, wc, ps) (wcrtomb) (s, wc, 0) macro 90 # define WCRTOMB c32rtomb 94 # define WCRTOMB wcrtomb
|
| /src/external/gpl3/gdb.old/dist/readline/readline/ |
| rlmbutil.h | 62 # define wcrtomb(s, wc, ps) (wcrtomb) (s, wc, 0) macro 90 # define WCRTOMB c32rtomb 94 # define WCRTOMB wcrtomb
|
| /src/external/gpl3/gcc/dist/libquadmath/printf/ |
| _i18n_number.h | 73 size_t n = wcrtomb (decimal, wdecimal, &state); 81 n = wcrtomb (thousands, wthousands, &state);
|
| /src/external/gpl3/gcc.old/dist/libquadmath/printf/ |
| _i18n_number.h | 73 size_t n = wcrtomb (decimal, wdecimal, &state); 81 n = wcrtomb (thousands, wthousands, &state);
|
| /src/lib/libc/locale/ |
| Makefile.inc | 39 wctob.3 wcrtomb.3 wcsrtombs.3 \
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/generic/ |
| codecvt_members.cc | 51 // since it is not possible to pass the size of the buffer to wcrtomb 54 // The conversion must be done by calling wcrtomb in a loop rather 61 // pass the size of the buffer to wcrtomb 65 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state); 80 const size_t __conv = wcrtomb(__buf, *__from, &__tmp_state);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/generic/ |
| codecvt_members.cc | 51 // since it is not possible to pass the size of the buffer to wcrtomb 54 // The conversion must be done by calling wcrtomb in a loop rather 61 // pass the size of the buffer to wcrtomb 65 const size_t __conv = wcrtomb(__to, *__from, &__tmp_state); 80 const size_t __conv = wcrtomb(__buf, *__from, &__tmp_state);
|
| /src/lib/libc/gen/ |
| shquote.c | 91 #define XLATE_OUTCH(x) wcrtomb(outch, (x), &mbso)
|
| /src/lib/libc/stdio/ |
| fputwc.c | 72 size = wcrtomb(buf, wc, st);
|
| /src/distrib/utils/libhack/ |
| multibyte.c | 34 wcrtomb(char *str, wchar_t wc, mbstate_t *ps) function 44 return wcrtomb(str, wc, ps); 133 wcrtomb(d, *p, ps);
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| wchar.in.h | 443 # undef wcrtomb 444 # define wcrtomb rpl_wcrtomb 446 _GL_FUNCDECL_RPL (wcrtomb, size_t, 448 _GL_CXXALIAS_RPL (wcrtomb, size_t, 452 _GL_FUNCDECL_SYS (wcrtomb, size_t, 455 _GL_CXXALIAS_SYS (wcrtomb, size_t, 459 _GL_CXXALIASWARN (wcrtomb); 462 # undef wcrtomb 464 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - [all...] |
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| wchar.in.h | 443 # undef wcrtomb 444 # define wcrtomb rpl_wcrtomb 446 _GL_FUNCDECL_RPL (wcrtomb, size_t, 448 _GL_CXXALIAS_RPL (wcrtomb, size_t, 452 _GL_FUNCDECL_SYS (wcrtomb, size_t, 455 _GL_CXXALIAS_SYS (wcrtomb, size_t, 459 _GL_CXXALIASWARN (wcrtomb); 462 # undef wcrtomb 464 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - [all...] |
| /src/bin/ls/ |
| util.c | 101 size = wcrtomb(buf, wc, pst);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly/ |
| xlocale_port.h | 37 size_t __rv = wcrtomb(__to, __from, __st);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| wchar.h | 76 using std::wcrtomb;
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/dragonfly/ |
| xlocale_port.h | 37 size_t __rv = wcrtomb(__to, __from, __st);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/ |
| wchar.h | 76 using std::wcrtomb;
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/gnu/ |
| codecvt_members.cc | 68 // in case we fall back to wcrtomb and then continue, in a loop. 90 // wcrtomb. 92 __to_next += wcrtomb(__to_next, *__from, &__tmp_state); 111 const size_t __conv2 = wcrtomb(__buf, *__from_next, &__tmp_state);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/locale/gnu/ |
| codecvt_members.cc | 57 // in case we fall back to wcrtomb and then continue, in a loop. 76 // wcrtomb. 78 __to_next += wcrtomb(__to_next, *__from, &__tmp_state); 97 const size_t __conv2 = wcrtomb(__buf, *__from_next, &__tmp_state);
|
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/ |
| wchar.h | 954 # undef wcrtomb 955 # define wcrtomb rpl_wcrtomb 957 _GL_FUNCDECL_RPL (wcrtomb, size_t, 959 _GL_CXXALIAS_RPL (wcrtomb, size_t, 963 _GL_FUNCDECL_SYS (wcrtomb, size_t, 966 _GL_CXXALIAS_SYS (wcrtomb, size_t, 970 _GL_CXXALIASWARN (wcrtomb); 973 # undef wcrtomb macro 975 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/ |
| wchar.h | 954 # undef wcrtomb 955 # define wcrtomb rpl_wcrtomb 957 _GL_FUNCDECL_RPL (wcrtomb, size_t, 959 _GL_CXXALIAS_RPL (wcrtomb, size_t, 963 _GL_FUNCDECL_SYS (wcrtomb, size_t, 966 _GL_CXXALIAS_SYS (wcrtomb, size_t, 970 _GL_CXXALIASWARN (wcrtomb); 973 # undef wcrtomb macro 975 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/ |
| wchar.h | 954 # undef wcrtomb 955 # define wcrtomb rpl_wcrtomb 957 _GL_FUNCDECL_RPL (wcrtomb, size_t, 959 _GL_CXXALIAS_RPL (wcrtomb, size_t, 963 _GL_FUNCDECL_SYS (wcrtomb, size_t, 966 _GL_CXXALIAS_SYS (wcrtomb, size_t, 970 _GL_CXXALIASWARN (wcrtomb); 973 # undef wcrtomb macro 975 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/ |
| wchar.h | 954 # undef wcrtomb 955 # define wcrtomb rpl_wcrtomb 957 _GL_FUNCDECL_RPL (wcrtomb, size_t, 959 _GL_CXXALIAS_RPL (wcrtomb, size_t, 963 _GL_FUNCDECL_SYS (wcrtomb, size_t, 966 _GL_CXXALIAS_SYS (wcrtomb, size_t, 970 _GL_CXXALIASWARN (wcrtomb); 973 # undef wcrtomb macro 975 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - [all...] |
| /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/ |
| wchar.h | 954 # undef wcrtomb 955 # define wcrtomb rpl_wcrtomb 957 _GL_FUNCDECL_RPL (wcrtomb, size_t, 959 _GL_CXXALIAS_RPL (wcrtomb, size_t, 963 _GL_FUNCDECL_SYS (wcrtomb, size_t, 966 _GL_CXXALIAS_SYS (wcrtomb, size_t, 970 _GL_CXXALIASWARN (wcrtomb); 973 # undef wcrtomb macro 975 _GL_WARN_ON_USE (wcrtomb, "wcrtomb is unportable - [all...] |