HomeSort by: relevance | last modified time | path
    Searched defs:shlibext (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
mingw.pm 23 sub shlibext { '.dll' } subroutine
Unix.pm 20 sub shlibext { (my $x = $target{shared_extension} subroutine
75 my $ext = $_[0]->shlibext();
VMS.pm 22 sub shlibext { '.EXE' } subroutine
Windows.pm 17 sub shlibext { '.dll' } subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
mingw.pm 23 sub shlibext { '.dll' } subroutine
Unix.pm 20 sub shlibext { (my $x = $target{shared_extension} subroutine
75 my $ext = $_[0]->shlibext();
VMS.pm 22 sub shlibext { '.EXE' } subroutine
Windows.pm 17 sub shlibext { '.dll' } subroutine

Completed in 23 milliseconds