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

/netbsd-current/external/bsd/tmux/dist/
H A Dtty.c35 static int tty_log_fd = -1; variable
99 tty_log_fd = open(name, O_WRONLY|O_CREAT|O_TRUNC, 0644);
100 if (tty_log_fd != -1 && fcntl(tty_log_fd, F_SETFD, FD_CLOEXEC) == -1)
598 if (tty_log_fd != -1)
599 write(tty_log_fd, buf, len);

Completed in 85 milliseconds