Searched refs:sharedname (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/platform/
H A DCygwin.pm15 sub sharedname { subroutine
17 my $lib = platform::mingw->sharedname(@_);
H A Dmingw.pm32 sub sharedname { subroutine
33 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
47 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
H A DVMS.pm57 sub sharedname { subroutine
59 platform::BASE->sharedname($_[1]),
H A DWindows.pm48 sub sharedname { subroutine
49 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
H A DUnix.pm56 sub sharedname { subroutine
57 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
70 # Note: if $_[1] isn't a shared library name, then $_[0]->sharedname()
73 my $name = $_[0]->sharedname($_[1]);
H A DBASE.pm27 sub sharedname { return __isshared($_[1]) ? $_[1] : undef } # Name of shared lib subroutine
37 sub sharedlib { return __concat($_[0]->sharedname($_[1]), $_[0]->shlibext()) }
/netbsd-current/crypto/external/bsd/openssl/dist/Configurations/platform/Windows/
H A DMSVC.pm17 # It's possible that this variant of |sharedname| should be in Windows.pm.
20 sub sharedname { subroutine
21 return platform::BASE::__concat(platform::BASE->sharedname($_[1]),
33 return platform::BASE::__concat($_[0]->sharedname($_[1]), $_[0]->pdbext());
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dmkdef.pl108 my $libname = $type eq 'lib' ? platform->sharedname($name) : platform->dsoname($name);

Completed in 194 milliseconds