Searched defs:PRINTF (Results 1 – 3 of 3) sorted by relevance
/linux/scripts/dtc/ |
H A D | util.h | 17 #define PRINTF(i, j) __attribute__((format (__MINGW_PRINTF_FORMAT, i, j))) macro 19 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 21 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 25 #define PRINTF(i, j) macro
|
/linux/drivers/net/fddi/skfp/ |
H A D | queue.c | 21 #define PRINTF(a,b,c) macro
|
/linux/tools/accounting/ |
H A D | getdelays.c | 55 #define PRINTF(fmt, arg...) { \ macro
|