Home
last modified time | relevance | path

Searched refs:current_length (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dname.c53 int current_length = 0; in FDECL3() local
212 if(current_length < 30) in FDECL3()
329 current_length++; in FDECL3()
/openbsd/gnu/usr.bin/perl/cpan/DB_File/
H A DDB_File.pm325 my $current_length = $self->length() ;
327 if ($length < $current_length) {
329 for ($key = $current_length - 1 ; $key >= $length ; -- $key)
332 elsif ($length > $current_length) {