Searched refs:crontab_fd (Results 1 – 3 of 3) sorted by relevance
241 int crontab_fd = OK - 1; in process_crontab() local253 if ((crontab_fd = open(tabname, O_RDONLY, 0)) < OK) { in process_crontab()260 if (fstat(crontab_fd, statbuf) < OK) { in process_crontab()290 u = load_user(crontab_fd, pw, fname); in process_crontab()312 if (crontab_fd >= OK) { in process_crontab()314 close(crontab_fd); in process_crontab()
51 load_user(int crontab_fd, struct passwd *pw, const char *name) in load_user() argument60 if (!(file = fdopen(crontab_fd, "r"))) { in load_user()
37 "crontab_fd" in database.c. Keith Cantrell was the first, so he gets the