Lines Matching refs:errno
420 errno = 0;
430 errno = 0;
432 if (errno) {
643 if ((errno = pthread_sigmask(SIG_SETMASK, child_sigmask, NULL))) {
686 errno = 0; /* We don't want to report an OSError. */
708 if (errno != ENOENT && errno != ENOTDIR && saved_errno == 0) {
709 saved_errno = errno;
714 errno = saved_errno;
717 saved_errno = errno;
788 * with errno EINVAL. https://bugs.python.org/issue47151. */
1085 /* Capture errno for the exception. */
1086 saved_errno = errno;
1116 errno = saved_errno;