Lines Matching defs:stb2
377 if (fstat(fileno(stdin), &stb2) == 0)
378 stb2.st_mode = S_IFREG;
385 } else if (stat(file2, &stb2) < 0) {
392 (stb2.st_mode & S_IFMT) == S_IFDIR) {
398 filename(&file2, &file1, &stb2, &input_file2);
415 if (stb1.st_size != stb2.st_size)
827 (void) cftime(time_buf, dcmsg, &stb2.st_mtime);
1456 struct stat stb1, stb2;
1468 if (stat(file2, &stb2) == -1) {
1475 fmt2 = stb2.st_mode & S_IFMT;
1511 if (stb1.st_rdev == stb2.st_rdev)
1542 if (stb1.st_ino == stb2.st_ino)
1576 if (stb1.st_size != stb2.st_size)