Searched defs:wcrtomb (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/ |
H A D | wcrtomb.c | 28 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 D | restart.c | 53 wcrtomb(char *s, wchar_t wc, mbstate_t *ps) function
|
/osnet-11/usr/src/lib/libast/common/comp/ |
H A D | wc.c | 93 wcrtomb(char* s, wchar_t c, mbstate_t* q) function
|
/osnet-11/usr/src/grub/grub2/grub-core/lib/posix_wrap/ |
H A D | wchar.h | 76 wcrtomb (char *s, wchar_t wc, mbstate_t *ps __attribute__ ((unused))) function
|
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | private.h | 83 #undef wcrtomb macro 84 #define wcrtomb(mb, wc, state) wctomb(mb, wc) macro
|
/osnet-11/usr/src/lib/libxcurses/h/solaris2/ |
H A D | mkslocal.h | 168 #define wcrtomb(c, w, s) wctomb(c, w) macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | m_wchar.h | 318 #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 D | sfhdr.h | 341 #undef wcrtomb macro 342 #define wcrtomb(s,wc,mb) wctomb(s, wc) macro
|
Completed in 25 milliseconds