Searched refs:rpl_snprintf (Results 1 – 8 of 8) sorted by relevance
| /src/contrib/ntp/sntp/m4/ |
| H A D | snprintf.m4 | 10 # 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 D | ntp_libntp.m4 | 526 int rpl_snprintf(char *, size_t, const char *, ...);
|
| /src/contrib/ntp/libntp/ |
| H A D | snprintf.c | 296 #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 D | config.h | 1897 int rpl_snprintf(char *, size_t, const char *, ...);
|
| /src/contrib/ntp/sntp/ |
| H A D | config.h.in | 673 /* 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 D | config.h.in | 1305 /* 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 D | ChangeLog | 2070 * [Bug 2134] --enable-C99-snprintf does not force rpl_snprintf use.
|
| H A D | CommitLog | 112006 [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().
|