Home
last modified time | relevance | path

Searched refs:wctomb (Results 1 – 22 of 22) sorted by relevance

/dragonfly/lib/libc/locale/
H A Dwctomb.c48 locale->wctomb = initial; in wctomb_l()
51 if ((rval = XLOCALE_CTYPE(locale)->__wcrtomb(s, wchar, &locale->wctomb)) == (size_t)-1) in wctomb_l()
56 wctomb(char *s, wchar_t wchar) in wctomb() function
H A DMakefile.inc25 wcstoul.c wcstoull.c wcstoumax.c wctob.c wctomb.c wctrans.c wctype.c \
46 wcsrtombs.3 wcstod.3 wcstol.3 wcstombs.3 wctomb.3 \
165 MLINKS+=wctomb.3 wctomb_l.3
H A Dxlocale_private.h161 __mbstate_t wctomb; member
H A DSymbol.map194 wctomb;
/dragonfly/contrib/ncurses/ncurses/widechar/
H A Dcharable.c56 result = wctomb(temp, ch); in _nc_to_char()
62 #error expected either wctob/wctomb in _nc_to_char()
/dragonfly/usr.bin/vis/
H A Dvis.c241 mbilen = wctomb(mbibuff, c); in process()
246 wctomb(mbibuff + mbilen, c1); in process()
/dragonfly/gnu/usr.bin/grep/libgreputils/
H A Dstdlib.h1610 # undef wctomb
1611 # define wctomb rpl_wctomb
1613 _GL_FUNCDECL_RPL (wctomb, int, (char *s, wchar_t wc));
1614 _GL_CXXALIAS_RPL (wctomb, int, (char *s, wchar_t wc));
1616 _GL_CXXALIAS_SYS (wctomb, int, (char *s, wchar_t wc));
1619 _GL_CXXALIASWARN (wctomb);
/dragonfly/contrib/libedit/src/
H A Dchartype.c203 l = wctomb(dst, c); in ct_encode_char()
206 wctomb(NULL, L'\0'); in ct_encode_char()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_compatibility/
H A Dstdlib.h65 using std::wctomb;
/dragonfly/contrib/grep/
H A DREADME.DELETED152 lib/wctomb-impl.h
153 lib/wctomb.c
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_std/
H A Dcstdlib95 #undef wctomb
134 using ::wctomb;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/c_global/
H A Dcstdlib96 #undef wctomb
135 using ::wctomb;
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/c_global/
H A Dcstdlib119 #undef wctomb
172 using ::wctomb;
/dragonfly/contrib/tcsh-6/
H A Dtc.str.c100 len = wctomb(s, (wchar_t) wchar);
151 if (wctomb(back, *pwc) != ret || memcmp(s, back, ret) != 0)
/dragonfly/include/
H A Dstdlib.h128 int wctomb(char *, wchar_t);
/dragonfly/contrib/ncurses/ncurses/trace/
H A Dvisbuf.c219 int j = wctomb(temp, c), k; in _nc_viswbuf2n()
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dcfns.gperf238 wctomb
/dragonfly/contrib/nvi2/common/
H A Dkey.c233 len = wctomb(sp->cname, ach); in v_key_name()
/dragonfly/contrib/diffutils/lib/
H A Dvasnprintf.c2686 count = wctomb (cbuf, *arg_end); in VASNPRINTF()
2731 count = wctomb (cbuf, *arg_end); in VASNPRINTF()
2780 count = wctomb (cbuf, *arg); in VASNPRINTF()
2861 count = wctomb (cbuf, *arg); in VASNPRINTF()
2890 count = wctomb (cbuf, *arg); in VASNPRINTF()
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_string.c793 wctomb(NULL, L'\0'); in archive_string_append_from_wcs()
820 n = wctomb(p, *w++); in archive_string_append_from_wcs()
3433 wctomb(NULL, L'\0'); in strncat_from_utf8_libarchive2()
3479 n = (int)wctomb(p, wc); in strncat_from_utf8_libarchive2()
/dragonfly/contrib/awk/
H A Drun.c2005 unused = wctomb(NULL, L'\0'); in nawk_convert()
2015 n = wctomb(pbuf, fun_wc(wc)); in nawk_convert()
/dragonfly/contrib/ncurses/ncurses/
H A Dcurses.priv.h2352 #define wctomb(s,wc) _nc_wctomb(s,wc) macro