Searched refs:stb1 (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/diff/ |
H A D | diff.h | 158 struct stat stb1; variable 167 struct stat stb1, stb2; variable
|
H A D | diff.c | 366 if (fstat(fileno(stdin), &stb1) == 0) in main() 367 stb1.st_mode = S_IFREG; in main() 373 } else if (stat(file1, &stb1) < 0) { in main() 397 if ((stb1.st_mode & S_IFMT) == S_IFDIR && in main() 403 filename(&file1, &file2, &stb1, &input_file1); in main() 421 if (stb1.st_size != stb2.st_size) in main() 832 (void) cftime(time_buf, dcmsg, &stb1.st_mtime); in change() 1467 struct stat stb1, stb2; in compare() local 1474 if (stat(file1, &stb1) == -1) { in compare() 1485 fmt1 = stb1.st_mode & S_IFMT; in compare() [all …]
|
/illumos-gate/usr/src/ucbcmd/ls/ |
H A D | ls.c | 333 struct stat stb, stb1; in gstat() local 374 if (Fflg && !stat(file, &stb1)) in gstat() 375 switch (stb1.st_mode & S_IFMT) { in gstat() 389 if ((stb1.st_mode & in gstat() 406 if (pnb != (off_t *)0 || stat(file, &stb1) < 0) in gstat() 408 if ((stb1.st_mode & S_IFMT) == S_IFDIR) { in gstat() 409 stb = stb1; in gstat()
|
/illumos-gate/usr/src/cmd/du/ |
H A D | du.c | 284 struct stat stb, stb1; in descend() local 312 j = fstatat(curfd, curname, &stb1, AT_SYMLINK_NOFOLLOW); in descend() 439 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode))) { in descend() 509 if (curname == NULL || (Lflg && S_ISLNK(stb1.st_mode))) in descend()
|