Lines Matching defs:format
6749 static int VALGRIND_PRINTF(const char *format, ...)
6750 __attribute__((format(__printf__, 1, 2), __unused__));
6756 VALGRIND_PRINTF(const char *format, ...)
6759 (void)format;
6768 va_start(vargs, format);
6772 (uintptr_t)format,
6778 (unsigned long)format,
6788 static int VALGRIND_PRINTF_BACKTRACE(const char *format, ...)
6789 __attribute__((format(__printf__, 1, 2), __unused__));
6795 VALGRIND_PRINTF_BACKTRACE(const char *format, ...)
6798 (void)format;
6807 va_start(vargs, format);
6811 (uintptr_t)format,
6817 (unsigned long)format,