Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/localedef/
H A Dlocaledef.h137 int to_wide(wchar_t *, const char *);
H A Dwide.c572 to_wide(wchar_t *wc, const char *mb) in to_wide() function
H A Dscanner.c468 if (to_wide(&wc, mbs) >= 0) { in get_wide()