Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c656 static int _wckind_c_locale(wchar_t);
658 static int (*__wckind)(wchar_t) = _wckind_c_locale;
689 __wckind = _wckind_c_locale; in _wckind_init()
701 _wckind_c_locale(wchar_t wc) in _wckind_c_locale() function