fdin 47 anacron/runjob.c int fdin = -1; fdin 62 anacron/runjob.c fdin = open(template, O_RDONLY, S_IRUSR | S_IWUSR); fdin 63 anacron/runjob.c if (fdin == -1) die_e("Can't open temporary file for reading"); fdin 68 anacron/runjob.c fcntl(fdin, F_SETFD, FD_CLOEXEC); /* set close-on-exec flag */ fdin 70 anacron/runjob.c jr->input_fd = fdin;