Home
last modified time | relevance | path

Searched defs:IS_A_PRINTF_STYLE_FUNCTION (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/contrib/mDNSResponder/mDNSCore/
H A DmDNSDebug.h106 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) __attribute__ ((format(printf,F,A))) macro
108 #define IS_A_PRINTF_STYLE_FUNCTION(F,A) macro