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

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
mingw.pm 19 sub defext { '.def' } subroutine
VMS.pm 24 sub defext { '.OPT' } subroutine
Windows.pm 19 sub defext { '.def' } subroutine
BASE.pm 41 sub def { return __base($_[1], '.ld') . $_[0]->defext() }
Unix.pm 26 sub defext { $target{def_extension} || '.ld' } subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
mingw.pm 19 sub defext { '.def' } subroutine
VMS.pm 24 sub defext { '.OPT' } subroutine
Windows.pm 19 sub defext { '.def' } subroutine
BASE.pm 41 sub def { return __base($_[1], '.ld') . $_[0]->defext() }
Unix.pm 26 sub defext { $target{def_extension} || '.ld' } subroutine

Completed in 27 milliseconds