Lines Matching defs:statb
69 struct stat statb;
106 if (fstat (fileno(file), &statb) == -1)
108 if (stat (dir_file, &statb) == -1)
124 dir->dir_mtime = statb.st_mtime;
173 struct stat statb;
180 if (stat (dir_file, &statb) == -1)
186 if (dir->dir_mtime != statb.st_mtime)
193 if (stat (dir_file, &statb) == -1)
199 if (dir->alias_mtime != statb.st_mtime)
279 struct stat statb;
312 if (fstat (fileno (file), &statb) == -1)
314 if (stat (alias_file, &statb) == -1)
320 dir->alias_mtime = statb.st_mtime;