Searched refs:_strerror (Results 1 – 9 of 9) 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
343 \SeeAlso{unw\_strerror(3)},
114 match _U${plat}_strerror196 match _U${plat}_strerror
68 def _strerror(err): function427 raise OSError(err, _strerror(err))
68 def _strerror(err): function454 raise socket.error(err, _strerror(err))
329 err = asyncore._strerror(errno.EPERM)332 err = asyncore._strerror(-1)
304 err = asyncore._strerror(errno.EPERM)307 err = asyncore._strerror(-1)
118 asyncore ``_strerror()`` function might throw ValueError.
13436 - Issue #8573: asyncore _strerror() function might throw ValueError.