Lines Matching refs:berr
580 client_suspend_self(struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr) in client_suspend_self() argument
586 if (sshbuf_len(berr) > 0) in client_suspend_self()
587 atomicio(vwrite, fileno(stderr), sshbuf_mutable_ptr(berr), in client_suspend_self()
588 sshbuf_len(berr)); in client_suspend_self()
594 sshbuf_reset(berr); in client_suspend_self()
938 struct sshbuf *bin, struct sshbuf *bout, struct sshbuf *berr, in process_escapes() argument
968 if ((r = sshbuf_putf(berr, "%c.\r\n", in process_escapes()
996 if ((r = sshbuf_putf(berr, in process_escapes()
1005 if ((r = sshbuf_putf(berr, in process_escapes()
1012 client_suspend_self(bin, bout, berr); in process_escapes()
1018 if ((r = sshbuf_putf(berr, in process_escapes()
1043 if ((r = sshbuf_putf(berr, in process_escapes()
1056 if ((r = sshbuf_putf(berr, in process_escapes()
1079 if ((r = sshbuf_putf(berr, in process_escapes()
1102 print_escape_help(berr, efc->escape_char, in process_escapes()
1108 if ((r = sshbuf_putf(berr, "%c#\r\n", in process_escapes()
1113 if ((r = sshbuf_put(berr, s, strlen(s))) != 0) in process_escapes()