Searched refs:PySys_GetFile (Results 1 – 7 of 7) sorted by relevance
12 PyAPI_FUNC(FILE *) PySys_GetFile(char *, FILE *);
371 PySys_GetFile
64 .. c:function:: FILE *PySys_GetFile(char *name, FILE *def)
1320 PySys_GetFile:FILE*:::1321 PySys_GetFile:char*:name::1322 PySys_GetFile:FILE*:def::
1141 "PySys_GetFile"
60 PySys_GetFile(char *name, FILE *def) in PySys_GetFile() function
798 if (PySys_GetFile((char *)"stdin", NULL) != stdin) in tok_stdin_decode()