Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/cachefspack/
H A Ddocmds.c628 struct stat64 lstatbuf; in process_symlk() local
652 printf("lstatbuf.st_mode = %o\n", lstatbuf.st_mode); in process_symlk()
655 if (lstat64(l, &lstatbuf) < 0) { in process_symlk()
660 if (S_ISDIR(lstatbuf.st_mode)) { in process_symlk()
663 if (S_ISREG(lstatbuf.st_mode)) { in process_symlk()