Searched defs:ISC_FORMAT_PRINTF (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/isc/include/isc/
H A Dformatcheck.h17 * ISC_FORMAT_PRINTF().
26 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro
28 #define ISC_FORMAT_PRINTF(fmt, args) macro

Completed in 33 milliseconds