| /OK3568_Linux_fs/kernel/scripts/dtc/ |
| H A 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
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | mkkrnlimg.c | 12 #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 D | reiser.c | 28 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 30 #define PRINTF(fmt,args...) macro
|
| H A D | yaffs2.c | 22 #define PRINTF(fmt, args...) printf(fmt, ##args) macro 24 #define PRINTF(fmt, args...) do { } while (0) macro
|
| H A D | fdc.c | 20 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 22 #define PRINTF(fmt,args...) macro
|
| /OK3568_Linux_fs/u-boot/scripts/dtc/ |
| H A D | util.h | 29 #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 D | cyclon2.c | 15 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 17 #define PRINTF(fmt,args...) macro
|
| H A D | ACEX1K.c | 17 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 19 #define PRINTF(fmt,args...) macro
|
| H A D | virtex2.c | 23 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 25 #define PRINTF(fmt,args...) macro
|
| H A D | spartan2.c | 13 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 15 #define PRINTF(fmt,args...) macro
|
| H A D | spartan3.c | 18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 20 #define PRINTF(fmt,args...) macro
|
| /OK3568_Linux_fs/u-boot/drivers/input/ |
| H A D | pc_keyb.c | 21 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 23 #define PRINTF(fmt,args...) macro
|
| H A D | ps2mult.c | 27 #define PRINTF(format, args...) printf("ps2mult.c: " format, ## args) macro
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part_iso.c | 18 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 20 #define PRINTF(fmt,args...) macro
|
| H A D | part_amiga.c | 18 #define PRINTF(fmt, args...) printf(fmt ,##args) macro 20 #define PRINTF(fmt, args...) macro
|
| H A D | part.c | 26 #define PRINTF(fmt,args...) printf (fmt ,##args) macro 28 #define PRINTF(fmt,args...) macro
|
| /OK3568_Linux_fs/kernel/drivers/net/fddi/skfp/ |
| H A D | queue.c | 25 #define PRINTF(a,b,c) macro
|
| /OK3568_Linux_fs/kernel/tools/accounting/ |
| H A D | getdelays.c | 56 #define PRINTF(fmt, arg...) { \ macro
|