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

/freebsd-9.3-release/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);
H A Dntpd.h71 NTP_PRINTF(3, 4);
290 NTP_PRINTF(2, 3);
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dauthreadkeys.c85 static void log_maybe(u_int*, const char*, ...) NTP_PRINTF(2, 3);
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Drefclock_true.c218 NTP_PRINTF(2, 3)
H A Drefclock_gpsdjson.c261 static int myasprintf(char**, char const*, ...) NTP_PRINTF(2, 3);
H A Drefclock_oncore.c381 NTP_PRINTF(3, 4);
H A Drefclock_parse.c2479 static NTP_PRINTF(4, 5) char *
H A Dntp_control.c79 static void ctl_printf (const char *, ...) NTP_PRINTF(1, 2);
/freebsd-9.3-release/contrib/ntp/ntpq/
H A Dntpq.c227 static int my_easprintf (char**, const char *, ...) NTP_PRINTF(2, 3);

Completed in 247 milliseconds