Lines Matching refs:berr
607 client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr) in client_suspend_self() argument
613 if (sshbuf_len(berr) > 0) in client_suspend_self()
614 atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr), in client_suspend_self()
615 sshbuf_len(berr)); in client_suspend_self()
621 sshbuf_reset(berr); in client_suspend_self()
939 struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr, in process_escapes() argument
969 if ((r = sshbuf_putf(berr, "%c.\r\n", in process_escapes()
996 if ((r = sshbuf_putf(berr, in process_escapes()
1004 if ((r = sshbuf_putf(berr, in process_escapes()
1010 client_suspend_self(bin, bout, berr); in process_escapes()
1016 if ((r = sshbuf_putf(berr, in process_escapes()
1039 if ((r = sshbuf_putf(berr, in process_escapes()
1051 if ((r = sshbuf_putf(berr, in process_escapes()
1073 if ((r = sshbuf_putf(berr, "%c& " in process_escapes()
1093 print_escape_help(berr, efc->escape_char, in process_escapes()
1099 if ((r = sshbuf_putf(berr, "%c#\r\n", in process_escapes()
1103 if ((r = sshbuf_put(berr, s, strlen(s))) != 0) in process_escapes()