Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Include/
Dsysmodule.h21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dsysmodule.h21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dsysmodule.h21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dsysmodule.h21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dsysmodule.h21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dsys.rst299 .. c:function:: void PySys_FormatStdout(const char *format, ...)
309 As :c:func:`PySys_FormatStdout`, but write to :data:`sys.stderr` or *stderr*
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2137 PySys_FormatStdout:void:::
2138 PySys_FormatStdout:const char*:format::
2139 PySys_FormatStdout::...::
Dstable_abi.dat595 function,PySys_FormatStdout,3.2,,
Dpython3.11.abi652 …<elf-symbol name='PySys_FormatStdout' type='func-type' binding='global-binding' visibility='defaul…
15578PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='3452' …
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c545 EXPORT_FUNC(PySys_FormatStdout)
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c3498 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
/aosp_15_r20/external/python/cpython3/Misc/
Dstable_abi.toml1313 [function.PySys_FormatStdout]
DHISTORY12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to