Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h110 PyAPI_FUNC(Py_ssize_t) _Py_write(
/third_party/python/Objects/
Dfileobject.c381 n = _Py_write(self->fd, str, n); in stdprinter_write()
/third_party/python/Modules/
Dossaudiodev.c440 rv = _Py_write(self->fd, data.buf, data.len); in oss_write()
495 rv = _Py_write(self->fd, cp, Py_MIN(size, INT_MAX)); in oss_writeall()
Dselectmodule.c770 n = _Py_write(self->fd_devpoll, self->fds, size); in devpoll_flush()
Dposixmodule.c9758 return _Py_write(fd, data->buf, data->len); in os_write_impl()
/third_party/python/Modules/_io/
Dfileio.c861 n = _Py_write(self->fd, b->buf, b->len);
/third_party/python/Python/
Dfileutils.c1861 _Py_write(int fd, const void *buf, size_t count) in _Py_write() function