Home
last modified time | relevance | path

Searched refs:new_errno (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/lib/libc/sys/
H A Dsigwait.c57 int saved_errno, new_errno, sig; in _sigwait() local
61 new_errno = errno; in _sigwait()
64 return (new_errno); in _sigwait()
/netbsd-src/external/apache2/llvm/dist/libcxx/src/
H A Dsystem_error.cpp99 int new_errno = strerror_return == -1 ? errno : strerror_return; in handle_strerror_r_return() local
100 if (new_errno == EINVAL) in handle_strerror_r_return()
103 _LIBCPP_ASSERT(new_errno == ERANGE, "unexpected error from ::strerror_r"); in handle_strerror_r_return()
/netbsd-src/lib/libpthread/
H A Dpthread_cancelstub.c741 int new_errno; in sigwait() local
749 new_errno = errno; in sigwait()
752 return new_errno; in sigwait()