Lines Matching refs:stdout
1333 "stdout", "__stdout__",
1604 /* Flush stdout and stderr */
1627 PyObject *fout = _PySys_GetAttr(tstate, &_Py_ID(stdout));
1810 /* Flush sys.stdout and sys.stderr */
1838 /* Flush sys.stdout and sys.stderr (again, in case more was printed) */
1848 * XXX cleared out (sys.stdout is gone, sys.excepthook is gone, etc).
2181 bpo-30225: On macOS Tiger, when stdout is redirected to a pipe and the other
2292 sys.stdout and sys.stderr: translate "\n" to "\r\n". */
2296 sys.stdout and sys.stderr: don't translate newlines (use "\n"). */
2386 /* Create sys.stdin, sys.stdout and sys.stderr */
2416 /* Under some conditions stdin, stdout and stderr may not be connected
2429 /* Set sys.stdout */
2430 fd = fileno(stdout);
2431 std = create_stdio(config, iomod, fd, 1, "<stdout>",
2437 _PySys_SetAttr(&_Py_ID(stdout), std);
2799 /* Flush sys.stdout and sys.stderr */
2933 fflush(stdout);