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

/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dformatcheck.h26 * ISC_FORMAT_PRINTF().
35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro
37 #define ISC_FORMAT_PRINTF(fmt, args) macro

Completed in 1525 milliseconds