Home | History | Annotate | Download | only in citrus

Lines Matching refs:ps

103 			     void * __restrict ps)
105 _FUNCNAME(init_state)(_CE_TO_EI(ce), _TO_STATE(ps));
115 void * __restrict ps, size_t * __restrict nresult)
123 _TO_STATE(ps), nresult);
135 void * __restrict ps, size_t * __restrict nresult)
150 return _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),
158 void * __restrict ps, size_t * __restrict nresult)
161 _TO_STATE(ps), nresult);
167 void * __restrict ps, size_t * __restrict nresult)
169 return _FUNCNAME(wcrtomb_priv)(_CE_TO_EI(ce), s, n, wc, _TO_STATE(ps),
176 void * __restrict ps,
180 return _FUNCNAME(put_state_reset)(_CE_TO_EI(ce), s, n, _TO_STATE(ps),
190 void * __restrict ps,
199 _CE_TO_EI(ce), _TO_STATE(ps), &d->u.generic.state);