Home
last modified time | relevance | path

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

1234

/illumos-gate/usr/src/data/locale/tools/
H A Dutf8-rollup.pl94 sub wctomb { subroutine
134 my $mb = wctomb($d[0]);
171 $data{'toupper'}{$mb} = wctomb($d[12]);
173 $data{'tolower'}{$mb} = wctomb($d[13]);
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dwc.c82 wctomb(char* s, wchar_t c) in wctomb() function
98 return wctomb(s, c); in wcrtomb()
H A Dsetlocale.c54 #undef wctomb
56 #define wctomb 0 macro
554 #define utf8_wctomb wctomb
2234 size = wctomb(u, w); in wide_wctomb()
2559 …ebug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : ast.mb_conv == wctomb ? " wctomb" : "" in single()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Druserpass.c276 if ((len = wctomb(cp, c)) <= 0) { in token()
283 if ((len = wctomb(cp, c)) <= 0) { in token()
292 if ((len = wctomb(cp, c)) <= 0) { in token()
H A Dglob.c777 if ((i = wctomb(t_char, (wchar_t)t_ch)) <= 0) in ftp_fnmatch()
782 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0) in ftp_fnmatch()
786 if ((i = wctomb(p, (wchar_t)t_lch)) <= 0) in ftp_fnmatch()
/illumos-gate/usr/src/lib/libxcurses/src/libc/mse/
H A Drestart.c53 return wctomb(s, wc); in wcrtomb()
/illumos-gate/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()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h88 #define wctomb_init() wctomb(NULL,0)
315 #undef wctomb
326 #define wctomb(s, wc) m_sb_wctomb(s, wc) macro
/illumos-gate/usr/src/lib/libxcurses2/src/libc/wide/
H A Dwio_put.c71 if ((mb_len = wctomb((char *) wio->_mb, wc)) < 0) in m_wio_put()
/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dcomp_to_pack.c129 wctomb((char *)&comb2, wc); in main()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dwchar11 lib mbstowcs,wctomb,wcrtomb,wcslen,wcstombs,wcwidth stdlib.h stdio.h wchar.h
110 extern int wctomb(char*, wchar_t);
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwget_wch.c64 if (!ISEMPTY() || (len = wctomb(mb, wc)) < 0) in unget_wch()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwget_wch.c65 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0) in unget_wch()
H A Dwacs.c159 acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1) in __m_wacs_cc()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.tchar.c105 if ((i1 = wctomb(junk, wc)) <= 0) { in tstostr()
118 if ((len = wctomb(pmb, wc)) <= 0) { in tstostr()
702 if ((j = wctomb((char *)pc, wc)) <= 0) { in write_()
H A Dsh.err.c201 i = wctomb(chbuf, wcd); /* chbuf holds d in multibyte representation. */ in seterrc()
H A Dsh.glob.c960 if ((i = wctomb(t_char, (wchar_t)t_ch)) <= 0) in sh_bracket_exp()
965 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0) in sh_bracket_exp()
969 if ((i = wctomb(p, (wchar_t)t_lch)) <= 0) in sh_bracket_exp()
H A Dsh.print.c128 n = wctomb(linp, tc); in Putchar()
/illumos-gate/usr/src/head/iso/
H A Dstdlib_iso.h161 extern int wctomb(char *, wchar_t);
/illumos-gate/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h165 #define wcrtomb(c, w, s) wctomb(c, w)
/illumos-gate/usr/src/cmd/ed/
H A Ded.c1556 if ((len = wctomb(pcurcmd, c)) <= 0) { in unixcom()
1578 if ((len = wctomb(pcurcmd, c)) <= 0) { in unixcom()
1875 if ((len = wctomb(gp, c)) <= 0) { in global()
2397 if ((len = wctomb(p, c)) <= 0) { in putwchr()
2421 if ((len = wctomb(lp, c)) <= 0) { in putwchr()
2428 if ((len = wctomb(lp, c)) <= 0) { in putwchr()
2619 if ((len = wctomb(gp, c)) <= 0) { in globaln()
2636 if ((len = wctomb(gp, c)) <= 0) { in globaln()
/illumos-gate/usr/src/lib/libc/port/stdio/
H A Ddoscan.c1091 len = wctomb(mbs, wc); in _wd_ungetwc()
1138 i = wctomb(str, (wchar_t)wch);
1197 i = wctomb(str, (wchar_t)wch);
1314 n = wctomb(mbs, (wchar_t)wc);

1234