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

  /src/crypto/external/apache2/openssl/dist/Configurations/platform/
VMS.pm 27 sub asmext { '.ASM' } subroutine
Windows.pm 22 sub asmext { '.asm' } subroutine
BASE.pm 45 sub asm { return __base($_[1], '.s') . $_[0]->asmext() }
  /src/crypto/external/bsd/openssl/dist/Configurations/platform/
VMS.pm 27 sub asmext { '.ASM' } subroutine
Windows.pm 22 sub asmext { '.asm' } subroutine
BASE.pm 45 sub asm { return __base($_[1], '.s') . $_[0]->asmext() }
  /src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl 828 my $asmext = platform->asmext();
864 if ($srcs[0] =~ /\Q${asmext}\E$/) {
descrip.mms.tmpl 1072 my $asmext = platform->asmext();
1124 if ($srcs[0] =~ /\Q${asmext}\E$/) {
  /src/crypto/external/apache2/openssl/dist/Configurations/
descrip.mms.tmpl 1142 my $asmext = platform->asmext();
1194 if ($srcs[0] =~ /\Q${asmext}\E$/) {

Completed in 25 milliseconds