Home
last modified time | relevance | path

Searched refs:Py_UniversalNewlineFgets (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dfileobject.h77 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
Dfileobject.h77 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
Dfileobject.h76 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dfileobject.h65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dpgenmain.c157 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function
Dtokenizer.c495 line = Py_UniversalNewlineFgets(s, size, in decoding_fgets()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dtraceback.c182 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, xfp, NULL) == NULL) in _Py_DisplaySourceLine()
Derrors.c783 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, fp, NULL) == NULL) in PyErr_ProgramText()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dtraceback.c182 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, xfp, NULL) == NULL) in _Py_DisplaySourceLine()
Derrors.c805 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, fp, NULL) == NULL) in PyErr_ProgramText()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c515 line = Py_UniversalNewlineFgets(s, size, in decoding_fgets()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfileobject.c2728 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfileobject.c2661 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function