Home
last modified time | relevance | path

Searched refs:stb2 (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.c383 if (fstat(fileno(stdin), &stb2) == 0) in main()
384 stb2.st_mode = S_IFREG; in main()
391 } else if (stat(file2, &stb2) < 0) { in main()
398 (stb2.st_mode & S_IFMT) == S_IFDIR) { in main()
404 filename(&file2, &file1, &stb2, &input_file2); in main()
421 if (stb1.st_size != stb2.st_size) in main()
839 (void) cftime(time_buf, dcmsg, &stb2.st_mtime); in change()
1467 struct stat stb1, stb2; in compare() local
1479 if (stat(file2, &stb2) == -1) { in compare()
1486 fmt2 = stb2.st_mode & S_IFMT; in compare()
[all …]
H A Ddiff.h167 struct stat stb1, stb2; variable