Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/bind/dist/lib/isc/include/isc/
H A Dformatcheck.h31 #define ISC_FORMAT_PRINTF(fmt, args) \ macro
34 #define ISC_FORMAT_PRINTF(fmt, args) macro
/netbsd-src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
H A Dformatcheck.h32 #define ISC_FORMAT_PRINTF(fmt, args) \ macro
35 #define ISC_FORMAT_PRINTF(fmt, args) macro
/netbsd-src/lib/libc/include/
H A Dport_before.h3 #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b))) macro
/netbsd-src/external/bsd/libbind/dist/
H A Dport_before.h.in179 #define ISC_FORMAT_PRINTF(fmt, args) \ macro