Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Dwctomb.c42 wctomb(s, pwc) in wctomb() function
/titanic_41/usr/src/lib/libc/port/locale/
H A Dwctomb.c52 wctomb(char *s, wchar_t wchar) in wctomb() function
/titanic_41/usr/src/lib/libast/common/comp/
H A Dwc.c82 wctomb(char* s, wchar_t c) in wctomb() function
H A Dsetlocale.c53 #define wctomb 0 macro
/titanic_41/usr/src/lib/libxcurses/h/
H A Dm_wchar.h328 #define wctomb(s, wc) m_sb_wctomb(s, wc) macro
/titanic_41/usr/src/cmd/csh/
H A Dsh.h54 #define wctomb(pmb, wc) ((*(pmb) = ((char)wc)), 1) macro