Searched refs:__printf__ (Results 1 – 13 of 13) sorted by relevance
| /openbmc/u-boot/include/ |
| H A D | vsprintf.h | 81 __attribute__ ((format (__printf__, 1, 2), noreturn)); 109 __attribute__ ((format (__printf__, 2, 3))); 142 __attribute__ ((format (__printf__, 3, 4))); 158 __attribute__ ((format (__printf__, 3, 4)));
|
| H A D | fastboot.h | 52 __attribute__ ((format (__printf__, 3, 4)));
|
| H A D | efi_selftest.h | 77 __attribute__ ((format (__printf__, 2, 3)));
|
| H A D | log.h | 77 __attribute__ ((format (__printf__, 6, 7)));
|
| H A D | common.h | 492 __attribute__ ((format (__printf__, 1, 2)));
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/ |
| H A D | 0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch | 9 __attribute__((__format__ (__printf__))) is not portable as used here 30 #define D_FORMAT_PRINTF(n) __attribute__((__format__ (__printf__, n, n+1))) 31 #define D_FORMAT_VPRINTF(n) __attribute__((__format__ (__printf__, n, 0)))
|
| /openbmc/u-boot/include/test/ |
| H A D | ut.h | 39 __attribute__ ((format (__printf__, 6, 7)));
|
| /openbmc/u-boot/include/asm-generic/ |
| H A D | gpio.h | 209 __attribute__ ((format (__printf__, 2, 3)));
|
| /openbmc/qemu/subprojects/libvhost-user/include/ |
| H A D | compiler.h | 81 * Map __printf__ to __gnu_printf__ because we want standard format strings even 82 * when MinGW or GLib include files use __printf__. 84 # define __printf__ __gnu_printf__ 89 # define __printf__ global() macro
|
| /openbmc/qemu/subprojects/libvduse/include/ |
| H A D | compiler.h | 81 * Map __printf__ to __gnu_printf__ because we want standard format strings even 82 * when MinGW or GLib include files use __printf__. 84 # define __printf__ __gnu_printf__ 89 # define __printf__ global() macro
|
| /openbmc/qemu/include/qemu/ |
| H A D | compiler.h | 84 # define __printf__ __gnu_printf__ macro
|
| /openbmc/u-boot/tools/ |
| H A D | proftool.c | 62 __attribute__ ((format (__printf__, 2, 3)));
|
| /openbmc/qemu/subprojects/libvhost-user/ |
| H A D | libvhost-user.c | 66 __attribute__((__format__(__printf__, format_idx, arg_idx)))
|