Home
last modified time | relevance | path

Searched refs:wcsrtombs (Results 1 – 18 of 18) sorted by relevance

/dragonfly/lib/libc/locale/
H A DMakefile.inc20 wcsrtombs.c wcsftime.c \
46 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 wctomb.3 \
146 MLINKS+=wcsrtombs.3 wcsnrtombs.3 \
147 wcsrtombs.3 wcsnrtombs_l.3 \
148 wcsrtombs.3 wcsrtombs_l.3
H A Dwcsrtombs.c47 ps = &locale->wcsrtombs; in wcsrtombs_l()
52 wcsrtombs(char * __restrict dst, const wchar_t ** __restrict src, size_t len, in wcsrtombs() function
H A Dxlocale_private.h159 __mbstate_t wcsrtombs; member
H A DSymbol.map170 wcsrtombs;
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dlib_slk_wset.c61 if ((arglen = wcsrtombs(NULL, &str, (size_t) 0, &state)) != (size_t) -1) { in NCURSES_EXPORT()
66 if (wcsrtombs(mystr, &str, arglen, &state) != (size_t) -1) { in NCURSES_EXPORT()
H A Dlib_unget_wch.c59 result = (int) wcsrtombs(NULL, &tempp, (size_t) 0, state); in NCURSES_EXPORT()
/dragonfly/gnu/usr.bin/gdb/libgnu/
H A Dwchar.h678 # undef wcsrtombs
679 # define wcsrtombs rpl_wcsrtombs
681 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
684 _GL_CXXALIAS_RPL (wcsrtombs, size_t,
689 _GL_FUNCDECL_SYS (wcsrtombs, size_t,
693 _GL_CXXALIAS_SYS (wcsrtombs, size_t,
697 _GL_CXXALIASWARN (wcsrtombs);
699 # undef wcsrtombs
701 _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - "
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dwchar.h872 # undef wcsrtombs
873 # define wcsrtombs rpl_wcsrtombs
875 _GL_FUNCDECL_RPL (wcsrtombs, size_t,
878 _GL_CXXALIAS_RPL (wcsrtombs, size_t,
883 _GL_FUNCDECL_SYS (wcsrtombs, size_t,
887 _GL_CXXALIAS_SYS (wcsrtombs, size_t,
892 _GL_CXXALIASWARN (wcsrtombs);
895 # undef wcsrtombs
897 _GL_WARN_ON_USE (wcsrtombs, "wcsrtombs is unportable - "
/dragonfly/contrib/gdb-7/readline/
H A Drlmbutil.h60 # define wcsrtombs(dest, src, len, ps) (wcsrtombs) (dest, src, len, 0) macro
/dragonfly/lib/libc/stdio/
H A Dxprintf_str.c67 nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs); in __wcsconv()
97 if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p, in __wcsconv()
H A Dvfprintf.c223 nbytes = wcsrtombs(NULL, (const wchar_t **)&p, 0, &mbs); in __wcsconv()
253 if ((nbytes = wcsrtombs(convbuf, (const wchar_t **)&p, in __wcsconv()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dwchar.h72 using std::wcsrtombs;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcwchar115 #undef wcsrtombs
189 using ::wcsrtombs;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcwchar115 #undef wcsrtombs
185 using ::wcsrtombs;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcwchar113 #undef wcsrtombs
187 using ::wcsrtombs;
/dragonfly/contrib/dialog/
H A Dtrace.c146 wcsrtombs(buffer, &ucp, sizeof(buffer), &state); in dlg_trace_win()
/dragonfly/include/
H A Dwchar.h182 size_t wcsrtombs(char * __restrict, const wchar_t ** __restrict, size_t,
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf228 wcsrtombs