Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dfileobject.h65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
/external/python/cpython2/Parser/
Dpgenmain.c157 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function
Dtokenizer.c519 line = Py_UniversalNewlineFgets(s, size, in decoding_fgets()
/external/python/cpython2/Python/
Dtraceback.c178 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, xfp, NULL) == NULL) in _Py_DisplaySourceLine()
Derrors.c808 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, fp, NULL) == NULL) in PyErr_ProgramText()
/external/python/cpython2/PC/os2emx/
Dpython27.def302 "Py_UniversalNewlineFgets"
/external/python/cpython2/Objects/
Dfileobject.c2727 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function