Searched refs:NTP_PRINTF (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ntp/include/
H A Dntp_stdlib.h22 #define NTP_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args))) macro
24 #define NTP_PRINTF(fmt, args) macro
27 extern int mprintf(const char *, ...) NTP_PRINTF(1, 2);
28 extern int mfprintf(FILE *, const char *, ...) NTP_PRINTF(2, 3);
29 extern int mvfprintf(FILE *, const char *, va_list) NTP_PRINTF(2, 0);
31 NTP_PRINTF(3, 0);
33 NTP_PRINTF(3, 4);
34 extern void msyslog(int, const char *, ...) NTP_PRINTF(2, 3);
35 extern void mvsyslog(int, const char *, va_list) NTP_PRINTF(2, 0);
43 extern int xvsbprintf(char**, char* const, char const*, va_list) NTP_PRINTF(
[all...]
H A Dntpd.h71 NTP_PRINTF(3, 4);
291 NTP_PRINTF(2, 3);
/freebsd-11-stable/contrib/ntp/libntp/
H A Dauthreadkeys.c85 static void log_maybe(u_int*, const char*, ...) NTP_PRINTF(2, 3);
/freebsd-11-stable/contrib/ntp/ntpd/
H A Drefclock_true.c218 NTP_PRINTF(2, 3)
H A Drefclock_jupiter.c138 const char *, ...) NTP_PRINTF(3, 4);
H A Drefclock_gpsdjson.c261 static int myasprintf(char**, char const*, ...) NTP_PRINTF(2, 3);
H A Drefclock_oncore.c382 NTP_PRINTF(3, 4);
H A Dntp_control.c79 static void ctl_printf (const char *, ...) NTP_PRINTF(1, 2);
H A Drefclock_parse.c2479 static NTP_PRINTF(4, 5) char *
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c223 static void warning (const char *, ...) NTP_PRINTF(1, 2);
224 static void error (const char *, ...) NTP_PRINTF(1, 2);
241 static int my_easprintf (char**, const char *, ...) NTP_PRINTF(2, 3);
H A Dntpq-subs.c361 static int xprintf(FILE *, char const *, ...) NTP_PRINTF(2, 3);

Completed in 218 milliseconds