Searched refs:statb2 (Results 1 – 2 of 2) sorted by relevance
313 struct stat statb2; in walk() local320 (fstat(this.fd->dd_fd, &statb2) < 0 || in walk()321 statb2.st_ino != statb.st_ino || in walk()322 statb2.st_dev != statb.st_dev)) { in walk()
525 struct stat statb1,statb2; in test_time() local526 int r=test_stat(file2,&statb2); in test_time()532 t2 = tmxgetmtime(&statb2); in test_time()