HomeSort by relevance Sort by last modified time
    Searched refs:wctomb (Results 1 - 25 of 84) sorted by null

1 2 3 4

  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/mse/
restart.c 55 return wctomb(s, wc);
  /onnv/onnv-gate/usr/src/lib/libast/common/string/
stresc.c 50 t += wctomb(t, c);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/include/
stdlib.h 63 extern int wctomb(/* char *s, wchar_t wchar */);
  /onnv/onnv-gate/usr/src/lib/libbc/inc/5include/
stdlib.h 73 extern int wctomb(/* char *s, wchar_t wchar */);
  /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/
wctomb.c 28 * wctomb
42 wctomb(s, pwc) function
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/wide/
wio_put.c 73 if ((mb_len = wctomb((char *) wio->_mb, wc)) < 0)
  /onnv/onnv-gate/usr/src/lib/libast/common/comp/
wc.c 82 wctomb(char* s, wchar_t c) function
98 return wctomb(s, c);
setlocale.c 51 #undef wctomb macro
53 #define wctomb 0 macro
205 * wctomb() uses DL1...DR1
540 #define utf8_wctomb wctomb
664 ast.mb_conv = wctomb;
696 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == wctomb ? " wctomb" : ""
  /onnv/onnv-gate/usr/src/head/iso/
stdlib_iso.h 164 extern int wctomb(char *, wchar_t);
203 extern int wctomb();
  /onnv/onnv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
wget_wch.c 66 if (!ISEMPTY() || (len = wctomb(mb, wc)) < 0)
private.h 84 #define wcrtomb(mb, wc, state) wctomb(mb, wc)
wacs.c 179 || acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1)
  /onnv/onnv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
wget_wch.c 67 if (!iqIsEmpty() || (len = wctomb(mb, wc)) < 0)
wacs.c 161 acs->_n != 1 || wctomb((char *) mb, acs->_wc[0]) != 1)
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
ruserpass.c 278 if ((len = wctomb(cp, c)) <= 0) {
285 if ((len = wctomb(cp, c)) <= 0) {
294 if ((len = wctomb(cp, c)) <= 0) {
glob.c 779 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)
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/
m_wchar.h 90 #define wctomb_init() wctomb(NULL,0)
317 #undef wctomb macro
328 #define wctomb(s, wc) m_sb_wctomb(s, wc) macro
  /onnv/onnv-gate/usr/src/cmd/csh/
sh.err.c 197 i = wctomb(chbuf, wcd); /* chbuf holds d in multibyte representation. */
sh.print.c 130 n = wctomb(linp, tc);
sh.tchar.c 106 if ((i1 = wctomb(junk, wc)) <= 0) {
119 if ((len = wctomb(pmb, wc)) <= 0) {
703 if ((j = wctomb((char *)pc, wc)) <= 0) {
sh.glob.c 957 if ((i = wctomb(t_char, (wchar_t)t_ch)) <= 0)
962 if ((i = wctomb(p, (wchar_t)t_fch)) <= 0)
966 if ((i = wctomb(p, (wchar_t)t_lch)) <= 0)
  /onnv/onnv-gate/usr/src/lib/libxcurses/h/solaris2/
mkslocal.h 168 #define wcrtomb(c, w, s) wctomb(c, w)
  /onnv/onnv-gate/usr/src/cmd/sh/
print.c 94 if ((len = wctomb(mb, c)) < 0) {
  /onnv/onnv-gate/usr/src/cmd/xargs/
xargs.c 576 bytes = wctomb(*buffer + offset, c);
619 bytes = wctomb(mbc, c);
664 (void) wctomb(next, c);
768 (void) wctomb(next, c);
1028 bytes = wctomb(buffer, wch);
  /onnv/onnv-gate/usr/src/cmd/col/
col.c 540 if (wctomb(chr, *p) == 1) {
556 if (wctomb(chr, (wchar_t)c) == 1) {

Completed in 360 milliseconds

1 2 3 4