Searched defs:from_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
200 if (stat(from, &from_sb)) {
206 if (!devnull && !((from_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 58 milliseconds