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

/freebsd-13-stable/contrib/ntp/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
H A Dprint.h29 #include <isc/formatcheck.h> /* Required for ISC_FORMAT_PRINTF() macro. */
70 ISC_FORMAT_PRINTF(3, 0);
75 ISC_FORMAT_PRINTF(3, 4);
81 isc_print_sprintf(char *str, const char *format, ...) ISC_FORMAT_PRINTF(2, 3);
H A Derror.h46 ISC_FORMAT_PRINTF(3, 4);
51 ISC_FORMAT_PRINTF(3, 4) ISC_PLATFORM_NORETURN_POST;
H A Dlog.h572 ISC_FORMAT_PRINTF(5, 6);
611 ISC_FORMAT_PRINTF(5, 0);
622 ISC_FORMAT_PRINTF(5, 6);
634 ISC_FORMAT_PRINTF(5, 0);
656 ISC_FORMAT_PRINTF(8, 9);
663 ISC_FORMAT_PRINTF(8, 0);
670 ISC_FORMAT_PRINTF(8, 9);
677 ISC_FORMAT_PRINTF(8, 0);
H A Dstring.h142 ISC_FORMAT_PRINTF(3, 4);
168 ISC_FORMAT_PRINTF(3, 4);
/freebsd-13-stable/lib/libc/include/
H A Dport_before.h12 #define ISC_FORMAT_PRINTF(fmt, args) \ macro
/freebsd-13-stable/contrib/ntp/lib/isc/
H A Derror.c33 ISC_FORMAT_PRINTF(3, 0);
38 ISC_FORMAT_PRINTF(3, 0);
H A Dlog.c245 ISC_FORMAT_PRINTF(9, 0);
/freebsd-13-stable/lib/libc/isc/
H A Deventlib_p.h269 ISC_FORMAT_PRINTF(3, 4);
/freebsd-13-stable/lib/libc/resolv/
H A Dres_update.c86 static void res_dprintf(const char *, ...) ISC_FORMAT_PRINTF(1, 2);
H A Dres_findzonecut.c92 static void res_dprintf(const char *, ...) ISC_FORMAT_PRINTF(1, 2);
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpd.c291 ISC_FORMAT_PRINTF(3, 0);
294 ISC_FORMAT_PRINTF(3, 0);
/freebsd-13-stable/contrib/ntp/lib/isc/unix/
H A Dsocket.c705 const char *fmt, ...) ISC_FORMAT_PRINTF(5, 6);
730 const char *fmt, ...) ISC_FORMAT_PRINTF(9, 10);
/freebsd-13-stable/contrib/ntp/lib/isc/win32/
H A Dsocket.c432 const char *fmt, ...) ISC_FORMAT_PRINTF(9, 10);

Completed in 69 milliseconds