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

/illumos-gate/usr/src/lib/lvm/libsvm/common/
H A Dstart_svm.c242 struct stat fromstat; local
247 if ((fstat(fromfd, &fromstat) < 0) || ! ISREG(fromstat)) {
253 (fromstat.st_mode & MODEBITS))) < 0) {
261 (void) fchmod(tofd, fromstat.st_mode & MODEBITS);

Completed in 55 milliseconds