Home
last modified time | relevance | path

Searched refs:binext (Results 1 - 11 of 11) sorted by relevance

/third_party/curl/tests/
H A Dtestcurl.pl72 $buildlogname $configurebuild $targetos $confheader $binext
149 $binext = '';
157 $binext = '.exe';
161 $binext = '.exe';
674 if (-f "src/curl$binext") {
675 logit "curl was created fine (curl$binext)";
678 mydie "curl was not created (curl$binext)";
682 logit "display curl${binext} --version output";
683 my $cmd = ($extvercmd ne '' ? $extvercmd.' ' : '')."./src/curl${binext} --version|";
/third_party/node/deps/openssl/openssl/Configurations/platform/
H A Dmingw.pm15 sub binext { '.exe' } subroutine
H A DVMS.pm20 sub binext { '.EXE' } subroutine
H A DWindows.pm15 sub binext { '.exe' } subroutine
H A DBASE.pm35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
H A DUnix.pm15 sub binext { $target{exe_extension} || '' } subroutine
/third_party/openssl/Configurations/platform/
H A Dmingw.pm15 sub binext { '.exe' } subroutine
H A DVMS.pm20 sub binext { '.EXE' } subroutine
H A DWindows.pm15 sub binext { '.exe' } subroutine
H A DBASE.pm35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
H A DUnix.pm15 sub binext { $target{exe_extension} || '' } subroutine

Completed in 5 milliseconds