Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/locale/
H A Deuc.c57 static size_t _EUC_JP_mbrtowc(wchar_t *_RESTRICT_KYWD,
207 lct->lc_mbrtowc = _EUC_JP_mbrtowc; in _EUC_JP_init()
218 _EUC_JP_mbrtowc(wchar_t *_RESTRICT_KYWD pwc, const char *_RESTRICT_KYWD s, in _EUC_JP_mbrtowc() function
229 return (__mbsnrtowcs_std(dst, src, nms, len, ps, _EUC_JP_mbrtowc)); in _EUC_JP_mbsnrtowcs()