Lines Matching refs:stb2
299 if (S_ISDIR(stb1.st_mode) != S_ISDIR(stb2.st_mode))
330 if (!S_ISREG(stb2.st_mode)) {
332 fstat(fileno(f2), &stb2) == -1) {
375 (void)prepare(1, f2, stb2.st_size, flags);
378 !prepare(1, f2, stb2.st_size, flags)) {
445 if ((flags & (D_EMPTY1|D_EMPTY2)) || stb1.st_size != stb2.st_size ||
446 (stb1.st_mode & S_IFMT) != (stb2.st_mode & S_IFMT))
449 if (stb1.st_dev == stb2.st_dev && stb1.st_ino == stb2.st_ino)
1610 long nsec2 = stb2.st_mtim.tv_nsec;
1617 tm_ptr2 = localtime_r(&stb2.st_mtime, &tm2);