Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/scripts/dtc/
H A Dutil.h17 #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
/OK3568_Linux_fs/kernel/scripts/
H A Dmkkrnlimg.c12 #define PRINTF(fmt, ...) printf(fmt, ##__VA_ARGS__) macro
15 int PRINTF(const char *fmt, ...) in PRINTF() function
/OK3568_Linux_fs/u-boot/cmd/
H A Dreiser.c28 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
30 #define PRINTF(fmt,args...) macro
H A Dyaffs2.c22 #define PRINTF(fmt, args...) printf(fmt, ##args) macro
24 #define PRINTF(fmt, args...) do { } while (0) macro
H A Dfdc.c20 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
22 #define PRINTF(fmt,args...) macro
/OK3568_Linux_fs/u-boot/scripts/dtc/
H A Dutil.h29 #define PRINTF(i, j) __attribute__((format (printf, i, j))) macro
32 #define PRINTF(i, j) macro
/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dcyclon2.c15 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
17 #define PRINTF(fmt,args...) macro
H A DACEX1K.c17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
19 #define PRINTF(fmt,args...) macro
H A Dvirtex2.c23 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
25 #define PRINTF(fmt,args...) macro
H A Dspartan2.c13 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
15 #define PRINTF(fmt,args...) macro
H A Dspartan3.c18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
20 #define PRINTF(fmt,args...) macro
/OK3568_Linux_fs/u-boot/drivers/input/
H A Dpc_keyb.c21 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
23 #define PRINTF(fmt,args...) macro
H A Dps2mult.c27 #define PRINTF(format, args...) printf("ps2mult.c: " format, ## args) macro
/OK3568_Linux_fs/u-boot/disk/
H A Dpart_iso.c18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
20 #define PRINTF(fmt,args...) macro
H A Dpart_amiga.c18 #define PRINTF(fmt, args...) printf(fmt ,##args) macro
20 #define PRINTF(fmt, args...) macro
H A Dpart.c26 #define PRINTF(fmt,args...) printf (fmt ,##args) macro
28 #define PRINTF(fmt,args...) macro
/OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/
H A Dqueue.c25 #define PRINTF(a,b,c) macro
/OK3568_Linux_fs/kernel/tools/accounting/
H A Dgetdelays.c56 #define PRINTF(fmt, arg...) { \ macro