Home
last modified time | relevance | path

Searched defs:mbtowc (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmbtowc.c61 mbtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, size_t n) in mbtowc() function
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dwc.c36 mbtowc(wchar_t* t, const char* s, size_t n) in mbtowc() function
H A Dsetlocale.c190 #define mbtowc 0 macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dm_wchar.h324 #define mbtowc(pwc, s, n) m_sb_mbtowc(pwc, s, n) macro
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h51 #define mbtowc(pwc, pmb, n_is_ignored) ((*(pwc) = *(pmb)), 1) macro