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

/macosx-10.10/curl-83.1.2/curl/lib/
H A Dmk-ca-bundle.pl37 use vars qw($opt_b $opt_d $opt_f $opt_h $opt_i $opt_l $opt_n $opt_p $opt_q $opt_s $opt_t $opt_u $opt_v $opt_w);
56 $opt_d = 'release';
109 if(!defined($opt_d)) {
111 $opt_d = 'release';
115 my $url = ( defined( $urls{$opt_d} ) ) ? $urls{$opt_d} : $opt_d;
130 if ( $opt_d =~ m/^risk$/i ) { # Long Form Warning and Exit
151 print "\t\t ", join( ", ", map { ( $_ =~ m/$opt_d/ ) ? "$_ (default)" : "$_" } sort keys %urls ), "\n";
/macosx-10.10/ntp-92/scripts/
H A Dfreq_adj.in14 $driftfile = $opt_d if defined($opt_d);
/macosx-10.10/Heimdal-398.1.2/cf/
H A Droken-h-process.pl9 if ($opt_d) {
H A Dmake-proto.pl30 if($opt_d) {
/macosx-10.10/dtrace-147/test/cmd/scripts/
H A Ddtest.pl105 while (-d "$opt_d/failure.$n") {
109 unless (mkdir "$opt_d/failure.$n") {
110 warn "ERROR: failed to make directory $opt_d/failure.$n: $!\n";
114 open(README, ">$opt_d/failure.$n/README");
120 if (-f "$opt_d/$pid.core") {
129 if (-f "$opt_d/$pid.out") {
130 rename("$opt_d/$pid.out", "$opt_d/failure.$n/$pid.out");
131 link("$file.out", "$opt_d/failure.$n/$dest.out");
134 if (-f "$opt_d/
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/tests/
H A Dt_api.pl181 $T_debug = $main'opt_d if (defined($main'opt_d));
/macosx-10.10/bless-103/
H A Dfirmwaresyncd.c91 int opt_d = 0; local
102 opt_d = 1;
117 openlog(getprogname(), LOG_PID | (opt_d ? LOG_PERROR : 0), LOG_DAEMON);
118 setlogmask(opt_d ? LOG_UPTO(LOG_DEBUG) : LOG_UPTO(LOG_ERR));
/macosx-10.10/groff-38/groff/src/utils/afmtodit/
H A Dafmtodit.pl6055 our ($opt_a, $opt_d, $opt_e, $opt_i, $opt_m, $opt_n, $opt_s, $opt_v, $opt_x);
6070 my $desc = $opt_d || "DESC";
/macosx-10.10/llvmCore-3425.0.34/utils/
H A Dcodegen-diff66 next if (($d1->{'instr'} eq $d2->{'instr'}) && $opt_d);
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/build/
H A Dshtool224 opt_d=no
878 if [ "$opt_d" = yes ]; then

Completed in 208 milliseconds