Searched refs:_strerror (Results 1 – 7 of 7) sorted by relevance
8 \begin{Name}{3}{unw\_strerror}{Thomas Hallgren}{Programming Library}{unw\_strerror}unw\_strerror --…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
347 \SeeAlso{unw\_strerror(3)},
79 raise Exception(_strerror(rv))123 raise Exception(_strerror(rv))144 raise Exception(_strerror(rv))176 raise Exception(_strerror(rv))198 raise Exception(_strerror(rv))220 raise Exception(_strerror(rv))235 cdef _strerror(int liberror_code): function687 (_strerror(rv)))705 (_strerror(outbuflen)))827 (_strerror(rv)))[all …]
122 match _U${plat}_strerror239 match _U${plat}_strerror
75 def _strerror(err): function432 raise OSError(err, _strerror(err))
311 err = asyncore._strerror(errno.EPERM)314 err = asyncore._strerror(-1)
13436 - Issue #8573: asyncore _strerror() function might throw ValueError.