Searched defs:PRINTF (Results 1 – 8 of 8) sorted by relevance
| /kernel/linux/linux-6.6/scripts/dtc/ |
| D | util.h | 17 #define PRINTF(i, j) __attribute__((format (gnu_printf, i, j))) macro 19 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro 23 #define PRINTF(i, j) macro
|
| /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-6.6/drivers/net/fddi/skfp/ |
| D | queue.c | 21 #define PRINTF(a,b,c) macro
|
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| D | queue.c | 25 #define PRINTF(a,b,c) macro
|
| /kernel/linux/linux-6.6/tools/accounting/ |
| D | procacct.c | 67 #define PRINTF(fmt, arg...) { \ macro
|
| D | getdelays.c | 55 #define PRINTF(fmt, arg...) { \ 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
|