Home
last modified time | relevance | path

Searched refs:closeresult (Results 1 – 4 of 4) sorted by relevance

/dports/lang/parrot/parrot-8.1.0/tools/dev/
H A Dpbc_to_exe.winxed271 int closeresult = outfh.close();
272 if (closeresult != 0)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dfileobject.c2324 PyObject *closeresult = file_close(foself); in file_init() local
2325 if (closeresult == NULL) in file_init()
2327 Py_DECREF(closeresult); in file_init()
/dports/lang/python-legacy/Python-2.7.18/Objects/
H A Dfileobject.c2434 PyObject *closeresult = file_close(foself); in file_init() local
2435 if (closeresult == NULL) in file_init()
2437 Py_DECREF(closeresult); in file_init()
/dports/lang/python27/Python-2.7.18/Objects/
H A Dfileobject.c2434 PyObject *closeresult = file_close(foself); in file_init() local
2435 if (closeresult == NULL) in file_init()
2437 Py_DECREF(closeresult); in file_init()