Searched refs:stdin_eof (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenSSH-189/openssh/
H A Dclientloop.c158 static int stdin_eof; /* EOF has been encountered on stderr. */ variable
525 stdin_eof = 1;
539 stdin_eof = 1;
580 if (stdin_eof && buffer_len(&stdin_buffer) == 0) {
680 if (!stdin_eof && packet_not_very_much_data_to_write())
1300 } else if (!stdin_eof) {
1310 stdin_eof = 1;
1398 stdin_eof = 1;
1404 * becomes empty if stdin_eof is set.
1565 stdin_eof
[all...]
H A Dserverloop.c101 static int stdin_eof = 0; /* EOF message received from client. */ variable
646 if (stdin_eof && fdin != -1 && buffer_len(&stdin_buffer) == 0) {
933 stdin_eof = 1;

Completed in 329 milliseconds