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