Searched refs:wcsrtombs (Results 1 - 19 of 19) sorted by relevance

/freebsd-10-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c58 if ((arglen = wcsrtombs(NULL, &str, 0, &state)) != (size_t) -1) {
61 if (wcsrtombs(mystr, &str, arglen, &state) != (size_t) -1) {
H A Dlib_unget_wch.c58 result = wcsrtombs(NULL, &tempp, 0, state);
/freebsd-10-stable/lib/libc/locale/
H A Dwcsrtombs.c47 ps = &locale->wcsrtombs;
52 wcsrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t len, function
H A DMakefile.inc18 wcsrtombs.c wcsftime.c \
48 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 wctomb.3 \
85 MLINKS+=wcsrtombs.3 wcsnrtombs.3
H A Dxlocale_private.h132 /** Persistent state used by wcsrtombs() calls. */
133 __mbstate_t wcsrtombs; member in struct:_xlocale
H A DSymbol.map84 wcsrtombs;
/freebsd-10-stable/lib/libc/tests/locale/
H A Dwcsrtombs_test.c28 * Test program for wcsrtombs(), as specified by IEEE Std. 1003.1-2001 and
64 ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
76 ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, 4,
87 ATF_REQUIRE(wcsrtombs(NULL, (const wchar_t **)&src, sizeof(dstbuf),
95 ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
105 ATF_REQUIRE(wcsrtombs(NULL, (const wchar_t **)&src, 0, NULL) == 5);
113 ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
123 ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, 0, &s) == 0);
143 ATF_REQUIRE(wcsrtombs(dstbuf, (const wchar_t **)&src, sizeof(dstbuf),
/freebsd-10-stable/lib/libc/string/
H A Dwcscoll.c104 if ((len = wcsrtombs(NULL, &wcp, 0, &st)) == (size_t)-1)
109 wcsrtombs(mbs, &ws, len + 1, &st);
H A Dwcsxfrm.c121 if ((len = wcsrtombs(NULL, &wcp, 0, &st)) == (size_t)-1)
126 wcsrtombs(mbs, &ws, len + 1, &st);
/freebsd-10-stable/contrib/libreadline/
H A Drlmbutil.h61 # define wcsrtombs(dest, src, len, ps) (wcsrtombs) (dest, src, len, 0) macro
/freebsd-10-stable/lib/libc/stdio/
H A Dxprintf_str.c66 nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs);
96 if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p,
H A Dvfprintf.c228 nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs);
258 if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p,
/freebsd-10-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h72 using std::wcsrtombs;
/freebsd-10-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h122 #undef wcsrtombs macro
190 using ::wcsrtombs;
/freebsd-10-stable/contrib/dialog/
H A Dtrace.c106 wcsrtombs(buffer, &ucp, sizeof(buffer), &state);
H A Dconfigure14337 wcsrtombs \
/freebsd-10-stable/include/
H A Dwchar.h156 size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
/freebsd-10-stable/contrib/ncurses/
H A Dconfigure6923 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs
/freebsd-10-stable/contrib/libstdc++/
H A Dconfigure7089 using ::wcsrtombs;
[all...]

Completed in 329 milliseconds