OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisversion
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/util/
mkdef.pl
249
my $
thisversion
= '';
255
if ($
thisversion
&& $_->version() ne $
thisversion
) {
258
if $
thisversion
eq '*';
262
$prevversion_s = " OPENSSL${SO_VARIANT}_$
thisversion
";
263
$
thisversion
= ''; # Trigger start of next section
265
unless ($
thisversion
) {
267
$
thisversion
= $_->version();
269
$currversion_s = "OPENSSL${SO_VARIANT}_$
thisversion
"
270
if $
thisversion
ne '*'
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/
mkdef.pl
248
my $
thisversion
= '';
254
if ($
thisversion
&& $_->version() ne $
thisversion
) {
257
if $
thisversion
eq '*';
261
$prevversion_s = " OPENSSL${SO_VARIANT}_$
thisversion
";
262
$
thisversion
= ''; # Trigger start of next section
264
unless ($
thisversion
) {
266
$
thisversion
= $_->version();
268
$currversion_s = "OPENSSL${SO_VARIANT}_$
thisversion
"
269
if $
thisversion
ne '*'
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/util/
mkdef.pl
1191
my $
thisversion
;
1193
if (!defined($
thisversion
)) {
1194
$
thisversion
= $baseversion;
1196
$
thisversion
= get_next_version($
thisversion
);
1219
next if $symversion ne $
thisversion
;
1277
} while ($linux && $
thisversion
ne $currversion);
1514
my $
thisversion
= shift;
1516
my ($base, $letter) = $
thisversion
=~ /^(\d_\d_\d)([a-z]{0,2})$/;
Completed in 21 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026