Searched defs:wcrtomb (Results 1 – 7 of 7) sorted by relevance
/titanic_52/usr/src/lib/libxcurses/src/libc/mse/ |
H A D | restart.c | 53 wcrtomb(char *s, wchar_t wc, mbstate_t *ps) in wcrtomb() function
|
/titanic_52/usr/src/lib/libc/port/locale/ |
H A D | wcrtomb.c | 49 wcrtomb(char *_RESTRICT_KYWD s, wchar_t wc, mbstate_t *_RESTRICT_KYWD ps) in wcrtomb() function
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/comp/ |
H A D | wc.c | 93 wcrtomb(char* s, wchar_t c, mbstate_t* q) in wcrtomb() function
|
/titanic_52/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | private.h | 84 #define wcrtomb(mb, wc, state) wctomb(mb, wc) macro
|
/titanic_52/usr/src/lib/libxcurses/h/solaris2/ |
H A D | mkslocal.h | 168 #define wcrtomb(c, w, s) wctomb(c, w) macro
|
/titanic_52/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 329 #define wcrtomb(s, wc, ps) m_sb_wctomb(s, wc) macro
|
/titanic_52/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfhdr.h | 342 #define wcrtomb(s,wc,mb) wctomb(s, wc) macro
|