Home
last modified time | relevance | path

Searched refs:PyErr_SetFromErrnoWithFilenameObject (Results 1 – 25 of 146) sorted by relevance

123456

/dports/lang/cython-devel/cython-2b1e743/docs/examples/userguide/language_basics/
H A Dopen_file.py3 from cython.cimports.cpython.exc import PyErr_SetFromErrnoWithFilenameObject
9 PyErr_SetFromErrnoWithFilenameObject(OSError, "spam.txt")
H A Dopen_file.pyx3 from cpython.exc cimport PyErr_SetFromErrnoWithFilenameObject
9 PyErr_SetFromErrnoWithFilenameObject(OSError, "spam.txt")
/dports/lang/cython/Cython-0.29.24/docs/examples/userguide/language_basics/
H A Dopen_file.pyx3 from cpython.exc cimport PyErr_SetFromErrnoWithFilenameObject
9 PyErr_SetFromErrnoWithFilenameObject(OSError, "spam.txt")
/dports/databases/py-gdbm/Python-3.8.12/Modules/_multiprocessing/
H A Dposixshmem.c58 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
97 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/lang/python311/Python-3.11.0a3/Modules/_multiprocessing/
H A Dposixshmem.c57 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
96 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/lang/python-tools/Python-3.8.12/Modules/_multiprocessing/
H A Dposixshmem.c58 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
97 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/lang/python38/Python-3.8.12/Modules/_multiprocessing/
H A Dposixshmem.c58 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
97 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/lang/python39/Python-3.9.9/Modules/_multiprocessing/
H A Dposixshmem.c57 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
96 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_multiprocessing/
H A Dposixshmem.c58 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
97 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_multiprocessing/
H A Dposixshmem.c58 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
97 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/lang/python310/Python-3.10.1/Modules/_multiprocessing/
H A Dposixshmem.c57 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
96 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.9/Modules/_multiprocess/
H A Dposixshmem.c57 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
96 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.10/Modules/_multiprocess/
H A Dposixshmem.c57 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
96 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/py3.8/Modules/_multiprocess/
H A Dposixshmem.c58 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_open_impl()
97 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); in _posixshmem_shm_unlink_impl()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Derrors.c313 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject() function
396 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name); in PyErr_SetFromErrnoWithFilename()
408 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name); in PyErr_SetFromErrnoWithUnicodeFilename()
417 return PyErr_SetFromErrnoWithFilenameObject(exc, NULL); in PyErr_SetFromErrno()
/dports/lang/python27/Python-2.7.18/Python/
H A Derrors.c313 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject() function
396 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name); in PyErr_SetFromErrnoWithFilename()
408 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name); in PyErr_SetFromErrnoWithUnicodeFilename()
417 return PyErr_SetFromErrnoWithFilenameObject(exc, NULL); in PyErr_SetFromErrno()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Derrors.c294 PyErr_SetFromErrnoWithFilenameObject(PyObject *exc, PyObject *filenameObject) in PyErr_SetFromErrnoWithFilenameObject() function
377 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name); in PyErr_SetFromErrnoWithFilename()
389 PyObject *result = PyErr_SetFromErrnoWithFilenameObject(exc, name); in PyErr_SetFromErrnoWithUnicodeFilename()
398 return PyErr_SetFromErrnoWithFilenameObject(exc, NULL); in PyErr_SetFromErrno()
/dports/databases/py-gdbm/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c161 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()
/dports/lang/python-tools/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c161 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()
/dports/lang/python39/Python-3.9.9/Modules/_ssl/
H A Ddebughelpers.c161 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()
/dports/lang/python38/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c161 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c161 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_ssl/
H A Ddebughelpers.c161 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()
/dports/lang/python310/Python-3.10.1/Modules/_ssl/
H A Ddebughelpers.c159 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()
/dports/lang/python311/Python-3.11.0a3/Modules/_ssl/
H A Ddebughelpers.c159 PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, in _PySSL_keylog_callback()

123456