Searched refs:create_stdio (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Python/ |
D | pylifecycle.c | 2139 create_stdio(const PyConfig *config, PyObject* io, in create_stdio() function 2347 std = create_stdio(config, iomod, fd, 0, "<stdin>", in init_sys_streams() 2358 std = create_stdio(config, iomod, fd, 1, "<stdout>", in init_sys_streams() 2370 std = create_stdio(config, iomod, fd, 1, "<stderr>", in init_sys_streams()
|
/third_party/python/Tools/c-analyzer/ |
D | TODO | 561 Python/pylifecycle.c:create_stdio():PyId_TextIOWrapper _Py_IDENTIFIER(TextIOWrapper) 562 Python/pylifecycle.c:create_stdio():PyId_isatty _Py_IDENTIFIER(isatty) 563 Python/pylifecycle.c:create_stdio():PyId_mode _Py_IDENTIFIER(mode) 564 Python/pylifecycle.c:create_stdio():PyId_open _Py_IDENTIFIER(open) 565 Python/pylifecycle.c:create_stdio():PyId_raw _Py_IDENTIFIER(raw)
|