Searched refs:rk_snprintf (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/com_err/
H A Droken_rename.h40 #define rk_snprintf _com_err_snprintf macro
/freebsd-10.1-release/crypto/heimdal/lib/com_err/
H A Droken_rename.h40 #define rk_snprintf _com_err_snprintf macro
/freebsd-10.1-release/crypto/heimdal/lib/sl/
H A Droken_rename.h43 #define rk_snprintf _sl_snprintf macro
/freebsd-10.1-release/crypto/heimdal/lib/roken/
H A Dsnprintf-test.c222 return rk_snprintf (NULL, 0, "foo") != 3;
240 rk_snprintf(buf, sizeof(buf), "%zu", sizet_values[i]);
H A Droken.h.in323 #define snprintf rk_snprintf
336 rk_snprintf (char *str, size_t sz, const char *format, ...);
428 #define snprintf rk_snprintf
431 rk_snprintf (char *, size_t, const char *, ...)

Completed in 101 milliseconds