Searched defs:ISC_FORMAT_PRINTF (Results 1 – 2 of 2) sorted by relevance
35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro37 #define ISC_FORMAT_PRINTF(fmt, args) macro
11 #define ISC_FORMAT_PRINTF(fmt, args) \ macro