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

/freebsd-10.1-release/crypto/openssh/
H A Dclientloop.c155 static int stdin_eof; /* EOF has been encountered on stderr. */ variable
447 stdin_eof = 1;
461 stdin_eof = 1;
502 if (stdin_eof && buffer_len(&stdin_buffer) == 0) {
602 if (!stdin_eof && packet_not_very_much_data_to_write())
1233 } else if (!stdin_eof) {
1243 stdin_eof = 1;
1331 stdin_eof = 1;
1337 * becomes empty if stdin_eof is set.
1498 stdin_eof
[all...]
H A Dserverloop.c102 static int stdin_eof = 0; /* EOF message received from client. */ variable
648 if (stdin_eof && fdin != -1 && buffer_len(&stdin_buffer) == 0) {
938 stdin_eof = 1;

Completed in 95 milliseconds