Home
last modified time | relevance | path

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

/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c62 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument
63 __attribute__((__format__(gnu_printf, format_idx, arg_idx)))
65 #define G_GNUC_PRINTF(format_idx, arg_idx) \ argument
66 __attribute__((__format__(__printf__, format_idx, arg_idx)))
69 #define G_GNUC_PRINTF(format_idx, arg_idx) argument