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

/osnet-11/usr/src/lib/libast/common/comp/
H A Dsetlocale.c274 debug_mbtowc(register wchar_t* p, register const char* s, size_t n) function
374 return debug_mbtowc(NiL, s, n);
2277 ast.mb_towc = debug_mbtowc;
2542 , ast.mb_towc == debug_mbtowc ? " debug_mbtowc" : ast.mb_towc == utf8_mbtowc ? " utf8_mbtowc" : ast.mb_towc == mbtowc ? " mbtowc"

Completed in 32 milliseconds