Searched refs:PySys_FormatStdout (Results 1 – 9 of 9) sorted by relevance
21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
280 .. c:function:: void PySys_FormatStdout(const char *format, ...)290 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
534 EXPORT_FUNC(PySys_FormatStdout)
577 function,PySys_FormatStdout,3.2,
2137 PySys_FormatStdout:void:::2138 PySys_FormatStdout:const char*:format::2139 PySys_FormatStdout::...::
636 …<elf-symbol name='PySys_FormatStdout' type='func-type' binding='global-binding' visibility='defaul…18252 …PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='3335' …
1221 function PySys_FormatStdout
12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
3335 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function