Lines Matching refs:pwc
39 mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
45 pwc = NULL;
100 int res = mbtowc (pwc, p, m);
104 if (pwc != NULL && ((*pwc == 0) != (res == 0)))
329 rpl_mbrtowc (wchar_t *pwc, const char *s, size_t n, mbstate_t *ps)
334 pwc = NULL;
364 if (pwc != NULL)
365 *pwc = wc;
381 if (pwc != NULL)
382 *pwc = wc;
393 if (pwc == NULL)
394 pwc = &dummy;
397 return mbrtowc (pwc, s, n, ps);