Lines Matching defs:sb
478 struct stat sb;
493 if (fstat(mailfd, &sb) == -1 || sb.st_uid != 0 || sb.st_nlink != 0
494 || sb.st_size == job->mailsize || !S_ISREG(sb.st_mode)) {
629 struct stat sb;
653 if (stat(TT.crontabs_dir, &sb)) sb.st_mtime = 0;
654 TT.crontabs_dir_mtime = sb.st_mtime;
665 if (stat(TT.crontabs_dir, &sb)) sb.st_mtime = 0;
666 if (TT.crontabs_dir_mtime != sb.st_mtime) {
667 TT.crontabs_dir_mtime = sb.st_mtime;