Home
last modified time | relevance | path

Searched refs:cpathname (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c737 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module() argument
743 fp = fopen(cpathname, "rb"); in check_compiled_module()
749 PySys_WriteStderr("# %s has bad magic\n", cpathname); in check_compiled_module()
756 PySys_WriteStderr("# %s has bad mtime\n", cpathname); in check_compiled_module()
761 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname); in check_compiled_module()
769 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() argument
778 "Non-code object in %.200s", cpathname); in read_compiled_module()
790 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module() argument
799 "Bad magic number in %.200s", cpathname); in load_compiled_module()
803 co = read_compiled_module(cpathname, fp); in load_compiled_module()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c737 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module() argument
743 fp = fopen(cpathname, "rb"); in check_compiled_module()
749 PySys_WriteStderr("# %s has bad magic\n", cpathname); in check_compiled_module()
756 PySys_WriteStderr("# %s has bad mtime\n", cpathname); in check_compiled_module()
761 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname); in check_compiled_module()
769 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() argument
778 "Non-code object in %.200s", cpathname); in read_compiled_module()
790 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module() argument
799 "Bad magic number in %.200s", cpathname); in load_compiled_module()
803 co = read_compiled_module(cpathname, fp); in load_compiled_module()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c769 check_compiled_module(char *pathname, time_t mtime, char *cpathname) in check_compiled_module() argument
775 fp = fopen(cpathname, "rb"); in check_compiled_module()
781 PySys_WriteStderr("# %s has bad magic\n", cpathname); in check_compiled_module()
788 PySys_WriteStderr("# %s has bad mtime\n", cpathname); in check_compiled_module()
793 PySys_WriteStderr("# %s matches %s\n", cpathname, pathname); in check_compiled_module()
801 read_compiled_module(char *cpathname, FILE *fp) in read_compiled_module() argument
810 "Non-code object in %.200s", cpathname); in read_compiled_module()
822 load_compiled_module(char *name, char *cpathname, FILE *fp) in load_compiled_module() argument
831 "Bad magic number in %.200s", cpathname); in load_compiled_module()
835 co = read_compiled_module(cpathname, fp); in load_compiled_module()
[all …]