Home
last modified time | relevance | path

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

1234

/titanic_44/usr/src/lib/libast/common/comp/
H A Dwc.c82 wctomb(char* s, wchar_t c) in wctomb() function
98 return wctomb(s, c); in wcrtomb()
H A Dsetlocale.c51 #undef wctomb
53 #define wctomb 0 macro
540 #define utf8_wctomb wctomb
664 ast.mb_conv = wctomb; in set_ctype()
696 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == wctomb ? " wctomb" : "" in set_ctype()
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c278 if ((len = wctomb(cp, c)) <= 0) { in token()
285 if ((len = wctomb(cp, c)) <= 0) { in token()
294 if ((len = wctomb(cp, c)) <= 0) { in token()
H A Dglob.c779 if ((i = wctomb(t_char, (wchar_t)t_ch)) <= 0) in ftp_fnmatch()
784 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0) in ftp_fnmatch()
788 if ((i = wctomb(p, (wchar_t)t_lch)) <= 0) in ftp_fnmatch()
/titanic_44/usr/src/lib/libxcurses/src/libc/mse/
H A Drestart.c55 return wctomb(s, wc); in wcrtomb()
/titanic_44/usr/src/lib/libc/port/locale/
H A Dwctomb.c52 wctomb(char *s, wchar_t wchar) in wctomb() function
H A Dfputws.c66 if ((n = wctomb(ptr, *ws)) < 0) { in _fputws_impl()
H A Dfputwc.c85 if ((len = wctomb(buf, wc)) == (size_t)-1) { in __fputwc_impl()
H A Dungetwc.c72 n = wctomb(mbs, (wchar_t)wc); in __ungetwc_impl()
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dstdlib.h63 extern int wctomb(/* char *s, wchar_t wchar */);
/titanic_44/usr/src/lib/libbc/inc/5include/
H A Dstdlib.h73 extern int wctomb(/* char *s, wchar_t wchar */);
/titanic_44/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c73 if ((mb_len = wctomb((char *) wio->_mb, wc)) < 0) in m_wio_put()
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A Dwctomb.c42 wctomb(s, pwc) in wctomb() function
/titanic_44/usr/src/lib/libxcurses/h/
H A Dm_wchar.h90 #define wctomb_init() wctomb(NULL,0)
317 #undef wctomb
328 #define wctomb(s, wc) m_sb_wctomb(s, wc) macro
/titanic_44/usr/src/lib/libast/common/features/
H A Dwchar2 lib mbstowcs,wctomb,wcrtomb,wcslen,wcstombs,wcwidth stdlib.h stdio.h wchar.h
73 extern int wctomb(char*, wchar_t);
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwget_wch.c66 if (!ISEMPTY() || (len = wctomb(mb, wc)) < 0) in unget_wch()
H A Dprivate.h84 #define wcrtomb(mb, wc, state) wctomb(mb, wc)
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwget_wch.c67 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0) in unget_wch()
H A Dwacs.c161 acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1) in __m_wacs_cc()
/titanic_44/usr/src/head/iso/
H A Dstdlib_iso.h161 extern int wctomb(char *, wchar_t);
/titanic_44/usr/src/cmd/csh/
H A Dsh.tchar.c106 if ((i1 = wctomb(junk, wc)) <= 0) { in tstostr()
119 if ((len = wctomb(pmb, wc)) <= 0) { in tstostr()
703 if ((j = wctomb((char *)pc, wc)) <= 0) { in write_()
H A Dsh.err.c197 i = wctomb(chbuf, wcd); /* chbuf holds d in multibyte representation. */ in seterrc()
H A Dsh.print.c130 n = wctomb(linp, tc); in Putchar()
H A Dsh.glob.c957 if ((i = wctomb(t_char, (wchar_t)t_ch)) <= 0) in sh_bracket_exp()
962 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0) in sh_bracket_exp()
966 if ((i = wctomb(p, (wchar_t)t_lch)) <= 0) in sh_bracket_exp()
/titanic_44/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h168 #define wcrtomb(c, w, s) wctomb(c, w)

1234