Searched refs:lstat_so (Results 1 – 1 of 1) sorted by relevance
572 struct stat stat_lib, stat_so, lstat_so; in create_links() local607 else if (lstat (full_soname, &lstat_so) == 0 in create_links()608 && !S_ISLNK (lstat_so.st_mode)) in create_links()615 else if (lstat (real_full_soname, &lstat_so) != 0 in create_links()616 || !S_ISLNK (lstat_so.st_mode)) in create_links()