F_SETFD 46 anacron/lock.c fcntl(jr->timestamp_fd, F_SETFD, 1); /* set close-on-exec flag */ F_SETFD 67 anacron/runjob.c fcntl(fdout, F_SETFD, FD_CLOEXEC); /* set close-on-exec flag */ F_SETFD 68 anacron/runjob.c fcntl(fdin, F_SETFD, FD_CLOEXEC); /* set close-on-exec flag */ F_SETFD 332 src/cron.c fcntl(fd, F_SETFD, FD_CLOEXEC); F_SETFD 353 src/misc.c (void) fcntl(fd, F_SETFD, 1); F_SETFD 556 src/misc.c (void) fcntl(LogFD, F_SETFD, 1);