Home
last modified time | relevance | path

Searched refs:mvsnprintf (Results 1 – 7 of 7) sorted by relevance

/src/contrib/ntp/libntp/
H A Dmsyslog.c226 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 Dntp_stdlib.h37 extern int mvsnprintf(char *, size_t, const char *, va_list)
/src/contrib/ntp/ntpd/
H A Dntp_util.c700 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in mprintf_clock_stats()
H A Drefclock_jupiter.c781 mvsnprintf(buffer, sizeof(buffer), fmt, ap); in jupiter_debug()
H A Drefclock_oncore.c4123 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in oncore_log_f()
H A Dntp_control.c5118 rc = mvsnprintf(msg, sizeof(msg), fmt, ap); in mprintf_event()
/src/contrib/ntp/
H A DCommitLog133105 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