fdout 48 anacron/runjob.c int fdout; fdout 59 anacron/runjob.c fdout = mkstemp(template); fdout 60 anacron/runjob.c if (fdout == -1) die_e("Can't open temporary file for writing"); fdout 67 anacron/runjob.c fcntl(fdout, F_SETFD, FD_CLOEXEC); /* set close-on-exec flag */ fdout 71 anacron/runjob.c jr->output_fd = fdout; fdout 73 anacron/runjob.c return fdout;