Lines Matching refs:ADD_ERRNO
2530 #define ADD_ERRNO(TYPE, CODE) \ in _PyExc_Init() macro
2619 ADD_ERRNO(BlockingIOError, EAGAIN); in _PyExc_Init()
2620 ADD_ERRNO(BlockingIOError, EALREADY); in _PyExc_Init()
2621 ADD_ERRNO(BlockingIOError, EINPROGRESS); in _PyExc_Init()
2622 ADD_ERRNO(BlockingIOError, EWOULDBLOCK); in _PyExc_Init()
2623 ADD_ERRNO(BrokenPipeError, EPIPE); in _PyExc_Init()
2625 ADD_ERRNO(BrokenPipeError, ESHUTDOWN); in _PyExc_Init()
2627 ADD_ERRNO(ChildProcessError, ECHILD); in _PyExc_Init()
2628 ADD_ERRNO(ConnectionAbortedError, ECONNABORTED); in _PyExc_Init()
2629 ADD_ERRNO(ConnectionRefusedError, ECONNREFUSED); in _PyExc_Init()
2630 ADD_ERRNO(ConnectionResetError, ECONNRESET); in _PyExc_Init()
2631 ADD_ERRNO(FileExistsError, EEXIST); in _PyExc_Init()
2632 ADD_ERRNO(FileNotFoundError, ENOENT); in _PyExc_Init()
2633 ADD_ERRNO(IsADirectoryError, EISDIR); in _PyExc_Init()
2634 ADD_ERRNO(NotADirectoryError, ENOTDIR); in _PyExc_Init()
2635 ADD_ERRNO(InterruptedError, EINTR); in _PyExc_Init()
2636 ADD_ERRNO(PermissionError, EACCES); in _PyExc_Init()
2637 ADD_ERRNO(PermissionError, EPERM); in _PyExc_Init()
2638 ADD_ERRNO(ProcessLookupError, ESRCH); in _PyExc_Init()
2639 ADD_ERRNO(TimeoutError, ETIMEDOUT); in _PyExc_Init()
2644 #undef ADD_ERRNO in _PyExc_Init()