Home
last modified time | relevance | path

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

/minix3/external/bsd/bind/dist/lib/isc/include/isc/
H A Dformatcheck.h37 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro
39 #define ISC_FORMAT_PRINTF(fmt, args) macro
/minix3/lib/libc/include/
H A Dport_before.h3 #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b))) macro