Home
last modified time | relevance | path

Searched refs:stb1 (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/diff/
H A Ddiff.h158 struct stat stb1; variable
167 struct stat stb1, stb2; variable
H A Ddiff.c366 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()
421 if (stb1.st_size != stb2.st_size) in main()
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()
1522 if (stb1.st_rdev == stb2.st_rdev) in compare()
1553 if (stb1.st_ino == stb2.st_ino) in compare()
[all …]
/illumos-gate/usr/src/ucbcmd/ls/
H A Dls.c333 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 Ddu.c284 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()