/external/curl/lib/ |
mk-ca-bundle.pl | 38 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 $opt_t $opt_u $opt_v $opt_w); 60 $opt_d = 'release'; 114 if(!defined($opt_d)) { 116 $opt_d = 'release'; 121 if(defined($urls{$opt_d})) { 122 $url = $urls{$opt_d}; 124 die "The URL for '$opt_d' is not HTTPS. Use -k to override (insecure).\n"; 128 $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 ), "\n" [all...] |
/external/ltp/testcases/network/stress/ns-tools/ |
ns-igmp_querier.c | 248 double opt_d; /* option value in double */ local 291 opt_d = strtod(optarg, NULL); 292 if (opt_d < 0.0) { 297 info_p->timeout = opt_d;
|
ns-mcast_receiver.c | 161 double opt_d; /* option value in double */ local 232 opt_d = strtod(optarg, NULL); 233 if (opt_d < 0.0) { 238 info_p->timeout = opt_d;
|
ns-udpsender.c | 166 double opt_d; /* option value in double */ local 211 opt_d = strtod(optarg, NULL); 212 if (opt_d < 0.0) { 217 udp_p->timeout = opt_d;
|
ns-icmpv4_sender.c | 169 double opt_d; /* option value in double */ local 227 opt_d = strtod(optarg, NULL); 228 if (opt_d < 0.0) { 233 fake_p->timeout = opt_d;
|
ns-icmp_redirector.c | 167 double opt_d; /* option value in double */ local 178 opt_d = strtod(optarg, NULL); 179 if (opt_d < 0.0) { 184 redirector_p->timeout = opt_d;
|
ns-icmpv6_sender.c | 430 double opt_d; /* option value in double */ local 490 opt_d = strtod(optarg, NULL); 491 if (opt_d < 0.0) { 496 info_p->timeout = opt_d;
|
/external/iputils/ninfod/ |
ninfod.c | 139 static int opt_d = 0; /* debug */ variable 610 opt_d = 1; 697 if (!opt_d)
|
/external/swiftshader/third_party/LLVM/utils/ |
codegen-diff | 66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
|
/external/llvm/utils/ |
codegen-diff | 66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
codegen-diff | 66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
|