Searched refs:crontab_fd (Results 1 – 3 of 3) sorted by relevance
260 int crontab_fd = OK - 1; local272 if ((crontab_fd = open(tabname, O_RDONLY, 0)) < OK) {279 if (fstat(crontab_fd, statbuf) < OK) {309 u = load_user(crontab_fd, pw, fname);331 if (crontab_fd >= OK) {333 close(crontab_fd);
53 load_user(crontab_fd, pw, name) in load_user() argument54 int crontab_fd; in load_user()65 if (!(file = fdopen(crontab_fd, "r"))) {
38 "crontab_fd" in database.c. Keith Cantrell was the first, so he gets the