Searched refs:mvsnprintf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/ntp/libntp/ |
| H A D | msyslog.c | 226 mvsnprintf( in mvsnprintf() function 337 rc = mvsnprintf(buf, bufsiz, fmt, ap); in msnprintf() 355 mvsnprintf(buf, sizeof(buf), fmt, ap); in msyslog() 368 mvsnprintf(buf, sizeof(buf), fmt, ap); in mvsyslog()
|
| /freebsd-12.1/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 30 extern int mvsnprintf(char *, size_t, const char *, va_list)
|
| /freebsd-12.1/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 656 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in mprintf_clock_stats()
|
| H A D | refclock_jupiter.c | 781 mvsnprintf(buffer, sizeof(buffer), fmt, ap); in jupiter_debug()
|
| H A D | refclock_oncore.c | 4118 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in oncore_log_f()
|
| H A D | ntp_control.c | 5129 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in mprintf_event()
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | CommitLog | 123036 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 123043 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 133006 correct return types of mvsnprintf() and msnprintf() to match 133013 correct return types of mvsnprintf() and msnprintf() to match 134953 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which 134957 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which
|