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

  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
AIX.pm 15 sub dsoext { '.so' } subroutine
mingw.pm 18 sub dsoext { '.dll' } subroutine
VMS.pm 21 sub dsoext { '.EXE' } subroutine
Windows.pm 16 sub dsoext { '.dll' } subroutine
BASE.pm 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() }
Unix.pm 16 sub dsoext { $target{dso_extension} || platform->shlibextsimple() subroutine
  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
AIX.pm 15 sub dsoext { '.so' } subroutine
mingw.pm 18 sub dsoext { '.dll' } subroutine
VMS.pm 21 sub dsoext { '.EXE' } subroutine
Windows.pm 16 sub dsoext { '.dll' } subroutine
BASE.pm 36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() }
Unix.pm 16 sub dsoext { $target{dso_extension} || platform->shlibextsimple() subroutine
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
windows-makefile.tmpl 13 our $dsoext = $target{dso_extension} || ".dll";
57 return $dso . $dsoext;
83 ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; dso($_) } @{$unified_info{engines}}) -}
101 INSTALL_ENGINEPDBS={- join(" ", map { local $dsoext = ".pdb"; quotify1(dso($_)) } @{$unified_info{install}->{engines}}) -}
666 $dso$dsoext: $deps
667 IF EXIST $dso$dsoext.manifest DEL /F /Q $dso$dsoext.manifest
668 \$(LD) \$(LDFLAGS) \$(DSO_LDFLAGS) \$(LDOUTFLAG)$dso$dsoext /def:<< @<<
677 IF EXIST $dso$dsoext.manifest \\
678 \$(MT) \$(MTFLAGS) \$(MTINFLAG)$dso$dsoext.manifest \$(MTOUTFLAG)$dso$dsoex
    [all...]
unix-Makefile.tmpl 14 our $dsoext = $target{dso_extension} || ".so";
93 return $engine . $dsoext;
1322 my %extinfo = ( dso => $dsoext,
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 1062 my %extinfo = ( dso => platform->dsoext(),
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 1021 my %extinfo = ( dso => platform->dsoext(),

Completed in 34 milliseconds