Searched refs:ISC_FORMAT_PRINTF (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/ntp/libntp/lib/isc/include/isc/ |
H A D | log.h | 572 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 D | print.h | 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 D | formatcheck.h | 35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro 37 #define ISC_FORMAT_PRINTF(fmt, args) macro
|
H A D | error.h | 46 ISC_FORMAT_PRINTF(3, 4); 51 ISC_FORMAT_PRINTF(3, 4) ISC_PLATFORM_NORETURN_POST;
|
H A D | string.h | 142 ISC_FORMAT_PRINTF(3, 4); 168 ISC_FORMAT_PRINTF(3, 4);
|
/freebsd/contrib/ntp/libntp/lib/isc/ |
H A D | error.c | 33 ISC_FORMAT_PRINTF(3, 0); 38 ISC_FORMAT_PRINTF(3, 0);
|
H A D | log.c | 245 ISC_FORMAT_PRINTF(9, 0);
|
/freebsd/lib/libc/include/ |
H A D | port_before.h | 11 #define ISC_FORMAT_PRINTF(fmt, args) \ macro
|
/freebsd/lib/libc/resolv/ |
H A D | res_update.c | 80 static void res_dprintf(const char *, ...) ISC_FORMAT_PRINTF(1, 2);
|
H A D | res_findzonecut.c | 86 static void res_dprintf(const char *, ...) ISC_FORMAT_PRINTF(1, 2);
|
/freebsd/lib/libc/isc/ |
H A D | eventlib_p.h | 268 ISC_FORMAT_PRINTF(3, 4);
|
/freebsd/contrib/ntp/ntpd/ |
H A D | ntpd.c | 277 ISC_FORMAT_PRINTF(3, 0); 280 ISC_FORMAT_PRINTF(3, 0);
|