Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libbc/libc/gen/common/
H A Deuc.multibyte.c45 int _wctomb_euc(char *, wchar_t);
136 i=_wctomb_euc(mbbuf, wc); in _wcstombs_euc()
155 _wctomb_euc(char *s, wchar_t wchar) in _wctomb_euc() function
H A Dwctomb.c67 return(_wctomb_euc(s, pwc));