Searched refs:STDOUT (Results 1 - 25 of 181) sorted by relevance

12345678

/freebsd-12-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh56 dtrace -C -s "${TFILE}" $dflags >$STDOUT 2>$STDERR
75 tst=$TFILE ksh "$TFILE" /usr/sbin/dtrace >$STDOUT 2>$STDERR
90 head -n 1 $STDOUT | grep -q -E '^#!/.*ksh$'; then
91 ksh $STDOUT
101 readonly STDOUT=$(mktemp)
111 ! cmp $STDOUT $EXOUT >/dev/null 2>&1; then
118 if [ $(stat -f '%z' $STDOUT) -gt 0 ]; then
122 $(cat $STDOUT)
136 rm -f $STDERR $STDOUT
/freebsd-12-stable/tools/tools/mid/
H A Dmid-master19 select(STDOUT);
/freebsd-12-stable/crypto/openssl/crypto/rc5/asm/
H A Drc5-586.pl16 open STDOUT,">$output";
35 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/tests/sys/acl/
H A Drun54 if (isatty(fileno(STDOUT))) {
101 if (isatty(fileno(STDOUT))) {
263 open *OUT_DUP, ">&STDOUT"
264 or die "Can't duplicate STDOUT: $!";
267 open *STDOUT, ">&OUT2"
271 *STDOUT->autoflush();
284 open *STDOUT, ">&OUT_DUP"
285 or die "Can't duplicate STDOUT: $!";
287 or die "Can't close STDOUT duplicate: $!";
313 or die "Can't close STDOUT duplicat
[all...]
/freebsd-12-stable/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-12-stable/secure/caroot/
H A DMAca-bundle.pl197 print_header(*STDOUT, "");
249 my $fh = *STDOUT;
/freebsd-12-stable/crypto/openssl/crypto/perlasm/
H A Darm-xlate.pl13 open STDOUT,">$output" || die "can't open $output: $!";
177 close STDOUT or die "error closing STDOUT: $!";
H A Dppc-xlate.pl11 open STDOUT,">$output" || die "can't open $output: $!";
344 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Dvia-mont.pl92 open STDOUT,">$output";
251 close STDOUT or die "error closing STDOUT: $!";
H A Dc64xplus-gf2m.pl27 open STDOUT,">$output";
160 close STDOUT or die "error closing STDOUT: $!";
H A Dco-586.pl14 open STDOUT,">$output";
25 close STDOUT or die "error closing STDOUT: $!";
H A Ds390x-gf2m.pl46 open STDOUT,">$output";
228 close STDOUT or die "error closing STDOUT: $!";
H A Dsparcv9-gf2m.pl29 open STDOUT,">$output";
200 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/crypto/openssl/crypto/
H A Darm64cpuid.pl19 *STDOUT=*OUT;
147 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/crypto/openssl/crypto/bf/asm/
H A Dbf-586.pl16 open STDOUT,">$output";
35 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/tools/tools/ansify/
H A Dansify.pl160 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
/freebsd-12-stable/contrib/sendmail/contrib/
H A Detrn.pl228 select(STDOUT);
/freebsd-12-stable/usr.sbin/cron/lib/
H A Dcompat.c110 (void) close(STDOUT); (void) open(_PATH_DEVNULL, 1);
/freebsd-12-stable/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in118 # Logging - Default is to use syslog(3) if STDOUT isn't
120 if ($SYSLOG || !-t STDOUT) {
259 print STDOUT "$msg\n";
420 -s Send output to syslog(3) - implied if STDOUT has no tty or redirected
421 -t Send output to terminal - implied if STDOUT attached to terminal
/freebsd-12-stable/crypto/openssl/crypto/poly1305/asm/
H A Dpoly1305-s390x.pl38 open STDOUT,">$output";
227 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-c64xplus.pl190 open STDOUT,">$output";
192 close STDOUT or die "error closing STDOUT: $!";
H A Drc4-s390x.pl44 open STDOUT,">$output";
241 close STDOUT or die "error closing STDOUT: $!"; # force flush
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl54 open STDOUT,">$output";
249 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/crypto/openssl/crypto/des/asm/
H A Dcrypt586.pl17 open STDOUT,">$output";
28 close STDOUT or die "error closing STDOUT: $!";
/freebsd-12-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl58 open STDOUT,">$output";
262 close STDOUT or die "error closing STDOUT: $!";

Completed in 245 milliseconds

12345678