Home
last modified time | relevance | path

Searched defs:__printf (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Dcompiler-gcc.h90 #define __printf(a,b) __attribute__((format(printf,a,b))) macro
Dkdb.h119 typedef __printf(1, 2) int (*kdb_printf_t)(const char *, ...); typedef