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

1234567

/macosx-10.10.1/OpenSSL098-52/src/demos/maurice/
H A Dexample4.c17 #define STDOUT 1 macro
70 write(STDOUT, ebuf, ebuflen);
75 write(STDOUT, ebuf, ebuflen);
108 write(STDOUT, ebuf, ebuflen);
116 write(STDOUT, ebuf, ebuflen);
121 write(STDOUT, ebuf, ebuflen);
H A Dexample1.c30 #define STDOUT 1 macro
98 write(STDOUT, (char*)&net_ekeylen, sizeof(net_ekeylen));
99 write(STDOUT, ekey[0], ekeylen);
100 write(STDOUT, iv, sizeof(iv));
116 write(STDOUT, ebuf, ebuflen);
121 write(STDOUT, ebuf, ebuflen);
187 write(STDOUT, buf, buflen);
192 write(STDOUT, buf, buflen);
H A Dexample3.c17 #define STDOUT 1 macro
80 write(STDOUT, ebuf, ebuflen);
86 write(STDOUT, ebuf, ebuflen);
/macosx-10.10.1/ruby-106/ruby/sample/
H A Dclnt.rb12 STDOUT.flush
H A Dobserv.rb27 STDOUT.flush
H A Dtimeout.rb4 n.times {|i| print i; STDOUT.flush; sleep 1; i+= 1}
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dpost.pl11 print STDOUT $message->method, " ", $message->uri, "\n";
19 printf STDOUT " %-30s => %s\n", $param, $value;
H A Dlogger.pl43 print STDOUT "\n", $message->method, " ", $message->uri, "\n";
48 print STDOUT " (not printing binary data)\n";
58 printf STDOUT " %-20s => %s\n", $param, $value;
68 print STDOUT "\n", $req->method, " ", $req->uri, "\n";
71 print STDOUT $message->status_line, "\n";
80 print STDOUT " $h: $_\n" for ( $message->header($h) );
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dpost.pl11 print STDOUT $message->method, " ", $message->uri, "\n";
19 printf STDOUT " %-30s => %s\n", $param, $value;
H A Dlogger.pl43 print STDOUT "\n", $message->method, " ", $message->uri, "\n";
48 print STDOUT " (not printing binary data)\n";
58 printf STDOUT " %-20s => %s\n", $param, $value;
68 print STDOUT "\n", $req->method, " ", $req->uri, "\n";
71 print STDOUT $message->status_line, "\n";
80 print STDOUT " $h: $_\n" for ( $message->header($h) );
/macosx-10.10.1/ruby-106/ruby/benchmark/
H A Dmake_fasta_output.rb15 $stdout = STDOUT
/macosx-10.10.1/ruby-106/ruby/ext/pty/lib/
H A Dexpect.rb55 STDOUT.print c
56 STDOUT.flush
/macosx-10.10.1/ruby-106/ruby/sample/drb/
H A Dring_place.rb22 STDOUT.reopen('/dev/null', 'w')
/macosx-10.10.1/ruby-106/ruby/sample/pty/
H A Dscript.rb27 STDOUT.flush
H A Dshl.rb49 STDOUT.flush
61 STDOUT.flush
/macosx-10.10.1/dyld-353.2.1/unit-tests/bin/
H A Dmake-recursive.pl89 open(SAVEOUT, ">&STDOUT") || die("$!");
91 open(STDOUT, ">/tmp/unit-tests-stdout") || die("$!");
97 close(STDOUT) || die("$!");
99 open(STDOUT, ">&SAVEOUT") || die("$!");
/macosx-10.10.1/vim-55/runtime/tools/
H A Defm_perl.pl78 warn "Couldn't open $opt_f: $!. Using STDOUT instead.\n";
84 my $handle = (defined $opt_f ? \*FILE : \*STDOUT);
121 print STDOUT $msg;
140 Displays output on STDOUT.
/macosx-10.10.1/CPANInternal-159.1/IO-Socket-SSL/
H A DMakefile.PL35 my $isa_tty = -t STDIN && (-t STDOUT || !(-f STDOUT || -c STDOUT));
/macosx-10.10.1/ruby-106/ruby/ext/win32ole/sample/
H A Dolegen.rb141 def generate_method(method, disptype, io = STDOUT, types = nil)
155 def generate_propputref_methods(klass, io = STDOUT)
163 def generate_properties_with_args(klass, io = STDOUT)
186 def generate_propput_methods(klass, io = STDOUT)
203 def generate_propget_methods(klass, io = STDOUT)
212 def generate_func_methods(klass, io = STDOUT)
220 def generate_methods(klass, io = STDOUT)
228 def generate_constants(klass, io = STDOUT)
284 def define_class(klass, io = STDOUT)
295 def define_module(klass, io = STDOUT)
[all...]
/macosx-10.10.1/KerberosHelper-151/Source/
H A DconfigureLocalKDC53 close STDOUT;
54 open STDOUT, ">>/Library/Logs/LKDC-setup.log" || die "Failed to open STDOUT";
55 open STDERR, ">&STDOUT" || die "Failed to open STDERR";
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/plugins/
H A Diosspeedtracer.py23 ios_process = subprocess.Popen([os.path.join(os.path.dirname(os.path.abspath(__file__)), "iosspeedtracer.sh")], stdin=subprocess.PIPE, stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/
H A Dtest.pl29 $term = new Term::ReadLine 'Simple Perl calc', \*STDIN, \*STDOUT;
36 $OUT = $term->OUT || STDOUT;
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DgenerateErrStrings.pl98 select(STDOUT);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DgenerateErrStrings.pl98 select(STDOUT);
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DgenerateErrStrings.pl98 select(STDOUT);

Completed in 356 milliseconds

1234567