Lines Matching defs:statb
75 struct stat statb;
112 if (fstat (fileno(file), &statb) == -1)
114 if (stat (dir_file, &statb) == -1)
130 dir->dir_mtime = statb.st_mtime;
179 struct stat statb;
186 if (stat (dir_file, &statb) == -1)
192 if (dir->dir_mtime != statb.st_mtime)
199 if (stat (dir_file, &statb) == -1)
205 if (dir->alias_mtime != statb.st_mtime)
285 struct stat statb;
318 if (fstat (fileno (file), &statb) == -1)
320 if (stat (alias_file, &statb) == -1)
326 dir->alias_mtime = statb.st_mtime;