/titanic_44/usr/src/lib/libast/common/comp/ |
H A D | wc.c | 82 wctomb(char* s, wchar_t c) in wctomb() function 98 return wctomb(s, c); in wcrtomb()
|
H A D | setlocale.c | 51 #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 D | ruserpass.c | 278 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 D | glob.c | 779 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 D | restart.c | 55 return wctomb(s, wc); in wcrtomb()
|
/titanic_44/usr/src/lib/libc/port/locale/ |
H A D | wctomb.c | 52 wctomb(char *s, wchar_t wchar) in wctomb() function
|
H A D | fputws.c | 66 if ((n = wctomb(ptr, *ws)) < 0) { in _fputws_impl()
|
H A D | fputwc.c | 85 if ((len = wctomb(buf, wc)) == (size_t)-1) { in __fputwc_impl()
|
H A D | ungetwc.c | 72 n = wctomb(mbs, (wchar_t)wc); in __ungetwc_impl()
|
/titanic_44/usr/src/lib/libbc/inc/include/ |
H A D | stdlib.h | 63 extern int wctomb(/* char *s, wchar_t wchar */);
|
/titanic_44/usr/src/lib/libbc/inc/5include/ |
H A D | stdlib.h | 73 extern int wctomb(/* char *s, wchar_t wchar */);
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/wide/ |
H A D | wio_put.c | 73 if ((mb_len = wctomb((char *) wio->_mb, wc)) < 0) in m_wio_put()
|
/titanic_44/usr/src/lib/libbc/libc/gen/common/ |
H A D | wctomb.c | 42 wctomb(s, pwc) in wctomb() function
|
/titanic_44/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 90 #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 D | wchar | 2 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 D | wget_wch.c | 66 if (!ISEMPTY() || (len = wctomb(mb, wc)) < 0) in unget_wch()
|
H A D | private.h | 84 #define wcrtomb(mb, wc, state) wctomb(mb, wc)
|
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wget_wch.c | 67 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0) in unget_wch()
|
H A D | wacs.c | 161 acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1) in __m_wacs_cc()
|
/titanic_44/usr/src/head/iso/ |
H A D | stdlib_iso.h | 161 extern int wctomb(char *, wchar_t);
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.tchar.c | 106 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 D | sh.err.c | 197 i = wctomb(chbuf, wcd); /* chbuf holds d in multibyte representation. */ in seterrc()
|
H A D | sh.print.c | 130 n = wctomb(linp, tc); in Putchar()
|
H A D | sh.glob.c | 957 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 D | mkslocal.h | 168 #define wcrtomb(c, w, s) wctomb(c, w)
|