Searched defs:binext (Results 1 - 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/Configurations/platform/ | ||
H A D | mingw.pm | 15 sub binext { '.exe' } subroutine |
H A D | Unix.pm | 15 sub binext { $target{exe_extension} || '' } subroutine |
H A D | VMS.pm | 20 sub binext { '.EXE' } subroutine |
H A D | Windows.pm | 15 sub binext { '.exe' } subroutine |
/third_party/openssl/Configurations/platform/ | ||
H A D | mingw.pm | 15 sub binext { '.exe' } subroutine |
H A D | Unix.pm | 15 sub binext { $target{exe_extension} || '' } subroutine |
H A D | VMS.pm | 20 sub binext { '.EXE' } subroutine |
H A D | Windows.pm | 15 sub binext { '.exe' } subroutine |
Completed in 2 milliseconds