Home
last modified time | relevance | path

Searched refs:stbuf1 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c326 struct stat stbuf1, stbuf2, stbuf3; in conf_open() local
367 if (fstat(Conffd, &stbuf1) < 0) in conf_open()
372 !(stbuf2.st_dev == stbuf1.st_dev && in conf_open()
373 stbuf2.st_ino == stbuf1.st_ino)) { in conf_open()
411 if (stbuf2.st_dev == stbuf1.st_dev && in conf_open()
412 stbuf2.st_ino == stbuf1.st_ino) in conf_open()
417 Conflen = stbuf1.st_size; in conf_open()
/illumos-gate/usr/src/cmd/cron/
H A Datq.c464 struct stat stbuf1, stbuf2; in creation() local
476 if (stat((*d1)->d_name, &stbuf1) < 0) in creation()
482 if (stbuf1.st_ctime < stbuf2.st_ctime) in creation()
484 else if (stbuf1.st_ctime > stbuf2.st_ctime) in creation()
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c486 struct stat stbuf, stbuf1; local