Searched refs:stb1 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h156 struct stat stb1; variable in typeref:struct:stat
165 struct stat stb1, stb2; variable in typeref:struct:stat
H A Ddiff.c360 if (fstat(fileno(stdin), &stb1) == 0)
361 stb1.st_mode = S_IFREG;
367 } else if (stat(file1, &stb1) < 0) {
391 if ((stb1.st_mode & S_IFMT) == S_IFDIR &&
397 filename(&file1, &file2, &stb1, &input_file1);
415 if (stb1.st_size != stb2.st_size)
820 (void) cftime(time_buf, dcmsg, &stb1.st_mtime);
1456 struct stat stb1, stb2; local
1463 if (stat(file1, &stb1) == -1) {
1474 fmt1 = stb1
[all...]
/illumos-gate/usr/src/cmd/avs/dsbitmap/
H A Ddsbitmap.c164 struct stat64 stb1, stb2; local
171 if (stat64("/devices/pseudo/zfs@0:zfs", &stb1) != 0 ||
173 !S_ISCHR(stb1.st_mode) ||
175 major(stb1.st_rdev) != major(stb2.st_rdev)) {
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c335 struct stat stb, stb1; local
376 if (Fflg && !stat(file, &stb1))
377 switch (stb1.st_mode & S_IFMT) {
391 if ((stb1.st_mode & ~S_IFMT)
408 if (pnb != (off_t *)0 || stat(file, &stb1) < 0)
410 if ((stb1.st_mode & S_IFMT) == S_IFDIR) {
411 stb = stb1;
/illumos-gate/usr/src/cmd/du/
H A Ddu.c282 struct stat stb, stb1; local
310 j = fstatat(curfd, curname, &stb1, AT_SYMLINK_NOFOLLOW);
436 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode))) {
506 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode)))
/illumos-gate/usr/src/cmd/avs/nsctl/
H A Dnskernd.c583 struct stat64 stb1, stb2; local
595 if (stat64("/devices/pseudo/zfs@0:zfs", &stb1) != 0 ||
597 !S_ISCHR(stb1.st_mode) ||
599 major(stb1.st_rdev) != major(stb2.st_rdev)) {

Completed in 67 milliseconds