Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsysmodule.h12 PyAPI_FUNC(FILE *) PySys_GetFile(char *, FILE *);
/external/python/cpython2/PC/os2vacpp/
Dpython.def371 PySys_GetFile
/external/python/cpython2/Doc/c-api/
Dsys.rst64 .. c:function:: FILE *PySys_GetFile(char *name, FILE *def)
/external/python/cpython2/Doc/data/
Drefcounts.dat1320 PySys_GetFile:FILE*:::
1321 PySys_GetFile:char*:name::
1322 PySys_GetFile:FILE*:def::
/external/python/cpython2/PC/os2emx/
Dpython27.def1141 "PySys_GetFile"
/external/python/cpython2/Python/
Dsysmodule.c60 PySys_GetFile(char *name, FILE *def) in PySys_GetFile() function
/external/python/cpython2/Parser/
Dtokenizer.c798 if (PySys_GetFile((char *)"stdin", NULL) != stdin) in tok_stdin_decode()