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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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)
/netgear-R7000-V1.0.7.12_1.2.5/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 112 milliseconds