HomeSort by: relevance | last modified time | path
    Searched refs:shlibextsimple (Results 1 - 7 of 7) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
AIX.pm 16 sub shlibextsimple { return '.so' if $target{shared_target} eq "aix-solib"; subroutine
39 return platform::Unix->sharedlib_simple($_[1], $_[0]->shlibextsimple());
Unix.pm 16 sub dsoext { $target{dso_extension} || platform->shlibextsimple()
31 sub shlibextsimple { (my $x = $target{shared_extension} || '.so') subroutine
78 $simpleext = $_[0]->shlibextsimple() unless defined $simpleext;
mingw.pm 25 sub shlibextsimple { undef } subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
AIX.pm 16 sub shlibextsimple { '.a' } subroutine
Unix.pm 16 sub dsoext { $target{dso_extension} || platform->shlibextsimple()
31 sub shlibextsimple { (my $x = $target{shared_extension} || '.so') subroutine
76 my $simpleext = $_[0]->shlibextsimple();
mingw.pm 25 sub shlibextsimple { undef } subroutine
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl 12 our $shlibextsimple = $target{shared_extension_simple} || ".so";
119 SHLIB_EXT_SIMPLE={- $shlibextsimple -}

Completed in 28 milliseconds