Lines Matching defs:statbuf
45 struct stat statbuf;
46 result = stat(path, &statbuf);
51 if (statbuf.st_mtim.tv_sec != sec) {
52 t_error("%s failed: statbuf.st_mtim.tv_sec = %ld\n", __func__, statbuf.st_mtim.tv_sec);
95 struct stat statbuf;
96 result = stat(path, &statbuf);
101 if (statbuf.st_mtim.tv_sec != sec) {
102 t_error("%s failed: statbuf.st_mtim.tv_sec = %ld\n", __func__, statbuf.st_mtim.tv_sec);