Home
last modified time | relevance | path

Searched refs:STDOUT (Results 1 – 25 of 208) sorted by relevance

123456789

/freebsd/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh54 dtrace -C -s "${TFILE}" $dflags >$STDOUT 2>$STDERR
73 tst=$TFILE ksh -p "$TFILE" /usr/sbin/dtrace >$STDOUT 2>$STDERR
88 head -n 1 $STDOUT | grep -q -E '^#!/.*ksh$'; then
89 ksh -p $STDOUT
99 readonly STDOUT=$(mktemp)
109 ! cmp $STDOUT $EXOUT >/dev/null 2>&1; then
116 if [ $(stat -f '%z' $STDOUT) -gt 0 ]; then
120 $(cat $STDOUT)
124 $(diff -u $EXOUT $STDOUT)
138 rm -f $STDERR $STDOUT
/freebsd/tests/sys/acl/
H A Drun53 if (isatty(fileno(STDOUT))) {
100 if (isatty(fileno(STDOUT))) {
262 open *OUT_DUP, ">&STDOUT"
266 open *STDOUT, ">&OUT2"
270 *STDOUT->autoflush();
283 open *STDOUT, ">&OUT_DUP"
316 open STDERR, ">&STDOUT"
/freebsd/crypto/openssl/util/
H A Dwithlibctx.pl16 open (my $STDOUT_ORIG, '>&', STDOUT);
22 open(STDOUT, '>>', $tmpfile);
25 close(STDOUT);
29 open (STDOUT, '>&', $STDOUT_ORIG);
/freebsd/crypto/openssl/test/recipes/
H A D01-test_symbol_presence.t49 *OSTDOUT = *STDOUT;
51 open STDOUT, ">", devnull();
54 close STDOUT;
56 *STDOUT = *OSTDOUT;
/freebsd/crypto/openssl/ms/
H A Duplink-ia64.pl9 $output = pop and open STDOUT,">$output";
60 close STDOUT;
H A Duplink-x86.pl15 $output = pop and open STDOUT,">$output";
43 close STDOUT;
H A Duplink-x86_64.pl15 *STDOUT=*OUT;
74 close STDOUT;
/freebsd/crypto/openssl/crypto/
H A Darm64cpuid.pl22 *STDOUT=*OUT;
167 close STDOUT or die "error closing STDOUT: $!";
H A Darmv4cpuid.pl22 *STDOUT=*OUT;
300 close STDOUT or die "error closing STDOUT: $!";
H A Dc64xpluscpuid.pl10 open STDOUT,">$output";
287 close STDOUT or die "error closing STDOUT: $!";
H A Dalphacpuid.pl10 $output = pop and open STDOUT,">$output";
256 close STDOUT or die "error closing STDOUT: $!";
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/scripts/
H A Ddtest.pl163 print STDOUT $msg unless ($opt_q);
315 exit(125) unless open(STDOUT, ">$opt_d/$$.out");
417 exit(125) unless open(STDOUT, ">$opt_d/$$.out");
610 exit(125) unless open(STDOUT, ">$opt_d/$$.out");
642 exit(125) unless open(STDOUT, ">$opt_d/$$.out");
/freebsd/crypto/openssl/crypto/bn/asm/
H A Dia64-mont.pl859 open STDOUT,">$output" if $output;
861 close STDOUT or die "error closing STDOUT: $!";
H A Darmv4-gf2m.pl53 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\""
56 $output and open STDOUT,">$output";
341 close STDOUT or die "error closing STDOUT: $!"; # enforce flush
H A Dvia-mont.pl91 $output = pop and open STDOUT,">$output";
250 close STDOUT or die "error closing STDOUT: $!";
H A Dc64xplus-gf2m.pl26 $output = pop and open STDOUT,">$output";
159 close STDOUT or die "error closing STDOUT: $!";
/freebsd/crypto/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl189 $output = pop and open STDOUT,">$output";
191 close STDOUT or die "error closing STDOUT: $!";
/freebsd/crypto/openssl/crypto/perlasm/
H A Darm-xlate.pl13 open STDOUT,">$output" || die "can't open $output: $!";
193 close STDOUT or die "error closing STDOUT: $!";
/freebsd/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl15 $output = pop and open STDOUT,">$output";
34 close STDOUT or die "error closing STDOUT: $!";
/freebsd/crypto/openssl/util/perl/OpenSSL/
H A DTest.pm458 open $save_STDOUT, '>&', \*STDOUT or die "Can't dup STDOUT: $!";
460 open STDOUT, ">", devnull();
481 print STDOUT $l;
499 close STDOUT;
501 open STDOUT, '>&', $save_STDOUT or die "Can't restore STDOUT: $!";
/freebsd/contrib/ntp/scripts/calc_tickadj/
H A Dcalc_tickadj-opts22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
60 END { close STDOUT };
/freebsd/contrib/ntp/scripts/ntp-wait/
H A Dntp-wait-opts22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
62 END { close STDOUT };
/freebsd/contrib/ntp/scripts/ntptrace/
H A Dntptrace-opts22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
62 END { close STDOUT };
/freebsd/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in119 # Logging - Default is to use syslog(3) if STDOUT isn't
121 if ($SYSLOG || !-t STDOUT) {
260 print STDOUT "$msg\n";
421 -s Send output to syslog(3) - implied if STDOUT has no tty or redirected
422 -t Send output to terminal - implied if STDOUT attached to terminal
/freebsd/contrib/ntp/scripts/ntpsweep/
H A Dntpsweep-opts22 open STDOUT, "| $pager" or die "Can't fork a pager: $!";
67 END { close STDOUT };

123456789