Searched refs:mvsnprintf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.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-13.1/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 30 extern int mvsnprintf(char *, size_t, const char *, va_list)
|
| /freebsd-13.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-13.1/contrib/ntp/ |
| H A D | CommitLog | 123749 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 123756 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 133719 correct return types of mvsnprintf() and msnprintf() to match 133726 correct return types of mvsnprintf() and msnprintf() to match 135666 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which 135670 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which
|