Lines Matching refs:log_to_fd
483 if (notty && log_to_fd <= 1) in tty_check_options()
484 log_to_fd = -1; in tty_check_options()
508 if (log_to_fd >= 0 && fstat(log_to_fd, &statbuf) >= 0 in tty_check_options()
510 log_to_fd = -1; in tty_check_options()
664 if (log_to_fd == 1) in connect_tty()
665 log_to_fd = -1; in connect_tty()
666 if (log_to_fd != 2) in connect_tty()
931 cpid = safe_fork(ifd, ofd, (log_to_fd >= 0? log_to_fd: 2));
940 log_to_fd = -1;
941 else if (log_to_fd >= 0)
942 log_to_fd = 2;