Home
last modified time | relevance | path

Searched refs:PySys_FormatStdout (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Include/
Dsysmodule.h25 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/external/python/cpython3/Programs/
D_testembed.c348 PySys_FormatStdout("%S\n", res); in dump_config_impl()
/external/python/cpython3/Doc/c-api/
Dsys.rst253 .. c:function:: void PySys_FormatStdout(const char *format, ...)
263 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
/external/python/cpython3/PC/
Dpython3.def554 PySys_FormatStdout=python37.PySys_FormatStdout
/external/python/cpython3/Doc/data/
Drefcounts.dat2128 PySys_FormatStdout:void:::
2129 PySys_FormatStdout:const char*:format::
2130 PySys_FormatStdout::...::
/external/python/cpython3/Python/
Dsysmodule.c2784 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
/external/python/cpython3/Misc/
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to