Searched refs:stbuf1 (Results 1 – 3 of 3) sorted by relevance
311 struct stat stbuf1, stbuf2, stbuf3; in conf_open() local352 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()
461 struct stat stbuf1, stbuf2; in creation() local473 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()
486 struct stat stbuf, stbuf1; local