output_fd 70 anacron/global.h int output_fd; output_fd 71 anacron/runjob.c jr->output_fd = fdout; output_fd 170 anacron/runjob.c if (dup2(jr->output_fd, 1) != 1 || dup2(jr->output_fd, 2) != 2) output_fd 240 anacron/runjob.c xclose(jr->output_fd); output_fd 308 anacron/runjob.c temp_file(jr); fd = jr->output_fd; output_fd 358 anacron/runjob.c if (file_size(jr->output_fd) > jr->mail_header_size) mail_output = 1; output_fd 376 anacron/runjob.c xclose(jr->output_fd);