Searched refs:snmprintf (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/regress/unittests/utf8/ |
H A D | tests.c | 28 len = snmprintf(buf, sizeof(buf), &width, "\377"); in badarg() 49 len = snmprintf(buf, sizeof(buf), wp, "%s", mbs); in one()
|
/freebsd/crypto/openssh/ |
H A D | utf8.h | 24 int snmprintf(char *, size_t, int *, const char *, ...)
|
H A D | utf8.c | 240 snmprintf(char *str, size_t sz, int *wp, const char *fmt, ...) in snmprintf() function
|
H A D | scp.c | 1725 (void) snmprintf(visbuf, sizeof(visbuf), 2102 (void) snmprintf(visbuf, sizeof(visbuf),
|
H A D | ssh_namespace.h | 567 #define snmprintf Fssh_snmprintf macro
|