Searched defs:stb2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c164 struct stat64 stb1, stb2; local
172 fstat64(fd, &stb2) != 0 ||
174 !S_ISCHR(stb2.st_mode) ||
175 major(stb1.st_rdev) != major(stb2.st_rdev)) {
/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h165 struct stat stb1, stb2; variable in typeref:struct:
H A Ddiff.c377 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; local
1468 if (stat(file2, &stb2) == -1) {
1475 fmt2 = stb2
[all...]
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c583 struct stat64 stb1, stb2; local
596 fstat64(fd, &stb2) != 0 ||
598 !S_ISCHR(stb2.st_mode) ||
599 major(stb1.st_rdev) != major(stb2.st_rdev)) {

Completed in 52 milliseconds