Searched defs:dsoext (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssl/Configurations/platform/ | ||
H A D | AIX.pm | 15 sub dsoext { '.so' } subroutine |
H A D | mingw.pm | 18 sub dsoext { '.dll' } subroutine |
H A D | Unix.pm | 16 sub dsoext { $target{dso_extension} || platform->shlibextsimple() subroutine |
H A D | VMS.pm | 21 sub dsoext { '.EXE' } subroutine |
H A D | Windows.pm | 16 sub dsoext { '.dll' } subroutine |