Searched refs:stdout (Results 101 - 125 of 211) sorted by relevance

123456789

/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dconsole.tcl58 ## Specifies the color for "stdout".
319 foreach col {prompt stdout stderr stdin proc} {
363 -stdoutcolor { $c tag config stdout -foreground $val }
430 # Outputs: result of command to stdout (or stderr if error occured)
479 $w insert output $res\n stdout
552 if {[string compare {} $pre]} { $w insert end $pre stdout }
657 -command [namespace code [list _save $W stdout]]
911 if {![regexp -nocase {^(all|history|stdin|stdout|stderr)$} $type]} {
932 stdin - stdout - stderr {
1069 ## This allows me to capture all stdout/stder
[all...]
H A Dutil-expand.tcl29 # output to stdout. Triggers bell if no matches are found.
83 puts stdout [lsort [lreplace $res 0 0]]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Dciphers.c111 STDout=BIO_new_fp(stdout,BIO_NOCLOSE);
H A Dgendh.c175 BIO_set_fp(out,stdout,BIO_NOCLOSE);
H A Dpkey.c221 out = BIO_new_fp (stdout, BIO_NOCLOSE);
H A Drand.c193 r = BIO_set_fp(out, stdout, BIO_NOCLOSE | BIO_FP_TEXT);
H A Dcrl.c82 " -out arg - output file - default stdout\n",
133 BIO_set_fp(bio_out,stdout,BIO_NOCLOSE);
356 BIO_set_fp(out,stdout,BIO_NOCLOSE);
H A Dreq.c111 * -out arg - output file - default stdout
710 BIO_printf(bio_err,"writing new private key to stdout\n");
711 BIO_set_fp(out,stdout,BIO_NOCLOSE);
961 BIO_set_fp(out,stdout,BIO_NOCLOSE);
1022 fprintf(stdout,"Modulus=unavailable\n");
1025 fprintf(stdout,"Modulus=");
1031 fprintf(stdout,"Wrong Algorithm type");
1033 fprintf(stdout,"\n");
H A Dengine.c362 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
520 ERR_print_errors_fp(stdout);
/barrelfish-master/lib/openssl-1.0.0d/crypto/dh/
H A Ddhtest.c118 BIO_set_fp(out,stdout,BIO_NOCLOSE);
/barrelfish-master/lib/openssl-1.0.0d/crypto/pkcs7/
H A Ddec.c166 fwrite(buf,1, i, stdout);
H A Dverify.c87 bio_out=BIO_new_fp(stdout,BIO_NOCLOSE);
/barrelfish-master/lib/openssl-1.0.0d/demos/
H A Db64.c213 BIO_set_fp(out,stdout,BIO_NOCLOSE);
/barrelfish-master/lib/openssl-1.0.0d/
H A De_os.h316 # undef stdout macro
320 # define stdout (&__iob_func()[1]) macro
324 # undef stdout macro
334 # define stdout (&_imp___iob[1]) macro
/barrelfish-master/lib/openssl-1.0.0d/test/
H A Ddhtest.c118 BIO_set_fp(out,stdout,BIO_NOCLOSE);
/barrelfish-master/include/openssl/local/
H A De_os.h316 # undef stdout macro
320 # define stdout (&__iob_func()[1]) macro
324 # undef stdout macro
334 # define stdout (&_imp___iob[1]) macro
/barrelfish-master/lib/acpica/generate/linux/
H A Dgen-patch.sh196 git format-patch -1 --stdout >> $GP_acpica_patch
/barrelfish-master/usr/eclipseclp/JavaInterface/
H A Djoop_boot.pl32 % write the port and password out to stdout
/barrelfish-master/usr/acpi/
H A Dacpi_main.c171 Gbl_OutputFile = stdout;
/barrelfish-master/usr/tests/mdbtests/
H A Dtest_ops_with_root.c101 putchar('-'); fflush(stdout);
/barrelfish-master/lib/openssl-1.0.0d/crypto/threads/
H A Dnetware.bat9 rem want to redirect stdout and stderr. An example command line would be
/barrelfish-master/tools/harness/tests/
H A Dwebserver.py449 self.proc = self._launchssh(cmd, stdout=subprocess.PIPE, bufsize=0)
459 return self.proc.stdout.fileno()
463 s = self.proc.stdout.read(1)
/barrelfish-master/lib/libc/regex/grot/
H A Dmain.c87 regprint(&re, stdout);
149 fprintf(stdout, "%d:\n", line);
/barrelfish-master/lib/lua/src/
H A Dlua.c78 ((void)L, fputs(p, stdout), fflush(stdout), /* show prompt */ \
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dbsi.pl183 set_stream(output, stdout),
227 prolog_flag(current_output, Old, stdout).

Completed in 223 milliseconds

123456789