Searched refs:debug_mbtowc (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libast/common/comp/
H A Dsetlocale.c263 debug_mbtowc(register wchar_t* p, register const char* s, size_t n) function
363 return debug_mbtowc(NiL, s, n);
639 ast.mb_towc = debug_mbtowc;
690 , ast.mb_towc == debug_mbtowc ? " debug_mbtowc" : ast.mb_towc == mbtowc ? " mbtowc"

Completed in 62 milliseconds