Lines Matching defs:statb
82 struct stat statb;
93 if (FcStat (d, &statb) != 0)
102 times[0].tv_sec = statb.st_atime;
103 times[1].tv_sec = statb.st_mtime;
105 times[0].tv_usec = statb.st_atim.tv_nsec / 1000;
106 times[1].tv_usec = statb.st_mtim.tv_nsec / 1000;
1162 FcDirChecksum (struct stat *statb)
1164 int ret = (int) statb->st_mtime;
1199 FcDirChecksumNano (struct stat *statb)
1205 return statb->st_mtim.tv_nsec;