Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/ntp/libntp/lib/isc/include/isc/
HDformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro
37 #define ISC_FORMAT_PRINTF(fmt, args) macro
/freebsd-14-stable/lib/libc/include/
HDport_before.h11 #define ISC_FORMAT_PRINTF(fmt, args) \ macro