Home
last modified time | relevance | path

Searched refs:shlibextsimple (Results 1 – 3 of 3) sorted by relevance

/openssl/Configurations/platform/
H A DUnix.pm16 sub dsoext { $target{dso_extension} || platform->shlibextsimple()
31 sub shlibextsimple { (my $x = $target{shared_extension} || '.so') subroutine
78 $simpleext = $_[0]->shlibextsimple() unless defined $simpleext;
H A DAIX.pm16 sub shlibextsimple { return '.so' if $target{shared_target} eq "aix-solib"; subroutine
39 return platform::Unix->sharedlib_simple($_[1], $_[0]->shlibextsimple());
H A Dmingw.pm25 sub shlibextsimple { undef } subroutine

Completed in 5 milliseconds