Home
last modified time | relevance | path

Searched refs:dsoext (Results 1 – 9 of 9) sorted by relevance

/src/crypto/openssl/doc/man1/ !
H A Dopenssl-info.pod.in15 [B<-dsoext>]
52 =item B<-dsoext>
/src/crypto/openssl/Configurations/platform/ !
H A DAIX.pm15 sub dsoext { '.so' } subroutine
H A Dmingw.pm18 sub dsoext { '.dll' } subroutine
H A DWindows.pm16 sub dsoext { '.dll' } subroutine
H A DVMS.pm21 sub dsoext { '.EXE' } subroutine
H A DUnix.pm16 sub dsoext { $target{dso_extension} || platform->shlibextsimple() subroutine
H A DBASE.pm36 sub dso { return $_[0]->dsoname($_[1]) . $_[0]->dsoext() }
/src/crypto/openssl/include/crypto/ !
H A Ddso_conf.h.in37 # define DSO_EXTENSION "{- platform->dsoext() -}"
/src/crypto/openssl/Configurations/ !
H A Dwindows-makefile.tmpl1062 my %extinfo = ( dso => platform->dsoext(),