Searched defs:ISC_FORMAT_PRINTF (Results 1 – 4 of 4) sorted by relevance
31 #define ISC_FORMAT_PRINTF(fmt, args) \ macro 34 #define ISC_FORMAT_PRINTF(fmt, args) macro
32 #define ISC_FORMAT_PRINTF(fmt, args) \ macro35 #define ISC_FORMAT_PRINTF(fmt, args) macro
3 #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b))) macro
179 #define ISC_FORMAT_PRINTF(fmt, args) \ macro