Home
last modified time | relevance | path

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

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