Searched refs:Py_UniversalNewlineFgets (Results 1 – 11 of 11) sorted by relevance
/external/python/cpython3/Include/cpython/ |
D | fileobject.h | 9 PyAPI_FUNC(char *) Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
|
/external/python/cpython2/Include/ |
D | fileobject.h | 65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
|
/external/python/cpython2/Parser/ |
D | pgenmain.c | 158 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function
|
D | tokenizer.c | 519 line = Py_UniversalNewlineFgets(s, size, in decoding_fgets()
|
/external/python/cpython2/Python/ |
D | traceback.c | 178 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, xfp, NULL) == NULL) in _Py_DisplaySourceLine()
|
D | errors.c | 808 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, fp, NULL) == NULL) in PyErr_ProgramText()
|
/external/python/cpython3/Objects/ |
D | fileobject.c | 241 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 302 "Py_UniversalNewlineFgets"
|
/external/python/cpython3/Python/ |
D | errors.c | 1659 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, in err_programtext()
|
/external/python/cpython3/Parser/ |
D | tokenizer.c | 516 line = Py_UniversalNewlineFgets(s, size, in decoding_fgets()
|
/external/python/cpython2/Objects/ |
D | fileobject.c | 2772 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets() function
|