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

/external/openssh/
H A Dclientloop.c154 static int stdin_eof; /* EOF has been encountered on stderr. */ variable
428 stdin_eof = 1;
442 stdin_eof = 1;
483 if (stdin_eof && buffer_len(&stdin_buffer) == 0) {
581 if (!stdin_eof && packet_not_very_much_data_to_write())
1098 } else if (!stdin_eof) {
1108 stdin_eof = 1;
1230 stdin_eof = 1;
1236 * becomes empty if stdin_eof is set.
1397 stdin_eof
[all...]
H A Dserverloop.c101 static int stdin_eof = 0; /* EOF message received from client. */ variable
640 if (stdin_eof && fdin != -1 && buffer_len(&stdin_buffer) == 0) {
927 stdin_eof = 1;

Completed in 69 milliseconds