Lines Matching defs:stbuf2
311 struct stat stbuf1, stbuf2, stbuf3;
356 if (stat(Confname, &stbuf2) < 0 ||
357 !(stbuf2.st_dev == stbuf1.st_dev &&
358 stbuf2.st_ino == stbuf1.st_ino)) {
382 if (fstat(Timesfd, &stbuf2) < 0)
387 !(stbuf2.st_dev == stbuf3.st_dev &&
388 stbuf2.st_ino == stbuf3.st_ino)) {
396 if (stbuf2.st_dev == stbuf1.st_dev &&
397 stbuf2.st_ino == stbuf1.st_ino)
403 Timeslen = stbuf2.st_size;