/freebsd/cddl/usr.sbin/dtrace/tests/tools/ |
H A D | dtest.sh | 54 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 D | run | 53 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 D | withlibctx.pl | 16 open (my $STDOUT_ORIG, '>&', STDOUT); 22 open(STDOUT, '>>', $tmpfile); 25 close(STDOUT); 29 open (STDOUT, '>&', $STDOUT_ORIG);
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 01-test_symbol_presence.t | 49 *OSTDOUT = *STDOUT; 51 open STDOUT, ">", devnull(); 54 close STDOUT; 56 *STDOUT = *OSTDOUT;
|
/freebsd/crypto/openssl/ms/ |
H A D | uplink-ia64.pl | 9 $output = pop and open STDOUT,">$output"; 60 close STDOUT;
|
H A D | uplink-x86.pl | 15 $output = pop and open STDOUT,">$output"; 43 close STDOUT;
|
H A D | uplink-x86_64.pl | 15 *STDOUT=*OUT; 74 close STDOUT;
|
/freebsd/crypto/openssl/crypto/ |
H A D | arm64cpuid.pl | 22 *STDOUT=*OUT; 167 close STDOUT or die "error closing STDOUT: $!";
|
H A D | armv4cpuid.pl | 22 *STDOUT=*OUT; 300 close STDOUT or die "error closing STDOUT: $!";
|
H A D | c64xpluscpuid.pl | 10 open STDOUT,">$output"; 287 close STDOUT or die "error closing STDOUT: $!";
|
H A D | alphacpuid.pl | 10 $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 D | dtest.pl | 163 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 D | ia64-mont.pl | 859 open STDOUT,">$output" if $output; 861 close STDOUT or die "error closing STDOUT: $!";
|
H A D | armv4-gf2m.pl | 53 open STDOUT,"| \"$^X\" $xlate $flavour \"$output\"" 56 $output and open STDOUT,">$output"; 341 close STDOUT or die "error closing STDOUT: $!"; # enforce flush
|
H A D | via-mont.pl | 91 $output = pop and open STDOUT,">$output"; 250 close STDOUT or die "error closing STDOUT: $!";
|
H A D | c64xplus-gf2m.pl | 26 $output = pop and open STDOUT,">$output"; 159 close STDOUT or die "error closing STDOUT: $!";
|
/freebsd/crypto/openssl/crypto/rc4/asm/ |
H A D | rc4-c64xplus.pl | 189 $output = pop and open STDOUT,">$output"; 191 close STDOUT or die "error closing STDOUT: $!";
|
/freebsd/crypto/openssl/crypto/perlasm/ |
H A D | arm-xlate.pl | 13 open STDOUT,">$output" || die "can't open $output: $!"; 193 close STDOUT or die "error closing STDOUT: $!";
|
/freebsd/crypto/openssl/crypto/rc5/asm/ |
H A D | rc5-586.pl | 15 $output = pop and open STDOUT,">$output"; 34 close STDOUT or die "error closing STDOUT: $!";
|
/freebsd/crypto/openssl/util/perl/OpenSSL/ |
H A D | Test.pm | 458 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 D | calc_tickadj-opts | 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 60 END { close STDOUT };
|
/freebsd/contrib/ntp/scripts/ntp-wait/ |
H A D | ntp-wait-opts | 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 62 END { close STDOUT };
|
/freebsd/contrib/ntp/scripts/ntptrace/ |
H A D | ntptrace-opts | 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 62 END { close STDOUT };
|
/freebsd/contrib/ntp/scripts/update-leap/ |
H A D | update-leap.in | 119 # 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 D | ntpsweep-opts | 22 open STDOUT, "| $pager" or die "Can't fork a pager: $!"; 67 END { close STDOUT };
|