Searched refs:STDOUT (Results 151 - 162 of 162) sorted by relevance

1234567

/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/
H A DTest.pm32 $TESTOUT = *STDOUT{IO};
/macosx-10.10.1/procmail-14/procmail/src/
H A Dformail.c544 oldstdout=dup(STDOUT);fclose(stdout);
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_syntax.rb627 STDERR.reopen(STDOUT)
H A Dtest_method.rb1031 STDERR.reopen(STDOUT)
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dcsv.rb1374 # <tt>STDIN</tt>, <tt>STDOUT</tt>, or
1941 # ahead in the <tt>@io</tt> and try to find one. +ARGF+, +STDIN+, +STDOUT+,
1962 if [ARGF, STDIN, STDOUT, STDERR].include?(@io) or
H A Doptparse.rb808 parser.compsys(STDOUT, arg)
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm441 $term_OUT = \*STDOUT unless defined $term_OUT;
1689 #print STDOUT "|al=`$AcceptLine'";
2429 &ioctl($term_OUT,$TCXONC,$TCOON); # || die "Can't ioctl TCXONC STDOUT: $!";
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/asm/
H A Dppc.pl154 ( defined shift || open STDOUT,">$opf" ) || die "can't open $opf: $!";
/macosx-10.10.1/bash-94.1.2/bash-3.2/support/
H A Dtexi2html2085 select(STDOUT);
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/
H A DLog4perl.pm1019 to both STDOUT and to a log file, say C<test.log>.
1053 # Logs both to STDOUT and to the file test.log
2184 the scenes. Also the keywords C<STDOUT> and C<STDERR> (no C<E<gt>> or
2213 file => "STDOUT",
/macosx-10.10.1/CPANInternal-159.1/Net-Telnet-3.03/lib/Net/
H A DTelnet.pm5101 open STDOUT, ">&$tty_fd" or die $!;
5102 open STDERR, ">&STDOUT" or die $!;
5203 binmode STDOUT;
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/
H A Dmarkdown.rb279 def show_error(io=STDOUT)

Completed in 314 milliseconds

1234567