Home
last modified time | relevance | path

Searched refs:binext (Results 1 – 7 of 7) sorted by relevance

/third_party/openssl/Configurations/platform/
Dmingw.pm15 sub binext { '.exe' } subroutine
DWindows.pm15 sub binext { '.exe' } subroutine
DVMS.pm20 sub binext { '.EXE' } subroutine
DUnix.pm15 sub binext { $target{exe_extension} || '' } subroutine
DBASE.pm35 sub bin { return $_[0]->binname($_[1]) . $_[0]->binext() }
/third_party/openssl/Configurations/
Dwindows-makefile.tmpl1030 bin => platform->binext() );
Dunix-Makefile.tmpl536 EXE_EXT={- platform->binext() -} \