tryall_dlopen     126 ltdl/ltdl.c    static	int	tryall_dlopen	      (lt_dlhandle *handle,
tryall_dlopen     515 ltdl/ltdl.c      else if (tryall_dlopen (handle, filename, advise, 0) != 0)
tryall_dlopen     532 ltdl/ltdl.c      if (old_name && tryall_dlopen (handle, old_name,
tryall_dlopen     777 ltdl/ltdl.c      if (tryall_dlopen (phandle, filename, advise, 0) != 0)
tryall_dlopen    1170 ltdl/ltdl.c          if (tryall_dlopen (&newhandle, 0, advise, 0) != 0)
tryall_dlopen    1282 ltdl/ltdl.c    	  if (tryall_dlopen (&newhandle, archive_name, advise, vtable) == 0)
tryall_dlopen    1449 ltdl/ltdl.c    	  if (tryall_dlopen (&newhandle, attempt, advise, 0) != 0)