Lines Matching refs:ADD_ERRNO
2676 #define ADD_ERRNO(TYPE, CODE) \ in _PyExc_Init() macro
2767 ADD_ERRNO(BlockingIOError, EAGAIN); in _PyExc_Init()
2768 ADD_ERRNO(BlockingIOError, EALREADY); in _PyExc_Init()
2769 ADD_ERRNO(BlockingIOError, EINPROGRESS); in _PyExc_Init()
2770 ADD_ERRNO(BlockingIOError, EWOULDBLOCK); in _PyExc_Init()
2771 ADD_ERRNO(BrokenPipeError, EPIPE); in _PyExc_Init()
2773 ADD_ERRNO(BrokenPipeError, ESHUTDOWN); in _PyExc_Init()
2775 ADD_ERRNO(ChildProcessError, ECHILD); in _PyExc_Init()
2776 ADD_ERRNO(ConnectionAbortedError, ECONNABORTED); in _PyExc_Init()
2777 ADD_ERRNO(ConnectionRefusedError, ECONNREFUSED); in _PyExc_Init()
2778 ADD_ERRNO(ConnectionResetError, ECONNRESET); in _PyExc_Init()
2779 ADD_ERRNO(FileExistsError, EEXIST); in _PyExc_Init()
2780 ADD_ERRNO(FileNotFoundError, ENOENT); in _PyExc_Init()
2781 ADD_ERRNO(IsADirectoryError, EISDIR); in _PyExc_Init()
2782 ADD_ERRNO(NotADirectoryError, ENOTDIR); in _PyExc_Init()
2783 ADD_ERRNO(InterruptedError, EINTR); in _PyExc_Init()
2784 ADD_ERRNO(PermissionError, EACCES); in _PyExc_Init()
2785 ADD_ERRNO(PermissionError, EPERM); in _PyExc_Init()
2786 ADD_ERRNO(ProcessLookupError, ESRCH); in _PyExc_Init()
2787 ADD_ERRNO(TimeoutError, ETIMEDOUT); in _PyExc_Init()
2792 #undef ADD_ERRNO in _PyExc_Init()