Searched refs:stdin_bytes (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/ssh/ssh/ |
H A D | clientloop.c | 125 static u_long stdin_bytes, stdout_bytes, stderr_bytes; variable 388 stdin_bytes += len; in client_make_packets_from_stdin_data() 1119 stdin_bytes = 0; in client_loop() 1313 stdin_bytes, stdout_bytes, stderr_bytes, total_time); in client_loop() 1316 stdin_bytes / total_time, stdout_bytes / total_time, in client_loop()
|
/titanic_41/usr/src/cmd/ssh/sshd/ |
H A D | serverloop.c | 80 static long stdin_bytes = 0; /* Number of bytes written to stdin. */ variable 458 stdin_bytes += len; in process_output() 674 stdin_bytes, fdout_bytes, stdout_bytes, stderr_bytes); in server_loop()
|