Home | History | Annotate | Download | only in openssh

Lines Matching full:stderr

92 static Buffer stderr_buffer;	/* Buffer for stderr data. */
96 static int fderr; /* Descriptor for stderr. May be -1. */
99 static long stderr_bytes = 0; /* Number of stderr bytes sent to client. */
190 * Make packets from buffered stderr data, and buffer it for sending
198 /* Send buffered stderr data to the client. */
441 /* Read and buffer any available stderr data from the program. */
525 /* Send any buffered stderr data to the client. */
547 * stderr in this function is sort of reversed: this function writes to
548 * stdin (of the child program), and reads from stdout and stderr (of the
585 /* we don't have stderr for interactive terminal sessions, see below */
622 * stderr), indicate that we have seen an EOF from stderr. This way
647 /* Make packets from buffered stderr data to send to the client. */
713 /* Process input from the client and from program stdout/stderr. */
729 debug("End of interactive session; stdin %ld, stdout (read %ld, sent %ld), stderr %ld bytes.",