Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/logadm/
H A Dconf.c311 struct stat stbuf1, stbuf2, stbuf3; in conf_open() local
352 if (fstat(Conffd, &stbuf1) < 0) in conf_open()
357 !(stbuf2.st_dev == stbuf1.st_dev && in conf_open()
358 stbuf2.st_ino == stbuf1.st_ino)) { in conf_open()
396 if (stbuf2.st_dev == stbuf1.st_dev && in conf_open()
397 stbuf2.st_ino == stbuf1.st_ino) in conf_open()
402 Conflen = stbuf1.st_size; in conf_open()
/titanic_41/usr/src/cmd/cron/
H A Datq.c461 struct stat stbuf1, stbuf2; in creation() local
473 if (stat((*d1)->d_name, &stbuf1) < 0) in creation()
479 if (stbuf1.st_ctime < stbuf2.st_ctime) in creation()
481 else if (stbuf1.st_ctime > stbuf2.st_ctime) in creation()
/titanic_41/usr/src/cmd/bnu/
H A Duucp.c486 struct stat stbuf, stbuf1; local