Home
last modified time | relevance | path

Searched refs:PyRun_AnyFile (Results 1 – 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dfrozenmain.c61 sts = PyRun_AnyFile(stdin, "<stdin>") != 0; in Py_FrozenMain()
Dpythonrun.c1908 #undef PyRun_AnyFile
1910 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL) macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c1933 #undef PyRun_AnyFile
1935 PyRun_AnyFile(FILE *fp, const char *name) in PyRun_AnyFile() function