Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/logadm/
H A Dconf.c311 struct stat stbuf1, stbuf2, stbuf3; in conf_open() local
386 if (stat(Timesname, &stbuf3) < 0 || in conf_open()
387 !(stbuf2.st_dev == stbuf3.st_dev && in conf_open()
388 stbuf2.st_ino == stbuf3.st_ino)) { in conf_open()