Searched defs:wctomb (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dwctomb.c28 * wctomb
42 wctomb(s, pwc) function
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dwctomb.c52 wctomb(char *s, wchar_t wchar) function
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dwc.c82 wctomb(char* s, wchar_t c) function
98 return wctomb(s, c);
H A Dsetlocale.c51 #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" : ""
/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/cmd/csh/
H A Dsh.h54 #define wctomb(pmb, wc) ((*(pmb) = ((char)wc)), 1) macro

Completed in 50 milliseconds