Home | History | Annotate | Download | only in include

Lines Matching full:__max

327 int __mbtowc_l(wchar_t *__pwc, const char *__pmb, size_t __max, locale_t __l)
330 return mbtowc_l(__pwc, __pmb, __max, __l);
333 return mbtowc(__pwc, __pmb, __max);