HomeSort by relevance Sort by last modified time
    Searched refs:opt_d (Results 1 - 19 of 19) sorted by null

  /onnv/onnv-gate/usr/src/cmd/dtrace/test/cmd/scripts/
dtest.pl 108 while (-d "$opt_d/failure.$n") {
112 unless (mkdir "$opt_d/failure.$n") {
113 warn "ERROR: failed to make directory $opt_d/failure.$n: $!\n";
117 open(README, ">$opt_d/failure.$n/README");
123 if (-f "$opt_d/$pid.core") {
132 if (-f "$opt_d/$pid.out") {
133 rename("$opt_d/$pid.out", "$opt_d/failure.$n/$pid.out");
134 link("$file.out", "$opt_d/failure.$n/$dest.out");
137 if (-f "$opt_d/$pid.err")
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/DProf/t/
DProf.t 48 my $opt_d = '-d:DProf';
51 open( R, "$perl \"$opt_d\" $test |" ) || warn "$0: Can't run. $!\n";
  /onnv/onnv-gate/usr/src/cmd/auditrecord/
audit_record_xml 34 use vars qw($opt_d);
50 $appDebug = $opt_d;
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/utils/port/
EditedFiles 59 our $opt_d;
146 if (! $opt_d) {
152 if ($opt_d) {
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/lib/dprof/
V.pm 15 $dpp = $opt_d || '../utils/dprofpp';
  /onnv/onnv-gate/usr/src/cmd/mdb/common/modules/sdbc/
sdbc.c 1631 uint_t opt_d = FALSE; \/* dirty *\/ local
2097 uint_t opt_d = FALSE; local
2202 uint_t opt_d = FALSE; local
2515 uint_t opt_d = FALSE; local
2770 uint_t opt_d = FALSE; local
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/
libnetcfg.PL 106 use vars qw($opt_d $opt_c $opt_h $opt_o $opt_i);
165 if($opt_d)
401 unless ($opt_c || $opt_d) {
414 if($have_old && !$opt_d)
423 $opt_d = 1
h2ph.PL 51 use vars qw($opt_D $opt_d $opt_r $opt_l $opt_h $opt_a $opt_Q $opt_e);
57 my $Dest_dir = $opt_d || $Config{installsitearch};
278 print OUT "# $next\n" if $opt_D;
687 if ($opt_D) {
720 if ($opt_D) {
h2xs.PL 573 $opt_d,
612 'debugging|d' => \$opt_d,
860 print("Skip stringy $def => $rest\n") if $opt_d;
863 print "Matched $_ ($def)\n" if $opt_d;
877 print "... Passes mask of -M.\n" if $opt_d and $fmask;
1012 # eval {require 'dumpvar.pl'; ::dumpValue($td)} or warn $@ if $opt_d;
1028 if $opt_d;
1044 print "Typedefs are @td.\n" if $opt_d;
    [all...]
perlbug.PL 155 if ($::opt_d) { Dump(*STDOUT); exit; }
    [all...]
dprofpp.PL 399 if(defined $opt_d){
c2ph.PL 380 $opt_d && $debug++;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
diagnostics.pm 211 our $opt_p = our $opt_d = our $opt_v = our $opt_f = '';
219 $DEBUG = 2 if $opt_d;
  /onnv/onnv-gate/usr/src/cmd/fm/fmtopo/common/
fmtopo.c 56 static int opt_d = 0; variable
1206 opt_d++;
1263 if (opt_d)
  /onnv/onnv-gate/usr/src/lib/libadt_jni/
auditxml_jni 34 use vars qw($opt_d);
60 $appDebug = $opt_d;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libbsm/
auditxml 55 our ($opt_d, $opt_e, $opt_i, $opt_o);
64 $appDebug = $opt_d;
  /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/
mdb_cmds.c 1100 uint_t opt_e = FALSE, opt_d = FALSE; local
1105 'd', MDB_OPT_SETBITS, TRUE, &opt_d,
1108 if ((i != argc && i != argc - 1) || (opt_d && opt_e) ||
1110 (i != argc && opt_d == TRUE) || (flags & DCMD_ADDRSPEC))
1139 if (opt_d) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/logadm/
tester 136 $dir = $opt_d;
137 $dir = "/tmp/logadmtest$$" unless $dir = $opt_d;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
Perldoc.pm 73 sub opt_d_with { shift->_elem('opt_d', @_) }
557 if($self->opt_d) {
    [all...]

Completed in 4751 milliseconds