Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp180 int new_errno = strerror_return == -1 ? errno : strerror_return; in handle_strerror_r_return() local
181 if (new_errno == EINVAL) in handle_strerror_r_return()
184 _LIBCPP_ASSERT_INTERNAL(new_errno == ERANGE, "unexpected error from ::strerror_r"); in handle_strerror_r_return()