Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDsystem_error.cpp67 int new_errno = strerror_return == -1 ? errno : strerror_return; in handle_strerror_r_return() local
68 if (new_errno == EINVAL) in handle_strerror_r_return()
71 _LIBCPP_ASSERT_INTERNAL(new_errno == ERANGE, "unexpected error from ::strerror_r"); in handle_strerror_r_return()