Home
last modified time | relevance | path

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

/titanic_53/usr/src/contrib/ast/src/lib/libast/comp/
H A Dsetlocale.c274 debug_mbtowc(register wchar_t* p, register const char* s, size_t n) in debug_mbtowc() function
369 return debug_mbtowc(NiL, s, n); in debug_mblen()
2262 ast.mb_towc = debug_mbtowc; in set_ctype()
2553 …, ast.mb_towc == debug_mbtowc ? " debug_mbtowc" : ast.mb_towc == utf8_mbtowc ? " utf8_mbtowc" : as… in single()
/titanic_53/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE791 03-04-14 comp/setlocale.c: fix debug_mbtowc() return value for *s==0 || n < 1