Lines Matching refs:sshbuf_put_cstring
535 if ((r = sshbuf_put_cstring(inc, item->selector)) != 0 ||
536 (r = sshbuf_put_cstring(inc, item->filename)) != 0 ||
678 if ((r = sshbuf_put_cstring(sigbuf, proof_req)) != 0 ||
748 (r = sshbuf_put_cstring(m, options.x)) != 0) \
753 if ((r = sshbuf_put_cstring(m, options.x[i])) != 0) \
802 if ((r = sshbuf_put_cstring(m, pwent->pw_name)) != 0 ||
803 (r = sshbuf_put_cstring(m, "*")) != 0 ||
804 (r = sshbuf_put_cstring(m, pwent->pw_gecos)) != 0 ||
805 (r = sshbuf_put_cstring(m, pwent->pw_class)) != 0 ||
806 (r = sshbuf_put_cstring(m, pwent->pw_dir)) != 0 ||
807 (r = sshbuf_put_cstring(m, pwent->pw_shell)) != 0)
853 if ((r = sshbuf_put_cstring(m, banner != NULL ? banner : "")) != 0)
932 if ((r = sshbuf_put_cstring(m, prompts[0])) != 0)
1427 (r = sshbuf_put_cstring(m, s->tty)) != 0)