Searched defs:mbtowc (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libast/common/comp/
H A Dwc.c36 mbtowc(wchar_t* t, const char* s, size_t n) function
52 return mbtowc(t, s, n);
H A Dsetlocale.c64 #undef mbtowc macro
190 #define mbtowc 0 macro
2292 else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(ast.mb_len = mblen) || !(ast.mb_towc = mbtowc))
2542 , ast.mb_towc == debug_mbtowc ? " debug_mbtowc" : ast.mb_towc == utf8_mbtowc ? " utf8_mbtowc" : ast.mb_towc == mbtowc ? " mbtowc"
/osnet-11/usr/src/lib/libxcurses/h/
H A Dm_wchar.h315 #undef mbtowc macro
326 #define mbtowc(pwc, s, n) m_sb_mbtowc(pwc, s, n) macro

Completed in 36 milliseconds