Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/m4/
H A Dsnprintf.m413 # to test rpl_snprintf() and rpl_vsnprintf() on platforms which provide
106 # define vsnprintf to rpl_vsnprintf.
150 [Define to provide `rpl_vsnprintf' function.])
152 [AC_DEFINE([vsnprintf], [rpl_vsnprintf],
153 [Define to rpl_vsnprintf if the replacement function should be used.])])
H A Dntp_libntp.m4520 int rpl_vsnprintf(char *, size_t, const char *, va_list);
/freebsd/usr.sbin/ntp/
H A Dconfig.h1808 int rpl_vsnprintf(char *, size_t, const char *, va_list);
/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c297 #define vsnprintf rpl_vsnprintf
550 rpl_vsnprintf(char *str, size_t size, const char *format, va_list args);
553 rpl_vsnprintf(char *str, size_t size, const char *format, va_list args) in rpl_vsnprintf() function
/freebsd/contrib/ntp/sntp/
H A Dconfig.h.in676 /* Define to provide `rpl_vsnprintf' function. */
1050 /* Define to rpl_vsnprintf if the replacement function should be used. */
1070 int rpl_vsnprintf(char *, size_t, const char *, va_list);
/freebsd/contrib/ntp/
H A Dconfig.h.in1314 /* Define to provide `rpl_vsnprintf' function. */
1854 /* Define to rpl_vsnprintf if the replacement function should be used. */
1874 int rpl_vsnprintf(char *, size_t, const char *, va_list);
H A DCommitLog130046 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h
130049 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h
130058 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h
130064 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h