Home
last modified time | relevance | path

Searched defs:PRINTF (Results 1 – 4 of 4) sorted by relevance

/linux/scripts/dtc/
H A Dutil.h17 #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 Dqueue.c21 #define PRINTF(a,b,c) macro
/linux/tools/accounting/
H A Dprocacct.c67 #define PRINTF(fmt, arg...) { \ macro
H A Dgetdelays.c55 #define PRINTF(fmt, arg...) { \ macro