Searched refs:to_sb (Results 1 – 1 of 1) sorted by relevance
193 struct stat from_sb, to_sb; local210 if (!stat(path = to, &to_sb)) {211 if ((to_sb.st_mode&S_IFMT) == S_IFDIR) {215 if (stat(path, &to_sb))218 if ((to_sb.st_mode&S_IFMT) != S_IFREG) {222 if (to_sb.st_dev == from_sb.st_dev && to_sb.st_ino == from_sb.st_ino) {