Lines Matching full:vsprintf
347 INTERCEPTOR(int, vsprintf, char *str, const char *format, va_list ap) {349 int res = REAL(vsprintf)(str, format, ap);369 int res = vsprintf(str, format, ap); // NOLINT1212 INTERCEPT_FUNCTION(vsprintf);