Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/ntp/libntp/lib/isc/include/isc/
Dformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro
37 #define ISC_FORMAT_PRINTF(fmt, args) macro
/freebsd-12-stable/lib/libc/include/
Dport_before.h12 #define ISC_FORMAT_PRINTF(fmt, args) \ macro