Searched refs:to_sb (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c195 struct stat from_sb, to_sb; local
212 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) {

Completed in 55 milliseconds