Home
last modified time | relevance | path

Searched refs:IO_creadline (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcStringIO.c190 IO_creadline(PyObject *self, char **output) { in IO_creadline() function
221 if( (n=IO_creadline((PyObject*)self,&output)) < 0) return NULL; in IO_readline()
247 if ( (n = IO_creadline((PyObject*)self,&output)) < 0) in IO_readlines()
711 IO_creadline,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcStringIO.c197 IO_creadline(PyObject *self, char **output) { in IO_creadline() function
232 if( (n=IO_creadline((PyObject*)self,&output)) < 0) return NULL; in IO_readline()
258 if ( (n = IO_creadline((PyObject*)self,&output)) < 0) in IO_readlines()
738 IO_creadline,