Lines Matching defs:berr
756 client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr)
762 if (sshbuf_len(berr) > 0)
763 atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr),
764 sshbuf_len(berr));
770 sshbuf_reset(berr);
1163 struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr,
1191 if ((r = sshbuf_putf(berr, "%c.\r\n",
1210 if ((r = sshbuf_putf(berr,
1218 if ((r = sshbuf_putf(berr,
1224 client_suspend_self(bin, bout, berr);
1230 if ((r = sshbuf_putf(berr,
1253 if ((r = sshbuf_putf(berr,
1265 if ((r = sshbuf_putf(berr,
1287 if ((r = sshbuf_putf(berr, "%c& "
1307 print_escape_help(berr, efc->escape_char,
1313 if ((r = sshbuf_putf(berr, "%c#\r\n",
1317 if ((r = sshbuf_put(berr, s, strlen(s))) != 0)
1326 if ((r = sshbuf_putf(berr,