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

1234

/freebsd-10-stable/contrib/top/
H A Dscreen.c95 #define STDOUT 1 macro
219 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1)
225 if (ioctl(STDOUT, TCGETA, &old_settings) == -1)
231 if (tcgetattr(STDOUT, &old_settings) == -1)
244 if (ioctl(STDOUT, TIOCGETP, &old_settings) != -1)
252 (void) ioctl(STDOUT, TIOCSETP, &new_settings);
260 (void) ioctl(STDOUT, TIOCLGET, &old_lword);
264 (void) ioctl(STDOUT, TIOCLSET, &new_lword);
274 if (ioctl(STDOUT, TCGETA, &old_settings) != -1)
284 (void) ioctl(STDOUT, TCSET
[all...]
/freebsd-10-stable/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh54 dtrace -C -s "${TFILE}" $dflags >$STDOUT 2>$STDERR
73 ksh "$TFILE" /usr/sbin/dtrace >$STDOUT 2>$STDERR
93 readonly STDOUT=$(mktemp)
103 ! cmp $STDOUT $EXOUT >/dev/null 2>&1; then
110 if [ $(stat -f '%z' $STDOUT) -gt 0 ]; then
114 $(cat $STDOUT)
128 rm -f $STDERR $STDOUT
/freebsd-10-stable/tools/tools/mid/
H A Dmid-master19 select(STDOUT);
/freebsd-10-stable/crypto/openssh/
H A Dfixprogs35 select(OUT); $|=1; select(STDOUT);
46 close STDIN; close STDOUT; close STDERR;
48 open (STDOUT, ">/dev/null");
/freebsd-10-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-10-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-10-stable/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl7 open STDOUT,">$output" || die "can't open $output: $!";
159 close STDOUT;
/freebsd-10-stable/lib/libkse/test/
H A Dverify41 select(STDOUT);
117 printf STDOUT "$line";
302 printf STDOUT "$line";
338 printf STDOUT "$line";
418 printf STDOUT "$line";
/freebsd-10-stable/crypto/openssl/crypto/
H A Dppccpuid.pl10 open STDOUT,"| $^X $xlate $flavour ".shift || die "can't call $xlate: $!";
132 close STDOUT;
H A Dpariscid.pl5 open STDOUT,">$output";
224 close STDOUT;
/freebsd-10-stable/tools/tools/ansify/
H A Dansify.pl160 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
/freebsd-10-stable/usr.sbin/cron/cron/
H A Ddo_command.c259 close(STDOUT); dup2(stdout_pipe[WRITE_PIPE], STDOUT);
260 close(STDERR); dup2(STDOUT, STDERR);
/freebsd-10-stable/contrib/sendmail/contrib/
H A Detrn.pl228 select(STDOUT);
/freebsd-10-stable/usr.sbin/cron/lib/
H A Dcompat.c122 (void) close(STDOUT); (void) open(_PATH_DEVNULL, 1);
/freebsd-10-stable/crypto/openssl/crypto/bn/asm/
H A Ds390x-mont.pl58 open STDOUT,">$output";
277 close STDOUT;
H A Ds390x-gf2m.pl39 open STDOUT,">$output";
221 close STDOUT;
H A Darmv4-mont.pl27 open STDOUT,">$output";
206 close STDOUT;
/freebsd-10-stable/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl51 open STDOUT,">$output";
262 close STDOUT;
/freebsd-10-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl37 open STDOUT,">$output";
234 close STDOUT; # force flush
/freebsd-10-stable/crypto/openssl/crypto/sha/asm/
H A Dsha1-s390x.pl46 open STDOUT,">$output";
246 close STDOUT;
H A Dsha1-armv4-large.pl56 open STDOUT,">$output";
248 close STDOUT; # enforce flush
H A Dsha1-sparcv9.pl27 open STDOUT,">$output";
284 close STDOUT;
/freebsd-10-stable/release/doc/share/misc/
H A Dman2hwnotes.pl93 open(OLDOUT, ">&STDOUT") || die("$!: Could not open STDOUT in ", __LINE__, ".\n");
94 open(STDOUT, ">$outputfile") || die("$!: Could not open $outputfile in ", __LINE__, ".\n");
129 open(STDOUT, ">&OLDOUT") || die("$!: Could not open STDOUT in ", __LINE__, ".\n");
/freebsd-10-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-10-stable/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl124 *STDOUT=*OUT;
370 close STDOUT;

Completed in 329 milliseconds

1234