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

/osnet-11/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.c54 #undef wctomb macro
56 #define wctomb 0 macro
216 * wctomb() uses DL1...DR1
559 #define utf8_wctomb wctomb
2249 size = wctomb(u, w);
2548 , ast.mb_conv == debug_wctomb ? " debug_wctomb" : ast.mb_conv == utf8_wctomb ? " utf8_wctomb" : ast.mb_conv == wctomb ? " wctomb" : ""
/osnet-11/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

Completed in 46 milliseconds