Searched defs:PRINTF (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.15/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-v5.15/drivers/net/fddi/skfp/ |
D | queue.c | 21 #define PRINTF(a,b,c) macro
|
/Linux-v5.15/tools/accounting/ |
D | getdelays.c | 56 #define PRINTF(fmt, arg...) { \ macro
|