Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libast/common/comp/
H A Dsetlocale.c263 debug_mbtowc(register wchar_t* p, register const char* s, size_t n) in debug_mbtowc() function
363 return debug_mbtowc(NiL, s, n); in debug_mblen()
639 ast.mb_towc = debug_mbtowc; in set_ctype()
690 , ast.mb_towc == debug_mbtowc ? " debug_mbtowc" : ast.mb_towc == mbtowc ? " mbtowc" in set_ctype()
/titanic_50/usr/src/lib/libast/common/
H A DRELEASE603 03-04-14 comp/setlocale.c: fix debug_mbtowc() return value for *s==0 || n < 1