Searched defs:wcrtomb (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dwcrtomb.c28 wcrtomb (char *s, wchar_t wc, mbstate_t *ps) function
30 /* This implementation of wcrtomb on top of wctomb() supports only
/osnet-11/usr/src/lib/libxcurses/src/libc/mse/
H A Drestart.c53 wcrtomb(char *s, wchar_t wc, mbstate_t *ps) function
/osnet-11/usr/src/lib/libast/common/comp/
H A Dwc.c93 wcrtomb(char* s, wchar_t c, mbstate_t* q) function
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/
H A Dwchar.h76 wcrtomb (char *s, wchar_t wc, mbstate_t *ps __attribute__ ((unused))) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dprivate.h83 #undef wcrtomb macro
84 #define wcrtomb(mb, wc, state) wctomb(mb, wc) macro
/osnet-11/usr/src/lib/libxcurses/h/solaris2/
H A Dmkslocal.h168 #define wcrtomb(c, w, s) wctomb(c, w) macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h318 #undef wcrtomb macro
329 #define wcrtomb(s, wc, ps) m_sb_wctomb(s, wc) macro
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h341 #undef wcrtomb macro
342 #define wcrtomb(s,wc,mb) wctomb(s, wc) macro

Completed in 44 milliseconds