reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
571 return internal_strstr(s1, s2); 573 COMMON_INTERCEPTOR_ENTER(ctx, strstr, s1, s2); 574 char *r = REAL(strstr)(s1, s2); 576 StrstrCheck(ctx, r, s1, s2); 577 CALL_WEAK_INTERCEPTOR_HOOK(__sanitizer_weak_hook_strstr, GET_CALLER_PC(), s1,