Searched defs:binext (Results 1 – 4 of 4) sorted by relevance
/freebsd/crypto/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 |