Searched refs:_Py_write (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/ |
D | fileutils.h | 135 PyAPI_FUNC(Py_ssize_t) _Py_write(
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 384 n = _Py_write(self->fd, str, n); in stdprinter_write()
|
/external/python/cpython3/Modules/ |
D | ossaudiodev.c | 442 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()
|
D | selectmodule.c | 767 n = _Py_write(self->fd_devpoll, self->fds, size); in devpoll_flush()
|
D | posixmodule.c | 8325 return _Py_write(fd, data->buf, data->len); in os_write_impl()
|
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 849 n = _Py_write(self->fd, b->buf, b->len);
|
/external/python/cpython3/Python/ |
D | fileutils.c | 1512 _Py_write(int fd, const void *buf, size_t count) in _Py_write() function
|