Searched refs:tstst (Results 1 – 2 of 2) sorted by relevance
77 struct stat tstst; in getpreroot() local145 if (stat(dots, &tstst)) ERROR(errno); in getpreroot()146 } while (tstst.st_ino != cur->st_ino || tstst.st_dev != cur->st_dev); in getpreroot()
128 struct stat tstst;254 } while (stat(dots, &tstst) || tstst.st_ino != cur->st_ino || tstst.st_dev != cur->st_dev);