Searched refs:strerror_return (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/libcxx/src/
H A Dsystem_error.cpp81 handle_strerror_r_return(char *strerror_return, char *buffer) { argument
85 return strerror_return;
90 handle_strerror_r_return(int strerror_return, char *buffer) { argument
95 if (strerror_return == 0)
99 int new_errno = strerror_return == -1 ? errno : strerror_return;

Completed in 104 milliseconds