Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/cron/cron/
H A Ddatabase.c55 } syscrontabs [] = { local
79 for (i = 0; i < nitems(syscrontabs); i++) {
80 if (stat(syscrontabs[i].name, &syscrontabs[i].st) != -1) {
83 if (!(dir = opendir(syscrontabs[i].name)))
95 syscrontabs[i].st.st_mtime = 0;
126 for (i = 0; i < nitems(syscrontabs); i++) {
128 if (syscrontabs[i].st.st_mtime == 0)
130 if (!(dir = opendir(syscrontabs[i].name))) {
132 syscrontabs[i].name);
143 syscrontabs[i].name, dp->d_name);
[all …]