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

12345678

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/build/
H A Dbuild.py252 Proc = Popen(Command, stdout=PIPE, stderr=PIPE, env=os.environ, cwd=WorkingDir, bufsize=-1)
257 if Proc.stdout:
258 StdOutThread = Thread(target=ReadMessage, args=(Proc.stdout, EdkLogger.info, EndOfProcedure))
280 if Proc.stdout:
928 sys.stdout.write (".")
929 sys.stdout.flush()
1062 sys.stdout.write ("Generate Load Module At Fix Address Map")
1063 sys.stdout.flush()
1198 sys.stdout.write ("\n")
1199 sys.stdout
[all...]
/vbox/src/VBox/Devices/Network/slirp/libalias/
H A Dalias_nbt.c395 fflush(stdout);
487 fflush(stdout);
847 fflush(stdout);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dtestfile.c197 setbuf(stdout, NULL);
233 setbuf(stdout, NULL);
270 setbuf(stdout, NULL);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpt/tools/
H A Dxpt_link.c239 fprintf(stdout, "XPT_MakeCursor failed for %s\n", name);
243 fprintf(stdout,
879 fprintf(stdout, "Usage: %s [-t version number] outfile file1.xpt file2.xpt ...\n"
/vbox/src/VBox/RDP/client-1.8.3/
H A Dtcp.c258 ERR_print_errors_fp(stdout);
363 ERR_print_errors_fp(stdout);
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsAtomTable.cpp241 fputs(str, stdout);
242 fputs("\n", stdout);
/vbox/src/VBox/ValidationKit/testmanager/core/
H A Dwebservergluebase.py91 self.oOutputRaw = sys.stdout;
92 self.oOutputText = codecs.getwriter('utf-8')(sys.stdout);
/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng-win.c139 freopen("CONOUT$", "a", stdout);
379 fflush(stdout);
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Include/
H A DOpenSslSupport.h222 extern FILE *stdout;
/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DCrtWrapper.c22 FILE *stdout = NULL; variable
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/GnuGenBootSector/
H A DGnuGenBootSector.c443 stdout,
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DVpdInfoFile.py241 stdout=subprocess.PIPE,
H A DMisc.py833 sys.stdout.write(self.PromptMessage + " ")
834 sys.stdout.flush()
838 sys.stdout.write(self.ProgressChar)
839 sys.stdout.flush()
843 sys.stdout.write(" " + self.CodaMessage + "\n")
844 sys.stdout.flush()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/GenFds/
H A DGenFdsGlobalVariable.py581 sys.stdout.write ('#')
582 sys.stdout.flush()
585 sys.stdout.write('\n')
588 PopenObject = subprocess.Popen(' '.join(cmd), stdout=subprocess.PIPE, stderr= subprocess.PIPE, shell=True)
/vbox/src/VBox/Main/cbinding/
H A DtstCAPIGlue.c160 fflush(stdout);
492 fflush(stdout);
596 fflush(stdout);
961 fflush(stdout);
/vbox/src/VBox/Devices/USB/testcase/
H A DtstTrekStorGo.c93 fputc(u8 < 127 && u8 >= 32 ? u8 : '.', stdout);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/msvcrt/
H A Dstdio.h104 #define stdout (_iob+STDOUT_FILENO) macro
/vbox/src/libs/libxml2-2.6.31/python/
H A Dlibxml_wrap.h152 (PyFile_Check(v) ? (PyFile_AsFile(v)) : stdout))
/vbox/src/libs/libxml2-2.6.31/
H A DtestAutomata.c243 xmlRegexpPrint(stdout, regexp);
H A DdebugXML.c64 ctxt->output = stdout;
1348 output = stdout;
1461 output = stdout;
1483 output = stdout;
1504 output = stdout;
1525 output = stdout;
1546 output = stdout;
1576 output = stdout;
1890 fp = stdout;
2791 * @output: the output FILE*, defaults to stdout i
[all...]
/vbox/src/libs/zlib-1.2.6/contrib/blast/
H A Dblast.c427 /* Decompress a PKWare Compression Library stream from stdin to stdout */
432 /* decompress to stdout */
433 ret = blast(inf, stdin, outf, stdout);
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dnrv2b.c1317 Fprintf((stdout, "input size %ld bytes\n", in_len));
1318 Fprintf((stdout, "output size %ld bytes\n", out_len));
1319 Fprintf((stdout, "input/output %.3f\n", (double)in_len / out_len));
1321 Fprintf((stdout, "input/output = %ld/%ld = %.3f\n", in_len, out_len,
1484 outfile = stdout;
/vbox/src/libs/libpng-1.2.8/
H A Dpngtest.c112 #define STDERR stdout /* for DOS */
133 fprintf(stdout,"\n Pass %d: ",pass);
140 fprintf(stdout, "\n ");
143 fprintf(stdout, "r");
158 fprintf(stdout, "w");
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp1014 freopen("CONOUT$", "w", stdout);
1015 setvbuf(stdout, NULL, _IONBF, 0);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_idl.c765 state.file = stdout;
779 if (state.file != stdout)

Completed in 123 milliseconds

12345678