Searched refs:rpl_vsnprintf (Results 1 – 7 of 7) sorted by relevance
/freebsd-src/contrib/ntp/sntp/m4/ |
H A D | snprintf.m4 | 13 # 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 D | ntp_libntp.m4 | 517 int rpl_vsnprintf(char *, size_t, const char *, va_list);
|
/freebsd-src/contrib/ntp/libntp/ |
H A D | snprintf.c | 297 #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-src/usr.sbin/ntp/ |
H A D | config.h | 1887 int rpl_vsnprintf(char *, size_t, const char *, va_list);
|
/freebsd-src/contrib/ntp/sntp/ |
H A D | config.h.in | 676 /* Define to provide `rpl_vsnprintf' function. */ 1045 /* Define to rpl_vsnprintf if the replacement function should be used. */ 1065 int rpl_vsnprintf(char *, size_t, const char *, va_list);
|
/freebsd-src/contrib/ntp/ |
H A D | config.h.in | 1308 /* Define to provide `rpl_vsnprintf' function. */ 1840 /* Define to rpl_vsnprintf if the replacement function should be used. */ 1860 int rpl_vsnprintf(char *, size_t, const char *, va_list);
|
H A D | CommitLog | 133267 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h 133270 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h 133279 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h 133285 Move rpl_vsnprintf() declaration and #define vsnprintf to config.h
|