/external/curl/lib/ |
D | strerror.c | 833 int old_errno = errno; in Curl_strerror() local 911 if(errno != old_errno) in Curl_strerror() 912 errno = old_errno; in Curl_strerror() 932 int old_errno = errno; in Curl_winapi_strerror() local 951 if(errno != old_errno) in Curl_winapi_strerror() 952 errno = old_errno; in Curl_winapi_strerror() 973 int old_errno = errno; in Curl_sspi_strerror() local 1102 if(errno != old_errno) in Curl_sspi_strerror() 1103 errno = old_errno; in Curl_sspi_strerror()
|
D | parsedate.c | 422 int old_errno; in parsedate() local 424 old_errno = errno; in parsedate() 428 if(errno != old_errno) in parsedate() 429 errno = old_errno; in parsedate()
|
/external/cronet/base/posix/ |
D | safe_strerror.cc | 58 int old_errno = errno; in wrap_posix_strerror_r() local 79 if (new_errno != old_errno) { in wrap_posix_strerror_r() 95 errno = old_errno; in wrap_posix_strerror_r()
|
/external/cronet/base/allocator/partition_allocator/partition_alloc_base/posix/ |
D | safe_strerror.cc | 58 int old_errno = errno; in wrap_posix_strerror_r() local 79 if (new_errno != old_errno) { in wrap_posix_strerror_r() 92 errno = old_errno; in wrap_posix_strerror_r()
|
/external/libchrome/base/posix/ |
D | safe_strerror.cc | 67 int old_errno = errno; in wrap_posix_strerror_r() local 88 if (new_errno != old_errno) { in wrap_posix_strerror_r() 104 errno = old_errno; in wrap_posix_strerror_r()
|
/external/rust/crates/libc/src/unix/solarish/ |
D | compat.rs | 180 let old_errno = *::___errno(); in getpwent_r() localVariable 193 *::___errno() = old_errno; in getpwent_r() 204 let old_errno = *::___errno(); in getgrent_r() localVariable 217 *::___errno() = old_errno; in getgrent_r()
|
/external/musl/src/signal/ |
D | psignal.c | 19 int old_errno = errno; in psignal() local 22 errno = old_errno; in psignal()
|
/external/musl/src/dirent/ |
D | scandir.c | 15 int old_errno = errno; in scandir() local 40 errno = old_errno; in scandir()
|
/external/compiler-rt/test/tsan/ |
D | signal_recursive.cc | 34 int old_errno = errno; in SuspendHandler() local 56 errno = old_errno; in SuspendHandler()
|
/external/musl/src/thread/ |
D | synccall.c | 24 int old_errno = errno; in handler() local 41 errno = old_errno; in handler()
|
/external/musl/src/locale/ |
D | dcngettext.c | 133 int old_errno = errno; in dcngettext() local 153 errno = old_errno; in dcngettext() 266 errno = old_errno; in dcngettext()
|
/external/cronet/buildtools/third_party/libc++/trunk/src/ |
D | system_error.cpp | 118 const int old_errno = errno; in do_strerror_r() local 126 errno = old_errno; in do_strerror_r()
|
/external/libcxx/src/ |
D | system_error.cpp | 116 const int old_errno = errno; in do_strerror_r() local 124 errno = old_errno; in do_strerror_r()
|
/external/musl/src/regex/ |
D | glob.c | 133 int old_errno = errno; in do_glob() local 171 errno = old_errno; in do_glob()
|
/external/curl/tests/server/ |
D | util.c | 526 int old_errno = errno; in exit_signal_handler() local 537 errno = old_errno; in exit_signal_handler()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 203 int new_errno, old_errno; in set_error_internal() local 213 old_errno = space[index]; in set_error_internal() 216 return PyLong_FromLong(old_errno); in set_error_internal()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 198 int new_errno, old_errno; in set_error_internal() local 207 old_errno = space[index]; in set_error_internal() 210 return PyInt_FromLong(old_errno); in set_error_internal()
|
/external/google-breakpad/src/third_party/lss/ |
D | linux_syscall_support.h | 3952 int old_errno = LSS_ERRNO; in _syscall3() local 3992 LSS_ERRNO = old_errno; in _syscall3() 4012 int old_errno = LSS_ERRNO; in LSS_NAME() local 4015 LSS_ERRNO = old_errno; in LSS_NAME()
|
/external/cronet/third_party/lss/ |
D | linux_syscall_support.h | 4665 int old_errno = LSS_ERRNO; in _syscall3() local 4705 LSS_ERRNO = old_errno; in _syscall3() 4725 int old_errno = LSS_ERRNO; in LSS_NAME() local 4728 LSS_ERRNO = old_errno; in LSS_NAME()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 4312 int old_errno = errno; in posix_getlogin() local 4325 errno = old_errno; in posix_getlogin()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 7858 int old_errno = errno; in os_getlogin_impl() local 7870 errno = old_errno; in os_getlogin_impl()
|