Home
last modified time | relevance | path

Searched refs:opt_d (Results 1 – 10 of 10) sorted by relevance

/external/curl/lib/
Dmk-ca-bundle.pl37 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 Exit
170 …print "\t\t ", join( ", ", map { ( $_ =~ m/$opt_d/ ) ? "$_ (default)" : "$_" } sort keys %urls …
/external/ltp/testcases/network/stress/ns-tools/
Dns-mcast_receiver.c161 double opt_d; /* option value in double */ in parse_options() local
232 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()
Dns-udpsender.c166 double opt_d; /* option value in double */ in parse_options() local
211 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()
Dns-igmp_querier.c248 double opt_d; /* option value in double */ in parse_options() local
291 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()
Dns-icmpv4_sender.c169 double opt_d; /* option value in double */ in parse_options() local
227 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()
Dns-icmpv6_sender.c430 double opt_d; /* option value in double */ in parse_options() local
490 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()
Dns-icmp_redirector.c167 double opt_d; /* option value in double */ in parse_options() local
178 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()
/external/swiftshader/third_party/LLVM/utils/
Dcodegen-diff66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
/external/llvm/utils/
Dcodegen-diff66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
/external/iputils/ninfod/
Dninfod.c139 static int opt_d = 0; /* debug */ variable
610 opt_d = 1; in parse_args()
697 if (!opt_d) in main()