Searched refs:mvsnprintf (Results 1 – 7 of 7) sorted by relevance
| /freebsd-10-stable/contrib/ntp/libntp/ |
| 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-10-stable/contrib/ntp/include/ |
| D | ntp_stdlib.h | 30 extern int mvsnprintf(char *, size_t, const char *, va_list)
|
| /freebsd-10-stable/contrib/ntp/ntpd/ |
| D | ntp_util.c | 652 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in mprintf_clock_stats()
|
| D | refclock_jupiter.c | 900 mvsnprintf(buffer, sizeof(buffer), fmt, ap); in jupiter_debug()
|
| D | refclock_oncore.c | 4066 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in oncore_log_f()
|
| D | ntp_control.c | 5109 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in mprintf_event()
|
| /freebsd-10-stable/contrib/ntp/ |
| D | CommitLog | 112777 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 112784 Correct mvsnprintf() and mvfprintf() for vsnprintf() that handles %m. 122747 correct return types of mvsnprintf() and msnprintf() to match 122754 correct return types of mvsnprintf() and msnprintf() to match 124694 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which 124698 add mvsnprintf(), msnprintf() clones of vsnprintf() and snprintf() which
|