OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:branch_number
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl2/xcvs/dist/contrib/
validate_repo.in
690
my $
branch_number
;
697
( $
branch_number
, $branch_rev ) = branch_split( $revision );
698
$max_branch_revision{$
branch_number
} = $branch_rev
699
if( !exists $max_branch_revision{$
branch_number
}
700
|| $max_branch_revision{$
branch_number
} < $branch_rev );
/src/crypto/dist/ipsec-tools/misc/
cvs2cl.pl
1099
if ( my $
branch_number
= $branch_numbers->{$branch} ) {
1110
if ( substr($revision, 0, (length($
branch_number
) + 1))
1112
($
branch_number
. ".") ) {
1115
# } elsif ( length($revision) == length($
branch_number
)+2 ) {
1116
} elsif ( substr($revision, length($
branch_number
)+1) =~ /^\d+$/ ) {
1119
} elsif ( length($
branch_number
) > length($revision)
1129
my ($b_left, $b_mid) = ($
branch_number
=~ /^((?:\d+\.)+)(\d+)\.\d+$/);
Completed in 50 milliseconds
Indexes created Sat Apr 25 00:22:52 UTC 2026