Searched refs:_Py_read (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Modules/_io/ |
D | fileio.c | 633 n = _Py_read(self->fd, buffer->buf, buffer->len); 738 n = _Py_read(self->fd, 803 n = _Py_read(self->fd, ptr, size);
|
/external/python/cpython3/Include/ |
D | fileutils.h | 130 PyAPI_FUNC(Py_ssize_t) _Py_read(
|
/external/python/cpython3/Python/ |
D | bootstrap_hash.c | 363 n = _Py_read(fd, buffer, (size_t)size); in dev_urandom()
|
D | fileutils.c | 1383 _Py_read(int fd, void *buf, size_t count) in _Py_read() function
|
/external/python/cpython3/Modules/ |
D | ossaudiodev.c | 418 count = _Py_read(self->fd, PyBytes_AS_STRING(rv), size); in oss_read()
|
D | posixmodule.c | 8043 n = _Py_read(fd, PyBytes_AS_STRING(buffer), length); in os_read_impl()
|