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