Searched refs:mvsnprintf (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/ntp/libntp/ |
| H A D | msyslog.c | 226 mvsnprintf( in mvsnprintf() function 337 rc = mvsnprintf(buf, bufsiz, fmt, ap); in msnprintf() 368 mvsnprintf(buf, sizeof(buf), fmt, ap); in mvsyslog()
|
| /src/contrib/ntp/include/ |
| H A D | ntp_stdlib.h | 37 extern int mvsnprintf(char *, size_t, const char *, va_list)
|
| /src/contrib/ntp/ntpd/ |
| H A D | ntp_util.c | 700 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 | 4123 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in oncore_log_f()
|
| H A D | ntp_control.c | 5118 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in mprintf_event()
|
| /src/contrib/ntp/ |
| H A D | CommitLog | 133105 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 133112 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 143075 correct return types of mvsnprintf() and msnprintf() to match 143082 correct return types of mvsnprintf() and msnprintf() to match 145022 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which 145026 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which
|