Searched refs:stdout (Results 151 - 175 of 183) sorted by relevance

12345678

/vbox/src/libs/libpng-1.2.8/contrib/gregbook/
H A Drpng2-win.c252 freopen("CONOUT$", "a", stdout);
1095 fflush(stdout);
H A Drpng-x.c371 fflush(stdout);
H A Drpng2-x.c1348 fflush(stdout);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DAParser.cpp869 printMessage(stdout,"line %d: semantic error; failed predicate: '%s'\n",
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/
H A DVfrCompiler.cpp431 fprintf (stdout, "%s\n", Help[Index]);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c207 fp_query(msg, stdout);
/vbox/src/VBox/Runtime/r3/
H A Dstream.cpp136 stdout,
/vbox/src/libs/xpcom18a4/xpcom/tests/
H A DTestPipes.cpp150 putc(buf[j], stdout);
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A Dmain.c531 { "-stdout",0, (void (*)(...)) pStdout,"Send grammar.c/grammar.cpp to stdout"}, /* MR6 */
594 { "-stdout",0, pStdout, "Send grammar.c/grammar.cpp to stdout"}, /* MR6 */
906 fprintf(stdout,"\nTree Nodes: peak %dk created %dk lost %d\n",
911 fprintf(stdout,"\nTree Nodes: peak %d created %d lost %d\n",
H A Dmisc.c975 s_fprT(stdout, alt->fset[k]);
992 s_fprT(stdout, alt->fset[k]);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1397 fwrite(achBuf, 1, cbRead, stdout);
1574 * Create a couple of temporary files for stderr and stdout.
1590 rc = RTPathJoin(szStdOut, sizeof(szStdOut), szTempDir, "stdout");
1606 * Insert the --elevated and stdout/err names into the argument
1607 * list. Note that darwin skips the --stdout bit, so don't
1617 papszArgs[iDst++] = "--stdout";
1818 { "--stdout", OPT_STDOUT, RTGETOPT_REQ_STRING },
1890 FILE *pFile = freopen(ValueUnion.psz, "r+", ch == OPT_STDOUT ? stdout : stderr);
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.c1164 fprintf(stdout,
1170 fprintf(stdout, "No command specified to be spawn in seamless mode.\n");
1669 stdout/stderr output, call linehandler. Returns false on failure. */
1697 /* Redirect stdout and stderr to pipe */
H A Dsecure.c649 rdssl_cert_print_fp(stdout, ignorecert);
H A Dserial.c585 fflush(stdout);
/vbox/src/VBox/ValidationKit/testdriver/
H A Dreporter.py533 self.oOutput = sys.stdout; # Hack for __del__ output.
1353 try: sys.stdout.flush();
H A Dbase.py300 oPs = subprocess.Popen(asPsCmd, stdout=subprocess.PIPE);
/vbox/src/VBox/Frontends/VBoxShell/
H A Dvboxshell.py192 sys.stdout.flush()
1148 sys.stdout.write(data)
1157 sys.stdout.write(data)
1182 stream = sys.stdout
1248 ctx['process'] = subprocess.Popen(split_no_quotes(hcmd), stdout=subprocess.PIPE)
1709 sys.stdout.write(str(data))
/vbox/src/VBox/ExtPacks/VBoxDTrace/generated/
H A Ddt_lex.c1295 yyout = stdout;
3477 yyout = stdout;
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/
H A Ddtrace.c170 #ifndef VBOX /* stdout isn't a necessarily constant usable like this in C code. */
171 static FILE *g_ofp = stdout;
346 g_ofile ? g_ofile : "<stdout>");
1272 g_ofp = stdout;
/vbox/src/VBox/Main/glue/
H A Dvboxapi.py42 fp = kwargs.pop("file", sys.stdout)
/vbox/src/VBox/Runtime/common/string/
H A Duniread.cpp919 if (g_pCurOutFile && g_pCurOutFile != stdout && g_pCurOutFile != stderr)
983 * Flushes the 2nd stream to stdout.
/vbox/src/libs/libxml2-2.6.31/
H A Druntest.c3870 xmlGenericErrorContext = stdout;
3887 if (xmlGenericErrorContext != stdout) {
H A DxmlIO.c925 fd = stdout;
1020 if ((fil == stdout) || (fil == stderr)) {
2580 * If filename is "-' then we use stdout as the output.
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dirix.c1401 fflush(stdout);
/vbox/src/libs/xpcom18a4/xpcom/typelib/xpidl/
H A Dxpidl_typelib.c1108 fprintf(stdout, "DBG: adding method %s (nargs %d)\n",

Completed in 201 milliseconds

12345678