Searched refs:x_snprintf (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/openssh/openbsd-compat/regress/ |
H A D | snprintftest.c | 37 int x_snprintf(char *str, size_t count, const char *fmt, ...) in x_snprintf() function 73 if (x_snprintf(b, 1, "%s %d", "hello", 12345) != 11) in main()
|
/freebsd/crypto/openssh/ |
H A D | configure.ac | 2420 int x_snprintf(char *str, size_t count, const char *fmt, ...) 2432 if (x_snprintf(x, 1, "%s %d", "hello", 12345) != 11) 2434 if (x_snprintf(NULL, 0, "%s %d", "hello", 12345) != 11)
|