Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h36 PyAPI_FUNC(int) PyRun_AnyFileExFlags(FILE *, const char *, int, PyCompilerFlags *);
85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
89 PyRun_AnyFileExFlags(fp, name, 0, flags)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h36 PyAPI_FUNC(int) PyRun_AnyFileExFlags(FILE *, const char *, int, PyCompilerFlags *);
85 #define PyRun_AnyFile(fp, name) PyRun_AnyFileExFlags(fp, name, 0, NULL)
87 PyRun_AnyFileExFlags(fp, name, closeit, NULL)
89 PyRun_AnyFileExFlags(fp, name, 0, flags)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpythonrun.c728 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() function
1912 return PyRun_AnyFileExFlags(fp, name, 0, NULL); in PyRun_AnyFile()
1919 return PyRun_AnyFileExFlags(fp, name, closeit, NULL); in PyRun_AnyFileEx()
1926 return PyRun_AnyFileExFlags(fp, name, 0, flags); in PyRun_AnyFileFlags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpythonrun.c741 PyRun_AnyFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_AnyFileExFlags() function
1937 return PyRun_AnyFileExFlags(fp, name, 0, NULL); in PyRun_AnyFile()
1944 return PyRun_AnyFileExFlags(fp, name, closeit, NULL); in PyRun_AnyFileEx()
1951 return PyRun_AnyFileExFlags(fp, name, 0, flags); in PyRun_AnyFileFlags()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dmain.c599 sts = PyRun_AnyFileExFlags( in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dmain.c637 sts = PyRun_AnyFileExFlags( in Py_Main()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dmain.c614 sts = PyRun_AnyFileExFlags( in Py_Main()