Searched refs:wctomb (Results 1 - 25 of 80) sorted by relevance

1234

/illumos-gate/usr/src/lib/libxcurses/src/libc/mse/
H A Drestart.c55 return wctomb(s, wc);
/illumos-gate/usr/src/lib/libbc/inc/include/
H A Dstdlib.h63 extern int wctomb(/* char *s, wchar_t wchar */);
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwctomb.c52 wctomb(char *s, wchar_t wchar) function
H A Dfputwc.c82 * the simpler wctomb form here. We should have a complete
85 if ((len = wctomb(buf, wc)) == (size_t)-1) {
H A Dfputws.c50 * juse wctomb to convert the wide string to a mbs, and then use
66 if ((n = wctomb(ptr, *ws)) < 0) {
H A Dungetwc.c72 n = wctomb(mbs, (wchar_t)wc);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c73 if ((mb_len = wctomb((char *) wio->_mb, wc)) < 0)
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dwctomb.c28 * wctomb
42 wctomb(s, pwc) function
/illumos-gate/usr/src/lib/libbc/inc/5include/
H A Dstdlib.h73 extern int wctomb(/* char *s, wchar_t wchar */);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwc.c82 wctomb(char* s, wchar_t c) function
98 return wctomb(s, c);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwget_wch.c66 if (!ISEMPTY() || (len = wctomb(mb, wc)) < 0)
H A Dprivate.h84 #define wcrtomb(mb, wc, state) wctomb(mb, wc)
H A Dwacs.c179 || acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1)
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwget_wch.c67 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0)
H A Dwacs.c161 acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1)
/illumos-gate/usr/src/head/iso/
H A Dstdlib_iso.h161 extern int wctomb(char *, wchar_t);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c278 if ((len = wctomb(cp, c)) <= 0) {
285 if ((len = wctomb(cp, c)) <= 0) {
294 if ((len = wctomb(cp, c)) <= 0) {
H A Dglob.c779 if ((i = wctomb(t_char, (wchar_t)t_ch)) <= 0)
784 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0)
788 if ((i = wctomb(p, (wchar_t)t_lch)) <= 0)
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h90 #define wctomb_init() wctomb(NULL,0)
317 #undef wctomb macro
328 #define wctomb(s, wc) m_sb_wctomb(s, wc) macro
/illumos-gate/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h168 #define wcrtomb(c, w, s) wctomb(c, w)
/illumos-gate/usr/src/cmd/csh/
H A Dsh.err.c197 i = wctomb(chbuf, wcd); /* chbuf holds d in multibyte representation. */
H A Dsh.print.c130 n = wctomb(linp, tc);
H A Dsh.tchar.c106 if ((i1 = wctomb(junk, wc)) <= 0) {
119 if ((len = wctomb(pmb, wc)) <= 0) {
703 if ((j = wctomb((char *)pc, wc)) <= 0) {
/illumos-gate/usr/src/cmd/sh/
H A Dprint.c94 if ((len = wctomb(mb, c)) < 0) {
/illumos-gate/usr/src/head/
H A Dstdlib.h80 using std::wctomb;

Completed in 130 milliseconds

1234