Home | History | Annotate | Download | only in citrus

Lines Matching defs:wc

118 	wchar_t wc;
122 ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), &wc, s, n,
126 _FUNCNAME(stdenc_wctocs)(_CE_TO_EI(ce), csid, idx, wc);
138 wchar_t wc;
142 wc = 0;
145 ret = _FUNCNAME(stdenc_cstowc)(_CE_TO_EI(ce), &wc, csid, idx);
150 return _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),
156 _citrus_wc_t * __restrict wc,
160 return _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), wc, s, n,
166 char * __restrict s, size_t n, _citrus_wc_t wc,
169 return _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),