Home | History | Annotate | Download | only in pending

Lines Matching refs:crontabs_dir

30   char *crontabs_dir;
370 if (chdir(TT.crontabs_dir)) loginfo(LOG_EXIT, "chdir(%s)", TT.crontabs_dir);
640 && (TT.crontabs_dir[strlen(TT.crontabs_dir)-1] != '/'))
641 TT.crontabs_dir = xmprintf("%s/", TT.crontabs_dir);
643 if (!TT.crontabs_dir) TT.crontabs_dir = xstrdup("/var/spool/cron/crontabs/");
651 xchdir(TT.crontabs_dir);
654 if (stat(TT.crontabs_dir, &sb)) sb.st_mtime = 0;
666 if (stat(TT.crontabs_dir, &sb)) sb.st_mtime = 0;