Lines Matching defs:pwcs
150 _citrus_NONE_ctype_mbsrtowcs(void * __restrict cl, wchar_t * __restrict pwcs,
158 /* if pwcs is NULL, ignore n */
159 if (pwcs == NULL)
165 if (pwcs != NULL) {
166 *pwcs = (wchar_t)(unsigned char)*s0;
173 if (pwcs != NULL) {
174 pwcs++;
179 if (pwcs)
190 wchar_t * __restrict pwcs,
198 /* if pwcs is NULL, ignore n */
199 if (pwcs == NULL)
205 if (pwcs != NULL) {
206 *pwcs = (wchar_t)(unsigned char)*s0;
214 if (pwcs != NULL) {
215 pwcs++;
220 if (pwcs)
288 const wchar_t ** __restrict pwcs, size_t n,
295 pwcs0 = *pwcs;
303 *pwcs = pwcs0;
319 *pwcs = pwcs0;
330 const wchar_t ** __restrict pwcs, size_t in,
337 pwcs0 = *pwcs;
361 *pwcs = pwcs0;
370 const wchar_t * __restrict pwcs, size_t n,
373 const wchar_t *rpwcs = pwcs;