Searched refs:opt_d (Results 1 – 10 of 10) sorted by relevance
/third_party/curl/scripts/ |
D | mk-ca-bundle.pl | 40 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… 63 $opt_d = 'release'; 122 if(!defined($opt_d)) { 124 $opt_d = 'release'; 129 if(defined($urls{$opt_d})) { 130 $url = $urls{$opt_d}; 132 die "The URL for '$opt_d' is not HTTPS. Use -k to override (insecure).\n"; 136 $url = $opt_d; 157 if ( $opt_d =~ m/^risk$/i ) { # Long Form Warning and Exit 178 …print "\t\t ", join( ", ", map { ( $_ =~ m/$opt_d/ ) ? "$_ (default)" : "$_" } sort keys %urls …
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-mcast_receiver.c | 161 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()
|
D | ns-udpsender.c | 166 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()
|
D | ns-igmp_querier.c | 248 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()
|
D | ns-icmpv4_sender.c | 169 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()
|
D | ns-icmpv6_sender.c | 430 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()
|
D | ns-icmp_redirector.c | 167 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()
|
/third_party/openssl/util/ |
D | find-doc-nits | 32 our($opt_d); 66 $opt_u = 1 if $opt_d; 71 if $opt_d && $opt_e; 938 if $opt_d || $opt_e; 959 if $opt_d || $opt_e;
|
/third_party/node/deps/openssl/openssl/util/ |
D | find-doc-nits | 32 our($opt_d); 66 $opt_u = 1 if $opt_d; 71 if $opt_d && $opt_e; 938 if $opt_d || $opt_e; 959 if $opt_d || $opt_e;
|
/third_party/ffmpeg/libavutil/ |
D | hwcontext_vulkan.c | 1020 AVDictionaryEntry *opt_d; in vulkan_device_create_internal() local 1088 opt_d = av_dict_get(opts, "linear_images", NULL, 0); in vulkan_device_create_internal() 1089 if (opt_d) in vulkan_device_create_internal() 1090 p->use_linear_images = strtol(opt_d->value, NULL, 10); in vulkan_device_create_internal()
|