Home
last modified time | relevance | path

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

/third_party/libunwind/libunwind/doc/
H A Dunw_strerror.tex8 \begin{Name}{3}{unw\_strerror}{Thomas Hallgren}{Programming Library}{unw\_strerror}unw\_strerror -- get text corresponding to error code
15 \Type{const char *} \Func{unw\_strerror}(\Type{int} \Var{err\_code});\\
19 The \Func{unw\_strerror}() routine maps the (negative) \Var{err\_code}
30 \Func{unw\_strerror}() is thread-safe as well as safe to use
H A Dlibunwind.tex347 \SeeAlso{unw\_strerror(3)},
/third_party/python/Lib/
H A Dasyncore.py73 def _strerror(err): function
430 raise OSError(err, _strerror(err))
/third_party/python/Lib/test/
H A Dtest_asyncore.py310 err = asyncore._strerror(errno.EPERM)
313 err = asyncore._strerror(-1)

Completed in 4 milliseconds