Searched refs:_Py_write (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Include/cpython/ |
D | fileutils.h | 110 PyAPI_FUNC(Py_ssize_t) _Py_write(
|
/third_party/python/Objects/ |
D | fileobject.c | 381 n = _Py_write(self->fd, str, n); in stdprinter_write()
|
/third_party/python/Modules/ |
D | ossaudiodev.c | 440 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()
|
D | selectmodule.c | 770 n = _Py_write(self->fd_devpoll, self->fds, size); in devpoll_flush()
|
D | posixmodule.c | 9758 return _Py_write(fd, data->buf, data->len); in os_write_impl()
|
/third_party/python/Modules/_io/ |
D | fileio.c | 861 n = _Py_write(self->fd, b->buf, b->len);
|
/third_party/python/Python/ |
D | fileutils.c | 1861 _Py_write(int fd, const void *buf, size_t count) in _Py_write() function
|