Home | History | Annotate | Download | only in Python

Lines Matching defs:stdout

42 _Py_IDENTIFIER(stdout);
488 /* Flush stdout and stderr */
583 /* Flush sys.stdout and sys.stderr */
614 /* Flush sys.stdout and sys.stderr (again, in case more was printed) */
624 * XXX cleared out (sys.stdout is gone, sys.excepthook is gone, etc).
1138 sys.stdout and sys.stderr: translate "\n" to "\r\n". */
1142 sys.stdout and sys.stderr: don't translate newlines (use "\n"). */
1179 /* Initialize sys.stdin, stdout, stderr and builtins.open */
1246 stdin and stdout use the surrogateescape error handler by
1256 /* Under some conditions stdin, stdout and stderr may not be connected
1267 /* Set sys.stdout */
1268 fd = fileno(stdout);
1269 std = create_stdio(iomod, fd, 1, "<stdout>", encoding, errors);
1435 /* Flush sys.stdout and sys.stderr */
1530 fflush(stdout);