OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SHLIB_VERSION_NUMBER
(Results
1 - 15
of
15
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
opensslv.h
87
* The current library version is stored in the macro
SHLIB_VERSION_NUMBER
,
95
# define
SHLIB_VERSION_NUMBER
"1.1"
/src/crypto/external/apache2/openssl/dist/Configurations/platform/
Unix.pm
19
# convert $(
SHLIB_VERSION_NUMBER
) to the actual number.
21
|| '.so.$(
SHLIB_VERSION_NUMBER
)')
22
=~ s|\.\$\(
SHLIB_VERSION_NUMBER
\)
32
=~ s|\.\$\(
SHLIB_VERSION_NUMBER
\)||;
/src/crypto/external/bsd/openssl/dist/Configurations/platform/
Unix.pm
19
# convert $(
SHLIB_VERSION_NUMBER
) to the actual number.
21
|| '.so.$(
SHLIB_VERSION_NUMBER
)')
22
=~ s|\.\$\(
SHLIB_VERSION_NUMBER
\)
32
=~ s|\.\$\(
SHLIB_VERSION_NUMBER
\)||;
/src/crypto/external/bsd/openssl.old/dist/test/recipes/
90-test_shlibload.t
69
$lib =~ s|\.\$\(
SHLIB_VERSION_NUMBER
\)
70
|.$config{
shlib_version_number
}|x;
/src/crypto/external/bsd/openssl.old/dist/util/
shlib_wrap.sh.in
14
$lib =~ s|\.\$\(
SHLIB_VERSION_NUMBER
\)
15
|.$config{
shlib_version_number
}|x;
/src/crypto/external/bsd/openssl.old/dist/Configurations/
unix-Makefile.tmpl
43
our $sover_dirname = $config{
shlib_version_number
};
113
SHLIB_VERSION_NUMBER
={- $config{
shlib_version_number
} -}
windows-makefile.tmpl
15
(our $sover_dirname = $config{
shlib_version_number
}) =~ s|\.|_|g;
77
SHLIB_VERSION_NUMBER
={- $config{
shlib_version_number
} -}
descrip.mms.tmpl
13
our $sover_dirname = sprintf "%02d%02d", split(/\./, $config{
shlib_version_number
});
110
SHLIB_VERSION_NUMBER
={- $config{
shlib_version_number
} -}
638
WRITE CONFIG "
shlib_version_number
=> '","{- $config{
shlib_version_number
} -}","',"
/src/crypto/external/apache2/openssl/dist/Configurations/
windows-makefile.tmpl
48
SHLIB_VERSION_NUMBER
={- $config{shlib_version} -}
descrip.mms.tmpl
307
SHLIB_VERSION_NUMBER
={- $config{shlib_version} -}
unix-Makefile.tmpl
90
SHLIB_VERSION_NUMBER
={- $config{shlib_version} -}
/src/crypto/external/bsd/openssl/dist/Configurations/
windows-makefile.tmpl
48
SHLIB_VERSION_NUMBER
={- $config{shlib_version} -}
descrip.mms.tmpl
269
SHLIB_VERSION_NUMBER
={- $config{shlib_version} -}
unix-Makefile.tmpl
73
SHLIB_VERSION_NUMBER
={- $config{shlib_version} -}
/src/crypto/external/bsd/openssl.old/dist/
Configure
266
$config{
shlib_version_number
} = "unknown";
273
qr/
SHLIB_VERSION_NUMBER
*"([^"]+)"/ => sub { $config{
shlib_version_number
}=$1 },
281
= ($config{
shlib_version_number
} =~ /^([0-9]+)\.([0-9\.]+)/);
1148
=~ s|\.\$\(
SHLIB_VERSION_NUMBER
\)||
Completed in 37 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026