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

/freebsd-11-stable/contrib/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c59 if ((arglen = wcsrtombs(NULL, &str, (size_t) 0, &state)) != (size_t) -1) {
62 if (wcsrtombs(mystr, &str, arglen, &state) != (size_t) -1) {
H A Dlib_unget_wch.c58 result = (int) wcsrtombs(NULL, &tempp, (size_t) 0, state);
/freebsd-11-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-11-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
/freebsd-11-stable/contrib/libreadline/
H A Drlmbutil.h61 # define wcsrtombs(dest, src, len, ps) (wcsrtombs) (dest, src, len, 0) macro
/freebsd-11-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-11-stable/contrib/libstdc++/include/c_compatibility/
H A Dwchar.h72 using std::wcsrtombs;
/freebsd-11-stable/contrib/libstdc++/include/c_std/
H A Dstd_cwchar.h122 #undef wcsrtombs macro
190 using ::wcsrtombs;
/freebsd-11-stable/contrib/dialog/
H A Dtrace.c106 wcsrtombs(buffer, &ucp, sizeof(buffer), &state);
H A Dconfigure14337 wcsrtombs \
/freebsd-11-stable/include/
H A Dwchar.h156 size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc3486 INTERCEPTOR(SIZE_T, wcsrtombs, char *dest, const wchar_t **src, SIZE_T len,
3489 COMMON_INTERCEPTOR_ENTER(ctx, wcsrtombs, dest, src, len, ps);
3495 SIZE_T res = REAL(wcsrtombs)(dest, src, len, ps);
3505 COMMON_INTERCEPT_FUNCTION(wcsrtombs);
/freebsd-11-stable/contrib/ncurses/
H A Dconfigure8758 for ac_func in putwc btowc wctob mbtowc wctomb mblen mbrlen mbrtowc wcsrtombs mbsrtowcs wcstombs mbstowcs
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure7089 using ::wcsrtombs;
[all...]

Completed in 504 milliseconds