Searched refs:O_cwrite (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cStringIO.c | 376 O_cwrite(PyObject *self, const char *c, Py_ssize_t l) { in O_cwrite() function 434 if (O_cwrite((PyObject*)self,c,l) < 0) return NULL; in O_write() 473 if (O_cwrite((PyObject *)self, c, n) == -1) { in O_writelines() 712 O_cwrite,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cStringIO.c | 387 O_cwrite(PyObject *self, const char *c, Py_ssize_t len) { in O_cwrite() function 454 result = O_cwrite((PyObject*)self, buf.buf, buf.len); in O_write() 495 if (O_cwrite((PyObject *)self, c, n) == -1) { in O_writelines() 739 O_cwrite,
|