Lines Matching defs:_FUNCNAME
52 _FUNCNAME(stdenc_getops)(struct _citrus_stdenc_ops *ops, size_t lenops,
58 memcpy(ops, &_FUNCNAME(stdenc_ops), sizeof(_FUNCNAME(stdenc_ops)));
64 _FUNCNAME(stdenc_init)(struct _citrus_stdenc * __restrict ce,
79 ret = _FUNCNAME(encoding_module_init)(ei, var, lenvar);
93 _FUNCNAME(stdenc_uninit)(struct _citrus_stdenc * __restrict ce)
96 _FUNCNAME(encoding_module_uninit)(_CE_TO_EI(ce));
102 _FUNCNAME(stdenc_init_state)(struct _citrus_stdenc * __restrict ce,
105 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps));
111 _FUNCNAME(stdenc_mbtocs)(struct _citrus_stdenc * __restrict ce,
122 ret = _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), &wc, s, n,
126 _FUNCNAME(stdenc_wctocs)(_CE_TO_EI(ce), csid, idx, wc);
132 _FUNCNAME(stdenc_cstomb)(struct _citrus_stdenc * __restrict ce,
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),
155 _FUNCNAME(stdenc_mbtowc)(struct _citrus_stdenc * __restrict ce,
160 return _FUNCNAME(mbrtowc_priv)(_CE_TO_EI(ce), wc, s, n,
165 _FUNCNAME(stdenc_wctomb)(struct _citrus_stdenc * __restrict ce,
169 return _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),
174 _FUNCNAME(stdenc_put_state_reset)(struct _citrus_stdenc * __restrict ce,
180 return _FUNCNAME(put_state_reset)(_CE_TO_EI(ce), s, n, _TO_STATE(ps),
189 _FUNCNAME(stdenc_get_state_desc)(struct _citrus_stdenc * __restrict ce,
198 ret = _FUNCNAME(stdenc_get_state_desc_generic)(