Searched refs:stdout (Results 126 - 150 of 183) sorted by relevance

12345678

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Dwpng.c272 setmode(fileno(stdout), O_BINARY);
279 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) {
281 ": unable to reopen stdout in binary mode\n");
387 "``.png'' extension; files read from stdin are converted and sent to stdout.\n"
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/msvcrt/
H A Dstdio.h94 #define stdout (_iob+STDOUT_FILENO) macro
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/vbox/libWineStub/
H A Ddebug.c454 return vfprintf( stdout, format, args );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/
H A Ddebug.c454 return vfprintf( stdout, format, args );
/vbox/src/libs/libxml2-2.6.31/
H A DtestRegexp.c361 xmlRegexpPrint(stdout, comp);
H A Dxpointer.c2470 xmlDebugDumpString(stdout, cur->content);
2487 xmlDebugDumpString(stdout, cur->content);
2554 xmlDebugDumpString(stdout, cur->content);
2577 xmlDebugDumpString(stdout, cur->content);
2814 xmlXPathDebugDumpObject(stdout, oldset->locTab[i], 0);
2825 xmlDebugDumpString(stdout, start->content);
2829 xmlDebugDumpString(stdout, end->content);
/vbox/src/libs/zlib-1.2.6/examples/
H A Denough.c346 fflush(stdout);
H A Dzran.c348 the way through the uncompressed output, and writing that to stdout. */
396 fwrite(buf, 1, len, stdout);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/
H A Ddebug.c407 return vfprintf( stdout, format, args );
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/vbox/libWineStub/
H A Ddebug.c454 return vfprintf( stdout, format, args );
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/AutoGen/
H A DGenDepex.py349 sys.stdout.write(Buffer.getvalue())
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_update.c507 fprintf(stdout, "res_mkupdate: packet size = %d\n", n);
/vbox/src/VBox/Devices/Graphics/shaderlib/libWineStub/
H A Ddebug.c468 return vfprintf( stdout, format, args );
/vbox/src/VBox/Devices/Network/slirp/
H A Dslirp.h426 # define stdout NULL macro
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Derror.c296 *stdout = *fp;
/vbox/src/VBox/Devices/PC/ipxe/src/util/
H A Dzbin.c405 if ( fwrite ( output->buf, 1, output->len, stdout ) != output->len ) {
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A Dtest_main.cpp475 nsFileCharSink<char> output(stdout);
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/
H A Dxf86_libc.h564 #undef stdout macro
565 #define stdout xf86stdout macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/
H A Dxf86_libc.h564 #undef stdout macro
565 #define stdout xf86stdout macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/
H A Dxf86_libc.h570 #undef stdout macro
571 #define stdout xf86stdout macro
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/
H A DSimpleFileParsing.c637 fprintf (stdout, "%*cProcessing file '%s'\n", (int)NestDepth * 2, ' ', SourceFile->FileName);
638 fprintf (stdout, "Parent source file = '%s'\n", ParentSourceFile->FileName);
/vbox/src/VBox/Additions/x11/x11include/4.3/programs/Xserver/hw/xfree86/os-support/
H A Dxf86_libc.h520 #undef stdout macro
521 #define stdout xf86stdout macro
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.0.1/
H A Dxf86_libc.h568 #undef stdout macro
569 #define stdout xf86stdout macro
/vbox/src/VBox/ValidationKit/common/
H A Dutils.py330 assert dKeywordArgs.get('stdout') == None;
342 oProcess = subprocess.Popen(stdout=subprocess.PIPE, *aPositionalArgs, **dKeywordArgs);
602 oPs = subprocess.Popen(asPsCmd, stdout=subprocess.PIPE);
/vbox/src/VBox/ValidationKit/testboxscript/
H A Dtestboxtasks.py395 # Close the stdout pipe in case we were told to get lost.
399 self._log('warning: Exception closing stdout pipe of "%s" child: %s' % (sAction, oXcpt,));
428 stdout = subprocess.PIPE,
442 oChild.oOutputThread = threading.Thread(target=self._outputThreadProc, args=(oChild, oChild.stdout, sAction))

Completed in 105 milliseconds

12345678