Searched refs:opt_d (Results 1 – 10 of 10) sorted by relevance
37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_k $opt_l $opt_m $opt_n $opt_p $opt_q $opt_s $op…61 $opt_d = 'release';115 if(!defined($opt_d)) {117 $opt_d = 'release';122 if(defined($urls{$opt_d})) {123 $url = $urls{$opt_d};125 die "The URL for '$opt_d' is not HTTPS. Use -k to override (insecure).\n";129 $url = $opt_d;149 if ( $opt_d =~ m/^risk$/i ) { # Long Form Warning and Exit170 …print "\t\t ", join( ", ", map { ( $_ =~ m/$opt_d/ ) ? "$_ (default)" : "$_" } sort keys %urls …
161 double opt_d; /* option value in double */ in parse_options() local232 opt_d = strtod(optarg, NULL); in parse_options()233 if (opt_d < 0.0) { in parse_options()238 info_p->timeout = opt_d; in parse_options()
166 double opt_d; /* option value in double */ in parse_options() local211 opt_d = strtod(optarg, NULL); in parse_options()212 if (opt_d < 0.0) { in parse_options()217 udp_p->timeout = opt_d; in parse_options()
248 double opt_d; /* option value in double */ in parse_options() local291 opt_d = strtod(optarg, NULL); in parse_options()292 if (opt_d < 0.0) { in parse_options()297 info_p->timeout = opt_d; in parse_options()
169 double opt_d; /* option value in double */ in parse_options() local227 opt_d = strtod(optarg, NULL); in parse_options()228 if (opt_d < 0.0) { in parse_options()233 fake_p->timeout = opt_d; in parse_options()
430 double opt_d; /* option value in double */ in parse_options() local490 opt_d = strtod(optarg, NULL); in parse_options()491 if (opt_d < 0.0) { in parse_options()496 info_p->timeout = opt_d; in parse_options()
167 double opt_d; /* option value in double */ in parse_options() local178 opt_d = strtod(optarg, NULL); in parse_options()179 if (opt_d < 0.0) { in parse_options()184 redirector_p->timeout = opt_d; in parse_options()
66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
139 static int opt_d = 0; /* debug */ variable610 opt_d = 1; in parse_args()697 if (!opt_d) in main()