HomeSort by relevance Sort by last modified time
    Searched refs:new_errno (Results 1 - 8 of 8) sorted by null

  /bionic/libc/private/
ErrnoRestorer.h 33 void override(int new_errno) {
34 saved_errno_ = new_errno;
  /external/libchrome/base/posix/
safe_strerror.cc 90 int new_errno = errno; local
91 if (new_errno != old_errno) {
94 strerror_error = new_errno;
  /external/libcxx/src/
system_error.cpp 101 int new_errno = strerror_return == -1 ? errno : strerror_return; local
102 if (new_errno == EINVAL)
105 _LIBCPP_ASSERT(new_errno == ERANGE, "unexpected error from ::strerror_r");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/
system_error.cpp 101 int new_errno = strerror_return == -1 ? errno : strerror_return; local
102 if (new_errno == EINVAL)
105 _LIBCPP_ASSERT(new_errno == ERANGE, "unexpected error from ::strerror_r");
  /external/python/cpython2/Modules/_ctypes/
callproc.c 198 int new_errno, old_errno; local
202 if (!PyArg_ParseTuple(args, "i", &new_errno))
208 space[index] = new_errno;
    [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c 191 int new_errno, old_errno; local
195 if (!PyArg_ParseTuple(args, "i", &new_errno))
201 space[index] = new_errno;
    [all...]
  /external/python/cpython2/Modules/
_testcapimodule.c 1818 int new_errno; local
    [all...]
  /external/python/cpython3/Modules/
_testcapimodule.c 2154 int new_errno; local
    [all...]

Completed in 296 milliseconds