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

1234567

/macosx-10.10.1/rsync-45/rsync/support/
H A Datomic-rsync60 my $fh = $ret ? *STDERR : *STDOUT;
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dtracer.rb27 # output the following trace to STDOUT (Note you can also explicitly
68 # output stream used to output trace (defaults to STDOUT)
87 Tracer::stdout = STDOUT
H A Ddebug.rb196 STDOUT.print prompt
197 STDOUT.flush
891 @stdout = STDOUT
894 # Returns the IO used as stdout. Defaults to STDOUT
899 # Sets the IO used as stdout. Defaults to STDOUT
/macosx-10.10.1/ruby-106/ruby/sample/openssl/
H A Dc_rehash.rb139 STDOUT.puts("#{org_filename} => #{filepath}") unless @silent
/macosx-10.10.1/ruby-106/ruby/test/cgi/
H A Dtest_cgi_session.rb15 $stdout = STDOUT
/macosx-10.10.1/ruby-106/ruby/test/mkmf/
H A Dbase.rb29 STDOUT.print @filter ? @filter.call(@buffer) : @buffer
/macosx-10.10.1/ruby-106/ruby/tool/
H A Denc-emoji4unicode.rb126 io = STDOUT
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dmkexports.rb32 yield STDOUT
/macosx-10.10.1/CPANInternal-159.1/JSON-PP-2.27203/bin/
H A Djson_pp126 Writes a data in the given format to STDOUT.
/macosx-10.10.1/OpenSSL098-52/src/crypto/rc4/asm/
H A Drc4-x86_64.pl68 open STDOUT,"| $^X $xlate $output";
366 close STDOUT;
/macosx-10.10.1/procmail-14/procmail/src/
H A Dincludes.h290 #define STDOUT 1 macro
294 #define STDOUT STDOUT_FILENO macro
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminus/
H A Dpng2pnm.c34 #define STDOUT 1 macro
139 setmode (STDOUT, O_BINARY);
H A Dpnm2png.c33 #define STDOUT 1 macro
138 setmode (STDOUT, O_BINARY);
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/Transport/
H A DHTTP.pm614 binmode(STDOUT);
616 print STDOUT "$status $code ", HTTP::Status::status_message($code),
908 $self->{_fcgirq} = FCGI::Request( \*STDIN, \*STDOUT, \*STDERR );
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/inc/Devel/
H A DCheckLib.pm189 open STDOUT_SAVE, ">&STDOUT" or die "CheckLib: $! saving STDOUT";
196 open STDOUT, ">&" . fileno DEV_NULL
197 or die "CheckLib: $! redirecting STDOUT to null handle";
205 open STDOUT, ">&" . fileno STDOUT_SAVE
206 or die "CheckLib: $! restoring STDOUT handle";
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/bin/
H A Djson_xs59 Write the file in the given format to STDOUT.
121 version of it to STDOUT.
241 binmode STDOUT;
242 syswrite STDOUT, $_;
/macosx-10.10.1/CPANInternal-159.1/Mail-Sender-0.8.22/
H A DConfig.PL269 select STDOUT;
/macosx-10.10.1/OpenSSL098-52/src/crypto/sha/asm/
H A Dsha512-x86_64.pl50 open STDOUT,"| $^X $xlate $output";
344 close STDOUT;
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dmaint-tool43 format STDOUT =
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-en/
H A Ditems.rb346 print "Items enclosed by area: #{items.inspect}\n"; STDOUT.flush
351 print "Items overlapping area: #{items.inspect}\n"; STDOUT.flush
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/demos-jp/
H A Ditems.rb344 print "Items enclosed by area: #{items.inspect}\n"; STDOUT.flush
349 print "Items overlapping area: #{items.inspect}\n"; STDOUT.flush
/macosx-10.10.1/ruby-106/ruby/test/csv/
H A Dtest_interface.rb319 assert_equal(STDOUT, CSV.instance.instance_eval { @io })
320 assert_equal(STDOUT, CSV { |new_csv| new_csv.instance_eval { @io } })
/macosx-10.10.1/CPAN-56/
H A DgenNewOSS.pl183 $OUT = \*STDOUT;
/macosx-10.10.1/OpenSSL098-52/src/util/
H A Dmkdef.pl365 &print_test_file(*STDOUT,"SSLEAY",*ssl_list,$do_ctestall,@ssl_symbols)
368 &print_test_file(*STDOUT,"LIBEAY",*crypto_list,$do_ctestall,@crypto_symbols)
375 &print_def_file(*STDOUT,$libname,*ssl_list,@ssl_symbols)
378 &print_def_file(*STDOUT,$libname,*crypto_list,@crypto_symbols)
/macosx-10.10.1/cron-39/cron/
H A Dcron.h71 #define STDOUT 1 /* stdout's? */ macro

Completed in 324 milliseconds

1234567