Home | History | Annotate | Download | only in msan

Lines Matching refs:wmemset

624 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) {
627 wchar_t *res = REAL(wmemset)(s, c, n);
1553 INTERCEPT_FUNCTION(wmemset);