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

/ast/src/lib/libast/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.c61 #undef mbtowc macro
187 #define mbtowc 0 macro
2250 else if ((locales[cp->internal]->flags & LC_default) || (ast.mb_cur_max = MB_CUR_MAX) <= 1 || !(ast.mb_len = mblen) || !(ast.mb_towc = mbtowc))
2526 , ast.mb_towc == debug_mbtowc ? " debug_mbtowc" : ast.mb_towc == utf8_mbtowc ? " utf8_mbtowc" : ast.mb_towc == mbtowc ? " mbtowc"

Completed in 115 milliseconds