Searched refs:syscrontabs (Results 1 – 1 of 1) sorted by relevance
55 } syscrontabs [] = { local79 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 …]