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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dsafechown.c26 struct stat fdbuf; local
32 if (fstat(fd, &fdbuf)) {
38 if (!S_ISDIR(fdbuf.st_mode) && fdbuf.st_nlink != 1) {
49 if (fdbuf.st_ino != lbuf.st_ino || fdbuf.st_dev != lbuf.st_dev ||
50 fdbuf.st_mode != lbuf.st_mode) {

Completed in 15 milliseconds