Searched refs:opt_d (Results 1 – 8 of 8) sorted by relevance
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/ |
H A D | 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") { 138 rename("$opt_d/$pid.err", "$opt_d/failure.$n/$pid.err"); [all …]
|
/freebsd/contrib/sendmail/contrib/ |
H A D | doublebounce.pl | 42 use vars qw( $opt_d $tmpfile); 80 if ($opt_d) { 122 if ($opt_d) { 198 if ($opt_d) { 204 if (!$sent && $opt_d) { 205 if ($opt_d) { 209 if ($opt_d) {
|
H A D | mmuegel | 1789 $opt_s = $opt_d = 1 if (! ($opt_s || $opt_d)); 1867 X if ($opt_d) 1946 if ($opt_d)
|
/freebsd/contrib/bmake/mk/ |
H A D | newlog.sh | 207 case "${opt_d:-0}" in 209 opt_d=-f 218 opt_d=-d 283 case "$opt_d" in 313 test $opt_d $log.$p$ext || continue 362 test $opt_d $f || break 383 if test $opt_d $f.0; then
|
/freebsd/sys/tools/ |
H A D | makeobjops.awk | 63 if (opt_d) 252 else if (extra && opt_d) { 284 if (opt_d) { 366 else if (o == "d") opt_d = 1;
|
/freebsd/contrib/ntp/scripts/deprecated/ |
H A D | freq_adj.in | 14 $driftfile = $opt_d if defined($opt_d);
|
/freebsd/crypto/openssl/util/ |
H A 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;
|
/freebsd/contrib/ncurses/misc/ |
H A D | ncu2openbsd | 47 our ( $opt_d, $opt_n, $opt_r, $opt_t, $opt_v, $opt_x, $opt_6 ); 495 $target_dir = sprintf( "%s/%s", $opt_d, $dst ); 1267 $opt_d = "/usr/src" unless ($opt_d);
|