Searched refs:crontab_fd (Results 1 – 3 of 3) sorted by relevance
253 int crontab_fd = OK - 1; in process_crontab() local272 if ((crontab_fd = open(tabname, O_RDONLY|O_NONBLOCK|O_NOFOLLOW, 0)) < OK) { in process_crontab()279 if (fstat(crontab_fd, statbuf) < OK) { in process_crontab()327 u = load_user(crontab_fd, pw, fname); in process_crontab()334 if (crontab_fd >= OK) { in process_crontab()336 (void)close(crontab_fd); in process_crontab()
51 load_user(int crontab_fd, struct passwd *pw, const char *name) { in load_user() argument59 if (!(file = fdopen(crontab_fd, "r"))) { in load_user()
57 "crontab_fd" in database.c. Keith Cantrell was the first, so he gets the