OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:opt_d
(Results
1 - 3
of
3
) sorted by null
/external/curl/lib/
mk-ca-bundle.pl
37
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);
60
$
opt_d
= 'release';
114
if(!defined($
opt_d
)) {
116
$
opt_d
= 'release';
120
my $url = ( defined( $urls{$
opt_d
} ) ) ? $urls{$
opt_d
} : $
opt_d
;
139
if ( $
opt_d
=~ m/^risk$/i ) { # Long Form Warning and Exit
160
print "\t\t ", join( ", ", map { ( $_ =~ m/$
opt_d
/ ) ? "$_ (default)" : "$_" } sort keys %urls ), "\n";
/external/iputils/ninfod/
ninfod.c
139
static int
opt_d
= 0; /* debug */
variable
610
opt_d
= 1;
697
if (!
opt_d
)
/external/llvm/utils/
codegen-diff
66
next if (($d1->{'instr'} eq $d2->{'instr'}) && $
opt_d
);
Completed in 391 milliseconds