Home
last modified time | relevance | path

Searched refs:rpl_snprintf (Results 1 – 8 of 8) sorted by relevance

/freebsd-13.1/contrib/ntp/sntp/m4/
H A Dsnprintf.m410 # aliasing snprintf to rpl_snprintf, etc.
13 # to test rpl_snprintf() and rpl_vsnprintf() on platforms which provide
174 # define snprintf to rpl_snprintf.
206 [Define to provide `rpl_snprintf' function.])
208 [AC_DEFINE([snprintf], [rpl_snprintf],
209 [Define to rpl_snprintf if the replacement function should be used.])])
H A Dntp_libntp.m4508 * but before #define snprintf rpl_snprintf
529 int rpl_snprintf(char *, size_t, const char *, ...);
/freebsd-13.1/contrib/ntp/libntp/
H A Dsnprintf.c296 #define snprintf rpl_snprintf
1535 rpl_snprintf(char *str, size_t size, const char *format, ...);
1538 rpl_snprintf(char *str, size_t size, const char *format, ...) in rpl_snprintf() function
1541 rpl_snprintf(va_alist) va_dcl in rpl_snprintf()
/freebsd-13.1/usr.sbin/ntp/
H A Dconfig.h1822 int rpl_snprintf(char *, size_t, const char *, ...);
/freebsd-13.1/contrib/ntp/sntp/
H A Dconfig.h.in673 /* Define to provide `rpl_snprintf' function. */
963 * but before #define snprintf rpl_snprintf
969 /* Define to rpl_snprintf if the replacement function should be used. */
1019 int rpl_snprintf(char *, size_t, const char *, ...);
/freebsd-13.1/contrib/ntp/
H A Dconfig.h.in1290 /* Define to provide `rpl_snprintf' function. */
1746 * but before #define snprintf rpl_snprintf
1752 /* Define to rpl_snprintf if the replacement function should be used. */
1802 int rpl_snprintf(char *, size_t, const char *, ...);
H A DChangeLog1830 * [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
H A DCommitLog102650 [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
102653 [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
102656 [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
124062 dcfd needs libntp.a when using rpl_snprintf().