Searched refs:lstatbuf (Results 1 – 1 of 1) sorted by relevance
628 struct stat64 lstatbuf; in process_symlk() local652 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()