Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcStringIO.c79 IO__opencheck(IOobject *self) { in IO__opencheck() function
107 if (!IO__opencheck(self)) return NULL; in IO_flush()
121 if (!IO__opencheck(IOOOBJECT(self))) return NULL; in IO_cgetval()
132 if (!IO__opencheck(self)) return NULL; in IO_getval()
149 if (!IO__opencheck(self)) return NULL; in IO_isatty()
161 if (!IO__opencheck(IOOOBJECT(self))) return -1; in IO_cread()
194 if (!IO__opencheck(IOOOBJECT(self))) return -1; in IO_creadline()
275 if (!IO__opencheck(self)) return NULL; in IO_reset()
288 if (!IO__opencheck(self)) return NULL; in IO_tell()
301 if (!IO__opencheck(self)) return NULL; in IO_truncate()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcStringIO.c77 IO__opencheck(IOobject *self) { in IO__opencheck() function
105 if (!IO__opencheck(self)) return NULL; in IO_flush()
119 if (!IO__opencheck(IOOOBJECT(self))) return NULL; in IO_cgetval()
131 if (!IO__opencheck(self)) return NULL; in IO_getval()
151 if (!IO__opencheck(self)) return NULL; in IO_isatty()
163 if (!IO__opencheck(IOOOBJECT(self))) return -1; in IO_cread()
201 if (!IO__opencheck(IOOOBJECT(self))) return -1; in IO_creadline()
286 if (!IO__opencheck(self)) return NULL; in IO_reset()
299 if (!IO__opencheck(self)) return NULL; in IO_tell()
312 if (!IO__opencheck(self)) return NULL; in IO_truncate()
[all …]