Searched refs:mynum (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.0-release/crypto/openssl/crypto/objects/
H A Dobjects.pl13 ($Cname,$mynum) = split;
15 if (defined($nidn{$mynum}))
16 { die "$ARGV[1]:$o:There's already an object with NID ",$mynum," on line ",$order{$mynum},"\n"; }
19 $nid{$Cname} = $mynum;
20 $nidn{$mynum} = $Cname;
21 $order{$mynum} = $o;
22 $max_nid = $mynum if $mynum > $max_nid;
/freebsd-10.0-release/sbin/restore/
H A Dsymtab.c443 long mynum = 1, stroff = 0; local
463 ep->e_index = mynum++;

Completed in 61 milliseconds