Home
last modified time | relevance | path

Searched refs:__printf__ (Results 1 – 14 of 14) sorted by relevance

/openbmc/u-boot/include/
H A Dvsprintf.h81 __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 Dfastboot.h52 __attribute__ ((format (__printf__, 3, 4)));
H A Defi_selftest.h77 __attribute__ ((format (__printf__, 2, 3)));
H A Dlog.h77 __attribute__ ((format (__printf__, 6, 7)));
H A Dcommon.h492 __attribute__ ((format (__printf__, 1, 2)));
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/directfb/directfb/
H A D0001-gfx-direct-Aboid-usng-VLAs-and-printf-formats.patch9 __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 Dacgcc.h31 #define ACPI_PRINTF_LIKE(c) __attribute__ ((__format__ (__printf__, c, c+1)))
/openbmc/u-boot/include/test/
H A Dut.h39 __attribute__ ((format (__printf__, 6, 7)));
/openbmc/u-boot/include/asm-generic/
H A Dgpio.h209 __attribute__ ((format (__printf__, 2, 3)));
/openbmc/qemu/subprojects/libvhost-user/include/
H A Dcompiler.h89 # define __printf__ __gnu_printf__ macro
/openbmc/qemu/subprojects/libvduse/include/
H A Dcompiler.h89 # define __printf__ __gnu_printf__ macro
/openbmc/qemu/include/qemu/
H A Dcompiler.h89 # define __printf__ __gnu_printf__ macro
/openbmc/u-boot/tools/
H A Dproftool.c62 __attribute__ ((format (__printf__, 2, 3)));
/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c66 __attribute__((__format__(__printf__, format_idx, arg_idx)))