Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c157 static int stdin_eof; /* EOF has been encountered on stderr. */ variable
446 stdin_eof = 1; in client_check_initial_eof_on_stdin()
460 stdin_eof = 1; in client_check_initial_eof_on_stdin()
501 if (stdin_eof && buffer_len(&stdin_buffer) == 0) { in client_make_packets_from_stdin_data()
602 if (!stdin_eof && packet_not_very_much_data_to_write()) in client_wait_until_can_do_something()
1221 } else if (!stdin_eof) { in process_escapes()
1231 stdin_eof = 1; in process_escapes()
1319 stdin_eof = 1; in client_process_input()
1485 stdin_eof = 0; in client_loop()
Dserverloop.c101 static int stdin_eof = 0; /* EOF message received from client. */ variable
647 if (stdin_eof && fdin != -1 && buffer_len(&stdin_buffer) == 0) { in server_loop()
939 stdin_eof = 1; in server_input_eof()