Searched refs:full_libname (Results 1 – 1 of 1) sorted by relevance
570 char *full_libname, *full_soname; in create_links() local578 full_libname = alloca (strlen (path) + strlen (libname) + 2); in create_links()580 sprintf (full_libname, "%s/%s", path, libname); in create_links()591 real_full_libname = full_libname; in create_links()598 if (chroot_stat (real_full_libname, full_libname, &stat_lib)) in create_links()600 error (0, 0, _("Can't stat %s\n"), full_libname); in create_links()