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

1234

/freebsd-10.1-release/contrib/top/
H A Dscreen.c96 #define STDOUT 1 macro
220 if (ioctl(STDOUT, TIOCGETP, &old_settings) == -1)
226 if (ioctl(STDOUT, TCGETA, &old_settings) == -1)
232 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.1-release/tools/tools/mid/
H A Dmid-master19 select(STDOUT);
/freebsd-10.1-release/sbin/mdconfig/tests/
H A Drun.pl54 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.1-release/crypto/openssh/
H A Dfixprogs35 select(OUT); $|=1; select(STDOUT);
46 close STDIN; close STDOUT; close STDERR;
48 open (STDOUT, ">/dev/null");
/freebsd-10.1-release/tools/regression/acltools/
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.1-release/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.1-release/crypto/openssl/crypto/perlasm/
H A Dppc-xlate.pl7 open STDOUT,">$output" || die "can't open $output: $!";
159 close STDOUT;
/freebsd-10.1-release/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.1-release/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.1-release/tools/tools/ansify/
H A Dansify.pl160 ansify(*STDIN{IO}, *STDOUT{IO}, "(stdin)");
/freebsd-10.1-release/usr.sbin/cron/cron/
H A Ddo_command.c257 close(STDOUT); dup2(stdout_pipe[WRITE_PIPE], STDOUT);
258 close(STDERR); dup2(STDOUT, STDERR);
/freebsd-10.1-release/contrib/sendmail/contrib/
H A Detrn.pl228 select(STDOUT);
/freebsd-10.1-release/usr.sbin/cron/lib/
H A Dcompat.c122 (void) close(STDOUT); (void) open(_PATH_DEVNULL, 1);
/freebsd-10.1-release/crypto/openssl/crypto/bn/asm/
H A Ds390x-gf2m.pl39 open STDOUT,">$output";
221 close STDOUT;
H A Ds390x-mont.pl58 open STDOUT,">$output";
277 close STDOUT;
H A Darmv4-mont.pl27 open STDOUT,">$output";
206 close STDOUT;
/freebsd-10.1-release/crypto/openssl/crypto/modes/asm/
H A Dghash-s390x.pl51 open STDOUT,">$output";
262 close STDOUT;
/freebsd-10.1-release/crypto/openssl/crypto/rc4/asm/
H A Drc4-s390x.pl37 open STDOUT,">$output";
234 close STDOUT; # force flush
/freebsd-10.1-release/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;
H A Dsha1-thumb.pl23 open STDOUT,">$output";
259 close STDOUT; # enforce flush
/freebsd-10.1-release/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.1-release/crypto/openssl/crypto/md5/asm/
H A Dmd5-x86_64.pl124 *STDOUT=*OUT;
370 close STDOUT;

Completed in 362 milliseconds

1234