Searched refs:wcresult (Results 1 – 4 of 4) sorted by relevance
54 int c, wint_t * __restrict wcresult) in _citrus_ctype_btowc_fallback() argument69 *wcresult = WEOF; in _citrus_ctype_btowc_fallback()77 *wcresult = wc; in _citrus_ctype_btowc_fallback()79 *wcresult = WEOF; in _citrus_ctype_btowc_fallback()
173 _citrus_ctype_btowc(_citrus_ctype_t cc, int c, wint_t *wcresult) in _citrus_ctype_btowc() argument176 _DIAGASSERT(cc && cc->cc_ops && cc->cc_ops->co_btowc && wcresult); in _citrus_ctype_btowc()177 return (*cc->cc_ops->co_btowc)(cc, c, wcresult); in _citrus_ctype_btowc()
403 int c, wint_t * __restrict wcresult) in _citrus_NONE_ctype_btowc() argument406 *wcresult = WEOF; in _citrus_NONE_ctype_btowc()408 *wcresult = (wint_t)c; in _citrus_NONE_ctype_btowc()
884 int c, wint_t * __restrict wcresult) in _FUNCNAME()897 *wcresult = WEOF; in _FUNCNAME()906 *wcresult = (wint_t)wc; in _FUNCNAME()908 *wcresult = WEOF; in _FUNCNAME()