Symbol: sshbuf_putf
crypto/openssh/auth-pam.c
1228
if ((r = sshbuf_putf(loginmsg, "%s\n",
crypto/openssh/auth-pam.c
656
if ((r = sshbuf_putf(loginmsg, "%s\n",
crypto/openssh/auth-passwd.c
152
if ((r = sshbuf_putf(loginmsg,
crypto/openssh/auth-passwd.c
159
if ((r = sshbuf_putf(loginmsg,
crypto/openssh/auth-shadow.c
133
if ((r = sshbuf_putf(loginmsg,
crypto/openssh/auth-shadow.c
74
if ((r = sshbuf_putf(loginmsg,
crypto/openssh/auth2-chall.c
117
if ((r = sshbuf_putf(b, "%s%s",
crypto/openssh/auth2.c
515
if ((r = sshbuf_putf(b, "%s%s", sshbuf_len(b) ? "," : "",
crypto/openssh/auth2.c
788
if ((r = sshbuf_putf(authctxt->session_info, "%s%s%s",
crypto/openssh/auth2.c
806
(r = sshbuf_putf(authctxt->session_info, "%s",
crypto/openssh/channels.c
1103
if ((r = sshbuf_putf(buf,
crypto/openssh/channels.c
1133
if ((r = sshbuf_putf(buf, " #%d %.300s (%s)\r\n",
crypto/openssh/clientloop.c
1141
if ((r = sshbuf_putf(b,
crypto/openssh/clientloop.c
1154
if ((r = sshbuf_putf(b, " %c%-3s - %s\r\n",
crypto/openssh/clientloop.c
1159
if ((r = sshbuf_putf(b,
crypto/openssh/clientloop.c
1199
if ((r = sshbuf_putf(berr, "%c.\r\n",
crypto/openssh/clientloop.c
1218
if ((r = sshbuf_putf(berr,
crypto/openssh/clientloop.c
1226
if ((r = sshbuf_putf(berr,
crypto/openssh/clientloop.c
1238
if ((r = sshbuf_putf(berr,
crypto/openssh/clientloop.c
1248
if ((r = sshbuf_putf(berr, "%cI\r\n",
crypto/openssh/clientloop.c
1271
if ((r = sshbuf_putf(berr,
crypto/openssh/clientloop.c
1283
if ((r = sshbuf_putf(berr,
crypto/openssh/clientloop.c
1305
if ((r = sshbuf_putf(berr, "%c& "
crypto/openssh/clientloop.c
1331
if ((r = sshbuf_putf(berr, "%c#\r\n",
crypto/openssh/clientloop.c
1344
if ((r = sshbuf_putf(berr,
crypto/openssh/hostfile.c
452
if ((r = sshbuf_putf(entry, "%s ", hashed_host)) != 0)
crypto/openssh/hostfile.c
455
if ((r = sshbuf_putf(entry, "%s,%s ", lhost, ip)) != 0)
crypto/openssh/hostfile.c
458
if ((r = sshbuf_putf(entry, "%s ", lhost)) != 0)
crypto/openssh/hostfile.c
467
if ((r = sshbuf_putf(entry, "\n")) != 0)
crypto/openssh/kex.c
1263
if ((r = sshbuf_putf(our_version, "SSH-%d.%d-%s%s%s\r\n",
crypto/openssh/regress/unittests/sshbuf/test_sshbuf_getput_basic.c
408
r = sshbuf_putf(p1, "%s %d %x", "hello", 23, 0x5f);
crypto/openssh/ssh.c
1149
if ((r = sshbuf_putf(command, "%s%s",
crypto/openssh/ssh_api.c
430
if ((r = sshbuf_putf(banner, "SSH-2.0-%.100s\r\n", SSH_VERSION)) != 0)
crypto/openssh/sshbuf.h
172
int sshbuf_putf(struct sshbuf *buf, const char *fmt, ...)
crypto/openssh/sshconnect2.c
2372
if ((r = sshbuf_putf(b, "%s%s",
crypto/openssh/sshd-auth.c
227
if ((r = sshbuf_putf(b, "%s%s", sshbuf_len(b) > 0 ? "," : "", s)) != 0)
crypto/openssh/sshkey.c
1423
if ((r = sshbuf_putf(b, "%s %s",
crypto/openssh/sshlogin.c
119
r = sshbuf_putf(loginmsg, "Last login: %s\r\n",
crypto/openssh/sshlogin.c
122
r = sshbuf_putf(loginmsg, "Last login: %s from %s\r\n",
crypto/openssh/sshsig.c
62
if ((r = sshbuf_putf(buf, "%s\n", BEGIN_SIGNATURE)) != 0) {
crypto/openssh/sshsig.c
866
if ((r = sshbuf_putf(nprincipals, "%s%s",