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

1234567

/macosx-10.10.1/postfix-255/postfix/auxiliary/qshape/
H A Dqshape.pl186 if ( -t STDOUT ) {
/macosx-10.10.1/ruby-106/ruby/bootstraptest/
H A Dtest_eval.rb203 STDERR.reopen(STDOUT)
H A Dtest_block.rb508 STDERR.reopen(STDOUT)
/macosx-10.10.1/ruby-106/ruby/lib/test/unit/
H A Dparallel.rb93 @stdout = increment_io(STDOUT)
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dun.rb250 STDOUT.flush
H A Dirb.rb22 STDOUT.sync = true
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dserver.rb52 STDOUT.reopen("/dev/null", "w")
/macosx-10.10.1/CPANInternal-159.1/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm95 # '-' (STDIN if mode = 'r', STDOUT if mode='w')
159 $New = sub { $mode eq 'w' ? *STDOUT : *STDIN }
555 print STDOUT $readable_options;
2260 Perl::Tidy::Tokenizer->dump_token_types(*STDOUT);
2739 print STDOUT <<EOM;
2748 print STDOUT "$abbrev --> @list\n";
3021 print STDOUT "$$rconfig_file_chatter";
3023 print STDOUT "# Dump of file: '$config_file'\n";
3024 while ( my $line = $fh->getline() ) { print STDOUT $line }
3028 print STDOUT "#
[all...]
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DFilters.pm646 binmode(STDOUT) if $options->{ binmode };
647 print STDOUT $text;
/macosx-10.10.1/llvmCore-3425.0.34/utils/lit/lit/
H A DTestRunner.py114 result = subprocess.STDOUT
138 if (stderr == subprocess.STDOUT and stdout != subprocess.PIPE):
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DScreenColoredLevels.pm183 is set to a false value, it will log to STDOUT. The default setting
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/bin/
H A Dtpage219 template processor and the resulting output is sent to STDOUT and can be
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dpod2man.pl663 print STDOUT $_;
693 print STDOUT $',"\n\n";
702 print STDOUT $'."\n\n";
896 print STDOUT qq{.Ip "$_" $indent\n};
/macosx-10.10.1/cxxfilt-11/cxxfilt/etc/
H A Dtexi2pod.pl80 open(STDOUT, ">$out") or die "opening \"$out\": $!\n";
/macosx-10.10.1/llvmCore-3425.0.34/utils/
H A Dllvm-compilers-check294 stderr=subprocess.STDOUT)
315 stderr=subprocess.STDOUT)
/macosx-10.10.1/ruby-106/ruby/lib/rdoc/markdown/
H A Dliterals_1_9.rb130 def show_error(io=STDOUT)
/macosx-10.10.1/ruby-106/ruby/lib/rubygems/
H A Duser_interaction.rb538 # STDOUT, and STDERR.
542 super STDIN, STDOUT, STDERR, true
/macosx-10.10.1/ruby-106/ruby/test/cgi/
H A Dtest_cgi_core.rb21 $stdout = STDOUT
/macosx-10.10.1/ruby-106/ruby/tool/
H A Dmake-snapshot8 STDOUT.sync = true
H A Dmkconfig.rb280 $stdout = STDOUT
/macosx-10.10.1/ntp-92/scripts/monitoring/
H A Dntploopwatch259 close(STDOUT);
260 open(STDOUT,">&STDERR") ||
261 die("$0: failed to redirect STDOUT of plot command: $!\n");
263 print STDOUT "plot command running as $$\n";
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/
H A DTemplate.pm145 $self->{ OUTPUT } = $config->{ OUTPUT } || \*STDOUT;
165 # print to a glob (such as \*STDOUT)
328 By default, the processed template output is printed to C<STDOUT>. The
397 location other than C<\*STDOUT>. The C<OUTPUT_PATH> specifies a directory
/macosx-10.10.1/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm132 %COLOR = () unless -t STDOUT;
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DHarness.pm225 or failed based on their output to STDOUT (details above). It prints
282 filehandle (usually C<STDOUT>), or to the filehandle given by the
556 if ( -t STDOUT and not $ENV{HARNESS_NOTTY} and not $Verbose ) {
990 When set to a true value, forces it to behave as though STDOUT were
/macosx-10.10.1/ruby-106/ruby/lib/rake/
H A Dapplication.rb55 @tty_output = STDOUT.tty?

Completed in 429 milliseconds

1234567