Home
last modified time | relevance | path

Searched refs:_Py_write_noraise (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Modules/
D_posixsubprocess.c624 _Py_write_noraise(errpipe_write, "OSError:", 8); in child_exec()
630 _Py_write_noraise(errpipe_write, cur, hex_errno + sizeof(hex_errno) - cur); in child_exec()
631 _Py_write_noraise(errpipe_write, ":", 1); in child_exec()
634 _Py_write_noraise(errpipe_write, "noexec", 6); in child_exec()
639 _Py_write_noraise(errpipe_write, "SubprocessError:0:", 18); in child_exec()
640 _Py_write_noraise(errpipe_write, err_msg, strlen(err_msg)); in child_exec()
Dfaulthandler.c41 #define PUTS(fd, str) _Py_write_noraise(fd, str, strlen(str))
637 _Py_write_noraise(thread.fd, thread.header, (int)thread.header_len); in faulthandler_thread()
Dsignalmodule.c359 Py_ssize_t rc = _Py_write_noraise(fd, &byte, 1); in trip_signal()
D_tracemalloc.c1482 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
/external/python/cpython3/Python/
Dtraceback.c17 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
650 _Py_write_noraise(fd, ptr, end - ptr); in _Py_DumpDecimal()
675 _Py_write_noraise(fd, ptr, end - ptr); in _Py_DumpHexadecimal()
735 _Py_write_noraise(fd, str, size); in _Py_DumpASCII()
748 _Py_write_noraise(fd, &c, 1); in _Py_DumpASCII()
Dfileutils.c1881 _Py_write_noraise(int fd, const void *buf, size_t count) in _Py_write_noraise() function
Dpylifecycle.c41 #define PUTS(fd, str) _Py_write_noraise(fd, str, (int)strlen(str))
/external/python/cpython3/Include/cpython/
Dfileutils.h115 PyAPI_FUNC(Py_ssize_t) _Py_write_noraise(
/external/python/cpython3/Doc/data/
Dpython3.10.abi1425 …<elf-symbol name='_Py_write_noraise' type='func-type' binding='global-binding' visibility='default…
16895 …<function-decl name='_Py_write_noraise' mangled-name='_Py_write_noraise' filepath='./Include/cpyth…
18961_Py_write_noraise' mangled-name='_Py_write_noraise' filepath='Python/fileutils.c' line='1881' colu…