Searched refs:AVAHI_GCC_PRINTF_ATTR (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/avahi-0.6.25/avahi-common/
H A Dgccmacro.h48 #define AVAHI_GCC_PRINTF_ATTR(a,b) __attribute__ ((format (printf, a, b))) macro
51 #define AVAHI_GCC_PRINTF_ATTR(a,b)
54 /** Same as AVAHI_GCC_PRINTF_ATTR but hard coded to arguments 1 and 2 */
55 #define AVAHI_GCC_PRINTF_ATTR12 AVAHI_GCC_PRINTF_ATTR(1,2)
57 /** Same as AVAHI_GCC_PRINTF_ATTR but hard coded to arguments 2 and 3 */
58 #define AVAHI_GCC_PRINTF_ATTR23 AVAHI_GCC_PRINTF_ATTR(2,3)

Completed in 33 milliseconds