Home
last modified time | relevance | path

Searched defs:binext (Results 1 – 8 of 8) sorted by relevance

/third_party/openssl/Configurations/platform/
Dmingw.pm15 sub binext { '.exe' } subroutine
DWindows.pm15 sub binext { '.exe' } subroutine
DUnix.pm15 sub binext { $target{exe_extension} || '' } subroutine
DVMS.pm20 sub binext { '.EXE' } subroutine
/third_party/node/deps/openssl/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