• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/util/

Lines Matching refs:debug

57 my $debug=0;
123 $debug=1 if $_ eq "debug";
375 print STDERR "DEBUG: starting on $file:\n" if $debug;
401 print STDERR "DEBUG: make_variant: Entered with ",$s,", ",$a,", ",(defined($p)?$p:""),", ",(defined($k)?$k:""),"\n" if $debug;
420 print STDERR "DEBUG: make_variant: a1 = $a1; a2 = $a2\n" if $debug;
439 print STDERR "DEBUG: make_variant: Exit with variant of ",$s," = ",$variant{$s},"\n" if $debug;
442 print STDERR "DEBUG: parsing ----------\n" if $debug;
478 print STDERR "DEBUG: \$def=\"$def\"\n" if $debug && $def ne "";
479 print STDERR "DEBUG: \$_=\"$_\"\n" if $debug;
484 print STDERR "DEBUG: $file: found tag $1 = -1\n" if $debug;
492 print STDERR "DEBUG: $file: found tag $1 = -1\n" if $debug;
497 print STDERR "Warning: $file: complicated expression: $_" if $debug; # because it is O...
498 print STDERR "DEBUG: $file: found tag $1 = -1\n" if $debug;
506 print STDERR "DEBUG: $file: found tag $1 = 1\n" if $debug;
514 print STDERR "DEBUG: $file: found tag $1 = 1\n" if $debug;
519 print STDERR "Warning: $file: complicated expression: $_\n" if $debug; # because it is O...
520 print STDERR "DEBUG: $file: found tag $1 = 1\n" if $debug;
529 print STDERR "DEBUG: $file: chaged tag $1 = 2\n" if $debug;
537 print STDERR "DEBUG: \$t=\"$t\"\n" if $debug;
543 print STDERR "DEBUG: $file: changed tag ",$t," = ",$tag{$t},"\n" if $debug;
553 #print STDERR "DEBUG: Added as unknown algorithm: $t\n" if $debug;
563 print STDERR "DEBUG: $file: changed tag ",$t," = ",$tag{$t},"\n" if $debug;
571 print STDERR "DEBUG: $file: found 1\n" if $debug;
577 print STDERR "DEBUG: $file: found 0\n" if $debug;
583 print STDERR "DEBUG: $file: defined $1 = $2\n" if $debug;
843 print STDERR "DEBUG: postprocessing ----------\n" if $debug;
863 print STDERR "DEBUG: \$_ = \"$_\"\n" if $debug;
867 print STDERR "DEBUG: found info on platforms ($plats) and algorithms ($algs)\n" if $debug;
872 print STDERR "DEBUG: found external variable $s\n" if $debug;
877 print STDERR "DEBUG: found function $s\n" if $debug;
922 print STDERR "DEBUG: \$variant{\"$s\"} = ",$v,"; \$r = $r; \$p = ",$platform{$r},"; \$a = ",$algorithm{$r},"; \$kind = ",$kind{$r},"\n" if $debug;
925 print STDERR "DEBUG: \$s = $s; \$p = ",$platform{$s},"; \$a = ",$algorithm{$s},"; \$kind = ",$kind{$s},"\n" if $debug;
962 if $debug;
987 if $debug;
1024 print STDERR "DEBUG: maybe_add_info for $s: \"$dummy\" => \"$i\"\n" if $debug;
1035 print STDERR "DEBUG: maybe_add_info for $sym: -> undefined\n" if $debug;
1128 print STDERR "DEBUG: [",$#keywords,",",$#keywords < 0,"] is_valid($keywords_txt) => (\!$falsesum) && $truesum = ",(!$falsesum) && $truesum,"\n" if $debug;
1369 print STDERR "DEBUG: rewrite_numbers for sym = ",$sym,": i = ",$i,", n = ",$n,", rsym{sym} = ",$rsyms{$sym},"syms{sym} = ",$syms{$sym},"\n" if $debug;