Searched refs:to_sb (Results 1 – 1 of 1) sorted by relevance
195 struct stat from_sb, to_sb; local212 if (!stat(path = to, &to_sb)) {213 if ((to_sb.st_mode&S_IFMT) == S_IFDIR) {217 if (stat(path, &to_sb))220 if ((to_sb.st_mode&S_IFMT) != S_IFREG) {224 if (to_sb.st_dev == from_sb.st_dev && to_sb.st_ino == from_sb.st_ino) {