Home
last modified time | relevance | path

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

/third_party/curl/scripts/
Dmk-ca-bundle.pl40 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/
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()
/third_party/openssl/util/
Dfind-doc-nits32 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/
Dfind-doc-nits32 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/
Dhwcontext_vulkan.c1020 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()