Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fmt/
H A Dfmt.c655 static int _wckind_c_locale(wchar_t);
657 static int (*__wckind)(wchar_t) = _wckind_c_locale;
688 __wckind = _wckind_c_locale; in _wckind_init()
700 _wckind_c_locale(wchar_t wc) in _wckind_c_locale() function