Searched refs:PySys_FormatStdout (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/python/cpython3/Include/ |
D | sysmodule.h | 21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/ |
D | sysmodule.h | 21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/ |
D | sysmodule.h | 21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/ |
D | sysmodule.h | 21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/ |
D | sysmodule.h | 21 PyAPI_FUNC(void) PySys_FormatStdout(const char *format, ...);
|
/aosp_15_r20/external/python/cpython3/Doc/c-api/ |
D | sys.rst | 299 .. 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/ |
D | refcounts.dat | 2137 PySys_FormatStdout:void::: 2138 PySys_FormatStdout:const char*:format:: 2139 PySys_FormatStdout::...::
|
D | stable_abi.dat | 595 function,PySys_FormatStdout,3.2,,
|
D | python3.11.abi | 652 …<elf-symbol name='PySys_FormatStdout' type='func-type' binding='global-binding' visibility='defaul… 15578 …PySys_FormatStdout' mangled-name='PySys_FormatStdout' filepath='./Python/sysmodule.c' line='3452' …
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | python3dll.c | 545 EXPORT_FUNC(PySys_FormatStdout)
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | sysmodule.c | 3498 PySys_FormatStdout(const char *format, ...) in PySys_FormatStdout() function
|
/aosp_15_r20/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1313 [function.PySys_FormatStdout]
|
D | HISTORY | 12311 - Issue #9599: Create PySys_FormatStdout() and PySys_FormatStderr() functions to
|