Home
last modified time | relevance | path

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

/external/openssh/
Dclientloop.c159 static int stdin_eof; /* EOF has been encountered on stderr. */ variable
480 stdin_eof = 1; in client_check_initial_eof_on_stdin()
494 stdin_eof = 1; in client_check_initial_eof_on_stdin()
535 if (stdin_eof && buffer_len(&stdin_buffer) == 0) { in client_make_packets_from_stdin_data()
636 if (!stdin_eof && packet_not_very_much_data_to_write()) in client_wait_until_can_do_something()
1255 } else if (!stdin_eof) { in process_escapes()
1265 stdin_eof = 1; in process_escapes()
1353 stdin_eof = 1; in client_process_input()
1550 stdin_eof = 0; in client_loop()