Lines Matching refs:errno
119 save_errno = errno;
124 errno = save_errno;
377 errno = 0;
387 } while (self->fd < 0 && errno == EINTR &&
448 if (errno == EBADF) {
460 errno = EISDIR;
648 /* copy errno because PyBuffer_Release() can indirectly modify it */
649 err = errno;
759 if (errno == EAGAIN) {
819 /* copy errno because Py_DECREF() can indirectly modify it */
820 int err = errno;
864 /* copy errno because PyBuffer_Release() can indirectly modify it */
865 err = errno;
930 if (suppress_pipe_error && errno == ESPIPE) {
1037 errno = 0;