Home
last modified time | relevance | path

Searched refs:crontab_fd (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/usr.sbin/cron/cron/
H A Ddatabase.c260 int crontab_fd = OK - 1; local
272 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);
H A Duser.c53 load_user(crontab_fd, pw, name) in load_user() argument
54 int crontab_fd; in load_user()
65 if (!(file = fdopen(crontab_fd, "r"))) {
/freebsd-13.1/usr.sbin/cron/doc/
H A DCHANGES38 "crontab_fd" in database.c. Keith Cantrell was the first, so he gets the