Searched refs:__printf__ (Results 1 – 14 of 14) 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/linux/include/acpi/platform/ |
H A D | acgcc.h | 31 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
|
/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 | 89 # define __printf__ __gnu_printf__ macro
|
/openbmc/qemu/subprojects/libvduse/include/ |
H A D | compiler.h | 89 # define __printf__ __gnu_printf__ macro
|
/openbmc/qemu/include/qemu/ |
H A D | compiler.h | 89 # 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)))
|