Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h135 PyAPI_FUNC(Py_ssize_t) _Py_write(
/external/python/cpython3/Objects/
Dfileobject.c384 n = _Py_write(self->fd, str, n); in stdprinter_write()
/external/python/cpython3/Modules/
Dossaudiodev.c442 rv = _Py_write(self->fd, data.buf, data.len); in oss_write()
497 rv = _Py_write(self->fd, cp, Py_MIN(size, INT_MAX)); in oss_writeall()
Dselectmodule.c767 n = _Py_write(self->fd_devpoll, self->fds, size); in devpoll_flush()
Dposixmodule.c8325 return _Py_write(fd, data->buf, data->len); in os_write_impl()
/external/python/cpython3/Modules/_io/
Dfileio.c849 n = _Py_write(self->fd, b->buf, b->len);
/external/python/cpython3/Python/
Dfileutils.c1512 _Py_write(int fd, const void *buf, size_t count) in _Py_write() function