Home
last modified time | relevance | path

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

/freebsd-13.1/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-13.1/usr.sbin/ntp/
H A Dconfig.h1813 int rpl_vsnprintf(char *, size_t, const char *, va_list);
/freebsd-13.1/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-13.1/contrib/ntp/sntp/
H A Dconfig.h.in676 /* Define to provide `rpl_vsnprintf' function. */
990 /* Define to rpl_vsnprintf if the replacement function should be used. */
1010 int rpl_vsnprintf(char *, size_t, const char *, va_list);
/freebsd-13.1/contrib/ntp/
H A Dconfig.h.in1293 /* Define to provide `rpl_vsnprintf' function. */
1773 /* Define to rpl_vsnprintf if the replacement function should be used. */
1793 int rpl_vsnprintf(char *, size_t, const char *, va_list);
H A DCommitLog123911 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h
123914 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h
123923 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h
123929 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h