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

/freebsd-current/contrib/sendmail/contrib/
H A Ddoublebounce.pl42 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) {
/freebsd-current/contrib/ntp/scripts/deprecated/
H A Dfreq_adj.in14 $driftfile = $opt_d if defined($opt_d);
/freebsd-current/contrib/bmake/mk/
H A Dnewlog.sh207 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-current/sys/tools/
H A Dmakeobjops.awk63 if (opt_d)
252 else if (extra && opt_d) {
284 if (opt_d) {
366 else if (o == "d") opt_d = 1;
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl108 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/
[all...]
/freebsd-current/crypto/openssl/util/
H A 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;
/freebsd-current/contrib/ncurses/misc/
H A Dncu2openbsd47 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);

Completed in 217 milliseconds