HomeSort by relevance Sort by last modified time
    Searched refs:Py_UniversalNewlineFgets (Results 1 - 25 of 28) sorted by null

1 2

  /external/python/cpython3/Include/
fileobject.h 19 PyAPI_FUNC(char *) Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Include/
fileobject.h 77 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
fileobject.h 65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/
fileobject.h 76 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
fileobject.h 77 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /external/python/cpython2/Include/
fileobject.h 65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /prebuilts/gdb/darwin-x86/include/python2.7/
fileobject.h 65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /prebuilts/gdb/linux-x86/include/python2.7/
fileobject.h 65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
fileobject.h 65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
fileobject.h 65 char *Py_UniversalNewlineFgets(char *, int, FILE*, PyObject *);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
pgenmain.c 157 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj)
tokenizer.c 495 line = Py_UniversalNewlineFgets(s, size,
    [all...]
  /external/python/cpython2/Parser/
pgenmain.c 157 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj)
tokenizer.c 519 line = Py_UniversalNewlineFgets(s, size,
    [all...]
  /external/python/cpython3/Parser/
pgenmain.c 173 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj)
tokenizer.c 601 line = Py_UniversalNewlineFgets(s, size,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
traceback.c 182 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, xfp, NULL) == NULL)
errors.c 805 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, fp, NULL) == NULL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
traceback.c 182 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, xfp, NULL) == NULL)
errors.c 783 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, fp, NULL) == NULL)
  /external/python/cpython2/Python/
traceback.c 178 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, xfp, NULL) == NULL)
errors.c 808 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf, fp, NULL) == NULL)
  /external/python/cpython3/Objects/
fileobject.c 234 ** Py_UniversalNewlineFgets is an fgets variation that understands
248 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj)
  /external/python/cpython3/Python/
errors.c 1135 if (Py_UniversalNewlineFgets(linebuf, sizeof linebuf,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 515 line = Py_UniversalNewlineFgets(s, size,
    [all...]

Completed in 859 milliseconds

1 2