Home
last modified time | relevance | path

Searched defs:closeit (Results 1 – 4 of 4) sorted by relevance

/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()
861 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file()
898 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags()
1316 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags()
1917 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx()
/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()
874 maybe_pyc_file(FILE *fp, const char* filename, const char* ext, int closeit) in maybe_pyc_file()
911 PyRun_SimpleFileExFlags(FILE *fp, const char *filename, int closeit, in PyRun_SimpleFileExFlags()
1341 PyObject *locals, int closeit, PyCompilerFlags *flags) in PyRun_FileExFlags()
1942 PyRun_AnyFileEx(FILE *fp, const char *name, int closeit) in PyRun_AnyFileEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dpythonrun.h86 #define PyRun_AnyFileEx(fp, name, closeit) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dpythonrun.h86 #define PyRun_AnyFileEx(fp, name, closeit) \ argument