tryall_dlopen     131 ltdl/ltdl.c    static	int	tryall_dlopen	      (lt_dlhandle *handle,
tryall_dlopen     520 ltdl/ltdl.c      else if (tryall_dlopen (handle, filename, advise, 0) != 0)
tryall_dlopen     537 ltdl/ltdl.c      if (old_name && tryall_dlopen (handle, old_name,
tryall_dlopen     782 ltdl/ltdl.c      if (tryall_dlopen (phandle, filename, advise, 0) != 0)
tryall_dlopen    1183 ltdl/ltdl.c          if (tryall_dlopen (&newhandle, 0, advise, 0) != 0)
tryall_dlopen    1302 ltdl/ltdl.c    	  if (tryall_dlopen (&newhandle, archive_name, advise, vtable) == 0)
tryall_dlopen    1469 ltdl/ltdl.c    	  if (tryall_dlopen (&newhandle, attempt, advise, 0) != 0)