Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c121 static int stdin_eof; /* EOF has been encountered on standard error. */ variable
337 stdin_eof = 1; in client_check_initial_eof_on_stdin()
348 stdin_eof = 1; in client_check_initial_eof_on_stdin()
390 if (stdin_eof && buffer_len(&stdin_buffer) == 0) { in client_make_packets_from_stdin_data()
501 if (!stdin_eof && packet_not_very_much_data_to_write()) in client_wait_until_can_do_something()
856 } else if (!stdin_eof) { in process_escapes()
866 stdin_eof = 1; in process_escapes()
960 stdin_eof = 1; in client_process_input()
1101 stdin_eof = 0; in client_loop()
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c84 static int stdin_eof = 0; /* EOF message received from client. */ variable
590 if (stdin_eof && fdin != -1 && buffer_len(&stdin_buffer) == 0) { in server_loop()
1033 stdin_eof = 1; in server_input_eof()