Searched defs:wctomb (Results 1 – 6 of 6) sorted by relevance
42 wctomb(s, pwc) in wctomb() function
52 wctomb(char *s, wchar_t wchar) in wctomb() function
82 wctomb(char* s, wchar_t c) in wctomb() function
53 #define wctomb 0 macro
328 #define wctomb(s, wc) m_sb_wctomb(s, wc) macro
54 #define wctomb(pmb, wc) ((*(pmb) = ((char)wc)), 1) macro