Home
last modified time | relevance | path

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

/src/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.m4526 int rpl_snprintf(char *, size_t, const char *, ...);
/src/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()
/src/usr.sbin/ntp/
H A Dconfig.h1897 int rpl_snprintf(char *, size_t, const char *, ...);
/src/contrib/ntp/sntp/
H A Dconfig.h.in673 /* Define to provide `rpl_snprintf' function. */
1024 /* Define to rpl_snprintf if the replacement function should be used. */
1074 int rpl_snprintf(char *, size_t, const char *, ...);
/src/contrib/ntp/
H A Dconfig.h.in1305 /* Define to provide `rpl_snprintf' function. */
1819 /* Define to rpl_snprintf if the replacement function should be used. */
1869 int rpl_snprintf(char *, size_t, const char *, ...);
H A DChangeLog2070 * [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
H A DCommitLog112006 [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
112009 [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
112012 [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
133418 dcfd needs libntp.a when using rpl_snprintf().