Searched defs:PRINTF (Results 1 – 4 of 4) sorted by relevance
/kernel/linux/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
|
/kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
D | queue.c | 25 #define PRINTF(a,b,c) macro
|
/kernel/linux/linux-5.10/tools/accounting/ |
D | getdelays.c | 56 #define PRINTF(fmt, arg...) { \ macro
|
/kernel/liteos_m/testsuites/include/ |
D | osTest.h | 66 #define PRINTF(fmt, args...) \ macro
|