Lines Matching refs:format
6681 static int VALGRIND_PRINTF(const char *format, ...)
6682 __attribute__((format(__printf__, 1, 2), __unused__));
6688 VALGRIND_PRINTF(const char *format, ...) in VALGRIND_PRINTF() argument
6691 (void)format; in VALGRIND_PRINTF()
6700 va_start(vargs, format); in VALGRIND_PRINTF()
6704 (uintptr_t)format, in VALGRIND_PRINTF()
6710 (unsigned long)format, in VALGRIND_PRINTF()
6720 static int VALGRIND_PRINTF_BACKTRACE(const char *format, ...)
6721 __attribute__((format(__printf__, 1, 2), __unused__));
6727 VALGRIND_PRINTF_BACKTRACE(const char *format, ...) in VALGRIND_PRINTF_BACKTRACE() argument
6730 (void)format; in VALGRIND_PRINTF_BACKTRACE()
6739 va_start(vargs, format); in VALGRIND_PRINTF_BACKTRACE()
6743 (uintptr_t)format, in VALGRIND_PRINTF_BACKTRACE()
6749 (unsigned long)format, in VALGRIND_PRINTF_BACKTRACE()