Home | History | Annotate | Download | only in openssh

Lines Matching full:stdin

90 static Buffer stdin_buffer;	/* Buffer for stdin data. */
93 static int fdin; /* Descriptor for stdin (for writing) */
97 static long stdin_bytes = 0; /* Number of bytes written to stdin. */
313 * buffered stdin or channel data.
462 * Sends data from internal buffers to client program stdin.
472 /* Write buffered data to program stdin. */
546 * the client and the program. Note that the notion of stdin, stdout, and
548 * stdin (of the child program), and reads from stdout and stderr (of the
716 /* Process output to the client and to program stdin. */
729 debug("End of interactive session; stdin %ld, stdout (read %ld, sent %ld), stderr %ld bytes.",
906 /* Stdin data from the client. Append it to the buffer. */
907 /* Ignore any data if the client has closed stdin. */
921 * Eof from the client. The stdin descriptor to the
925 debug("EOF received for stdin.");