Searched refs:rpl_snprintf (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c9 * to test rpl_snprintf() and rpl_vsnprintf() on platforms which provide
156 * #define snprintf rpl_snprintf
177 * int rpl_snprintf(char *, size_t, const char *, ...);
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, ...) function
1541 rpl_snprintf(va_alist) va_dcl
/freebsd-12-stable/usr.sbin/ntp/
H A Dconfig.h1280 /* Define to provide `rpl_snprintf' function. */
1772 * but before #define snprintf rpl_snprintf
1778 /* Define to rpl_snprintf if the replacement function should be used. */
1828 int rpl_snprintf(char *, size_t, const char *, ...);

Completed in 121 milliseconds