Searched refs:p_statbuf (Results 1 – 1 of 1) sorted by relevance
89 struct stat p_statbuf; in is_symlink() local90 if (lstat(filename, &p_statbuf) < 0) { in is_symlink()93 if (S_ISLNK(p_statbuf.st_mode) == 1) { in is_symlink()