Home | History | Annotate | Download | only in src

Lines Matching defs:statbuf

909   struct stat statbuf;
915 if (stat(res->name, &statbuf) == -1)
924 if (statbuf.st_mtime != res->mtime)
926 res->mtime = statbuf.st_mtime;
927 if (difftime(statbuf.st_mtime, last_change) > 0.0)
929 last_change = statbuf.st_mtime;