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

1234567

/macosx-10.10.1/ruby-106/ruby/test/minitest/
H A Dtest_minitest_spec.rb734 MiniTest::Unit.output = STDOUT
/macosx-10.10.1/ruby-106/ruby/test/rake/
H A Dtest_rake_application.rb328 assert_equal STDOUT, @app.options.trace_output
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/
H A DDump.pm642 result to STDOUT (actually, it's the currently selected output handle, but
643 STDOUT is the default for that).
/macosx-10.10.1/procmail-14/procmail/src/
H A Dprocmail.c214 while((savstdout=rdup(STDOUT))<=STDERR)
220 fclose(stdout);rclose(STDOUT); /* just to make sure */
H A Dmailfold.c199 fd=rdup(Deliverymode==2?STDOUT:savstdout);
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm971 It's ok for your test to change where STDOUT and STDERR point to,
1083 Defaults to STDOUT.
1101 Defaults to STDOUT.
1178 # Set everything to unbuffered else plain prints to STDOUT will
1181 _autoflush(\*STDOUT);
1191 # We dup STDOUT and STDERR so people can change them in their
1193 open(TESTOUT, ">&STDOUT") or die "Can't dup STDOUT: $!";
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DBuilder.pm1168 It's ok for your test to change where STDOUT and STDERR point to,
1285 Defaults to STDOUT.
1303 Defaults to STDOUT.
1367 # Set everything to unbuffered else plain prints to STDOUT will
1370 _autoflush(\*STDOUT);
1386 # We dup STDOUT and STDERR so people can change them in their
1388 open( $Testout, ">&STDOUT") or die "Can't dup STDOUT: $!";
1391 # $self->_copy_io_layers( \*STDOUT, $Testout );
/macosx-10.10.1/CPAN-56/
H A DgenOSS.pl697 $OUT = \*STDOUT if !$write;
/macosx-10.10.1/CPANInternal-159.1/common-sense-3.6/
H A Dsense.pm.PL3 open STDOUT, ">$ARGV[0]~"
60 close STDOUT;
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha1-ia64.pl305 $output=shift and open STDOUT,">$output";
H A Dsha512-ia64.pl97 open STDOUT,">$output" || die "can't open $output: $!";
/macosx-10.10.1/PostgreSQL-97/Support/backup_restore/
H A Dxpostgres885 # We currently output only to STDOUT / STDERR and launchd is configured
928 STDOUT->autoflush(1);
/macosx-10.10.1/ruby-106/ruby/test/cgi/
H A Dtest_cgi_tag_helper.rb21 $stdout = STDOUT
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_econv.rb920 Marshal.dump($!, STDOUT)
921 STDOUT.flush
H A Dtest_io.rb941 assert_equal(STDOUT, IO.try_convert(STDOUT))
942 assert_equal(nil, IO.try_convert("STDOUT"))
1763 STDOUT.reopen(f)
1765 system(#{EnvUtil.rubybin.dump}, '-e', 'STDOUT.print "out"')
2544 assert_equal(1, STDOUT.fileno)
/macosx-10.10.1/curl-83.1.2/curl/tests/
H A Druntests.pl3181 $STDOUT="$LOGDIR/stdout$testnum";
3326 $CURLOUT = $STDOUT; # sends received data to stdout
3391 $CMDLINE .= "$cmdargs >$STDOUT 2>$STDERR";
3626 my @actual = loadarray($STDOUT);
/macosx-10.10.1/OpenSSL098-52/src/crypto/aes/asm/
H A Daes-x86_64.pl30 open STDOUT,"| $^X ../perlasm/x86_64-xlate.pl $output";
1591 close STDOUT;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dforth.vim234 syn keyword forthFileWords SLURP-FILE SLURP-FID STDIN STDOUT STDERR
H A Druby.vim121 syn match rubyPredefinedConstant "\%(\%(\.\@<!\.\)\@<!\|::\)\_s*\zs\%(RUBY_VERSION\|STDERR\|STDIN\|STDOUT\|TOPLEVEL_BINDING\|TRUE\)\>\%(\s*(\)\@!"
/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DBuilder.pm1204 # Set everything to unbuffered else plain prints to STDOUT will
1207 _autoflush( \*STDOUT );
1221 # We dup STDOUT and STDERR so people can change them in their
1223 open( $Testout, ">&STDOUT" ) or die "Can't dup STDOUT: $!";
1226 # $self->_copy_io_layers( \*STDOUT, $Testout );
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DFAQ.pm2014 # Either STDOUT ...
2015 binmode(STDOUT, ":utf8);
2025 If you print a byte string to STDOUT,
2026 all is well, because STDOUT is by default set to byte mode. However,
2027 if you print a Unicode string to STDOUT without precautions, C<perl>
2038 "Mike"), STDOUT is in byte mode and the warning
2042 appears. Setting STDOUT to UTF-8 mode as in
2044 perl -le 'binmode(STDOUT, ":utf8"); print "\x{30DE}\x{30A4}\x{30AF}"'
2046 will silently print the Unicode string to STDOUT in UTF-8. To see the
2570 to end up at? STDOUT
[all...]
H A DConfig.pm1093 =head2 Append to STDOUT
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DTester.pm104 my $out = tie *$output_handle, "Test::Builder::Tester::Tie", "STDOUT";
319 (probably STDOUT and STDERR,) meaning any further tests you run
/macosx-10.10.1/ruby-106/ruby/test/logger/
H A Dtest_logger.rb516 @app.logger = logger = Logger.new(STDOUT)
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dtest.rb28 @tty = STDERR.tty? && !STDOUT.tty? && /dumb/ !~ ENV["TERM"] if @tty.nil?
120 STDOUT.flush

Completed in 398 milliseconds

1234567