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

/opensolaris-onvv-gate/usr/src/cmd/fmt/
H A Dfmt.c657 static int (*__wckind)(wchar_t) = _wckind_c_locale; variable
680 __wckind = (int (*)(wchar_t))dlsym(dlhandle, WCHKIND);
681 if (__wckind != NULL)
688 __wckind = _wckind_c_locale;
695 return (*__wckind) (wc);

Completed in 47 milliseconds