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

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
mingw.pm 15 sub binext { '.exe' } subroutine
VMS.pm 20 sub binext { '.EXE' } subroutine
Windows.pm 15 sub binext { '.exe' } subroutine
BASE.pm 35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
Unix.pm 15 sub binext { $target{exe_extension} || '' } subroutine
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
mingw.pm 15 sub binext { '.exe' } subroutine
VMS.pm 20 sub binext { '.EXE' } subroutine
Windows.pm 15 sub binext { '.exe' } subroutine
BASE.pm 35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
Unix.pm 15 sub binext { $target{exe_extension} || '' } subroutine
  /src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl 1064 bin => platform->binext() );
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 1023 bin => platform->binext() );

Completed in 26 milliseconds