Home | History | Annotate | Download | only in msan

Lines Matching refs:wmemset

618 INTERCEPTOR(wchar_t *, wmemset, wchar_t *s, wchar_t c, SIZE_T n) {
621 wchar_t *res = REAL(wmemset)(s, c, n);
1500 INTERCEPT_FUNCTION(wmemset);