Searched refs:wistombs (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | private.h | 213 extern int wistombs(char *, const wint_t *, int);
|
H A D | wgetn_ws.c | 194 (void) wistombs((char *) s, fld_buffer, fld_maxlength-1); in __m_wgetn_wstr()
|
H A D | m_cc.c | 77 wistombs(char *mbs, const wint_t *wis, int n) in wistombs() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wgetn_ws.c | 178 (void) wistombs((char *) s, fld_buffer, fld_maxlength+1);
|
H A D | m_cc.c | 76 wistombs(mbs, wis, n) in wistombs() function
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 371 extern int wistombs(char *, const wint_t *, int);
|