Searched refs:stbuf2 (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/chgrp/
H A Dchgrp.c67 static struct stat stbuf2; variable in typeref:struct:stat
250 if (stat(argv[c], &stbuf2) < 0) {
263 if ((stbuf2.st_mode & S_IFMT)
273 stbuf2.st_dev,
274 stbuf2.st_ino) == 1) {
282 stbuf2.st_mode &
310 if ((stbuf2.st_mode & S_IFMT)
314 stbuf2.st_mode & ~S_IFMT);
/illumos-gate/usr/src/cmd/chown/
H A Dchown.c281 struct stat stbuf2; local
282 if (stat(argv[c], &stbuf2) < 0) {
295 if ((stbuf2.st_mode & S_IFMT)
305 stbuf2.st_dev,
306 stbuf2.st_ino) == 1) {
/illumos-gate/usr/src/cmd/cron/
H A Datq.c461 struct stat stbuf1, stbuf2; local
476 if (stat((*d2)->d_name, &stbuf2) < 0)
479 if (stbuf1.st_ctime < stbuf2.st_ctime)
481 else if (stbuf1.st_ctime > stbuf2.st_ctime)
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/in.routed/
H A Dtrace.c275 struct stat stbuf2; local
366 if (fstat(nfd, &stbuf2) == -1 || !S_ISREG(stbuf2.st_mode) ||
367 stbuf2.st_dev != stbuf.st_dev || stbuf2.st_ino != stbuf.st_ino) {

Completed in 231 milliseconds