Lines Matching full:strstr
653 TSAN_INTERCEPTOR(const char*, strstr, const char *s1, const char *s2) {654 SCOPED_TSAN_INTERCEPTOR(strstr, s1, s2);655 const char *res = REAL(strstr)(s1, s2);1947 TSAN_INTERCEPT(strstr);