Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/logadm/
H A Dconf.c326 struct stat stbuf1, stbuf2, stbuf3; in conf_open() local
401 if (stat(Timesname, &stbuf3) < 0 || in conf_open()
402 !(stbuf2.st_dev == stbuf3.st_dev && in conf_open()
403 stbuf2.st_ino == stbuf3.st_ino)) { in conf_open()