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

/solaris-userland/components/krb5/Solaris/
H A Dsafechown.c27 struct stat lbuf; local
43 if (lstat(src, &lbuf)) {
49 if (fdbuf.st_ino != lbuf.st_ino || fdbuf.st_dev != lbuf.st_dev ||
50 fdbuf.st_mode != lbuf.st_mode) {

Completed in 17 milliseconds