Lines Matching refs:errno
275 int save_errno = errno;
276 errno = (int) (intptr_t) data;
283 errno = save_errno;
374 (errno != EWOULDBLOCK && errno != EAGAIN))
380 (void *)(intptr_t)errno);
390 int save_errno = errno;
409 mutate errno under the feet of unsuspecting C code. */
410 errno = save_errno;
694 errno = 0;
697 if (errno || res == NULL || strstr(res, "Unknown signal") != NULL)
1021 errno = err;
1087 errno = err;
1143 {"si_errno", "errno associated with this signal"},
1227 && errno == EINTR && !(async_err = PyErr_CheckSignals()));
1283 if (errno != EINTR) {
1284 if (errno == EAGAIN)
1333 errno = err;