errno              54 base/async_socket_io_handler_posix.cc     if (errno == EAGAIN) {
errno              58 base/async_socket_io_handler_posix.cc       NOTREACHED() << "read(): " << errno;
errno             640 base/debug/stack_trace_posix.cc                          << "\n  Error: " << strerror(errno);
errno              33 base/file_util_linux.cc     if (errno == ENOENT)
errno             208 base/file_util_posix.cc     bool ret = (errno == ENOENT || errno == ENOTDIR);
errno             245 base/file_util_posix.cc     *error = File::OSErrorToFileError(errno);
errno             294 base/file_util_posix.cc                 << from_path.value() << " errno = " << errno;
errno             325 base/file_util_posix.cc           errno != EEXIST) {
errno             327 base/file_util_posix.cc                     << target_path.value() << " errno = " << errno;
errno             584 base/file_util_posix.cc     int saved_errno = errno;
errno             650 base/file_util_posix.cc   } while (!result && errno == EINTR);
errno            2486 base/file_util_unittest.cc   EXPECT_EQ(EBADF, errno);
errno              63 base/files/dir_reader_linux.h       DPLOG(FATAL) << "getdents64 returned an error: " << errno;
errno             147 base/files/file_enumerator_posix.cc       if (!(errno == ENOENT && !show_links)) {
errno              85 base/files/file_posix.cc     return File::OSErrorToFileError(errno);
errno             197 base/files/file_posix.cc     errno = EOPNOTSUPP;
errno             243 base/files/file_posix.cc     error_details_ = File::OSErrorToFileError(errno);
errno              91 base/linux_util.cc                       "(" << errno << ")";
errno             725 base/logging.cc   return errno;
errno             375 base/memory/shared_memory_posix.cc     if (errno == EMFILE) {
errno             379 base/memory/shared_memory_posix.cc       NOTREACHED() << "Call to dup failed, errno=" << errno;
errno             419 base/memory/shared_memory_posix.cc     if (errno == EINTR) {
errno             421 base/memory/shared_memory_posix.cc     } else if (errno == ENOLCK) {
errno             429 base/memory/shared_memory_posix.cc                    << " errno:" << errno
errno             430 base/memory/shared_memory_posix.cc                    << " msg:" << safe_strerror(errno);
errno             416 base/memory/shared_memory_unittest.cc   errno = 0;
errno             419 base/memory/shared_memory_unittest.cc   int mmap_errno = errno;
errno             293 base/message_loop/message_pump_libevent.cc   DCHECK(nwrite == 1 || errno == EAGAIN)
errno             294 base/message_loop/message_pump_libevent.cc       << "[nwrite:" << nwrite << "] [errno:" << errno << "]";
errno             316 base/message_loop/message_pump_libevent.cc     DLOG(ERROR) << "pipe() failed, errno: " << errno;
errno             320 base/message_loop/message_pump_libevent.cc     DLOG(ERROR) << "SetNonBlocking for pipe fd[0] failed, errno: " << errno;
errno             324 base/message_loop/message_pump_libevent.cc     DLOG(ERROR) << "SetNonBlocking for pipe fd[1] failed, errno: " << errno;
errno              27 base/os_compat_android.cc     errno = EINVAL;
errno             111 base/os_compat_android.cc     errno = EINVAL;
errno             121 base/os_compat_android.cc     errno = EINVAL;
errno             141 base/os_compat_android.cc       errno = ENOTDIR;
errno             161 base/os_compat_android.cc     if (errno != EEXIST) {
errno              85 base/platform_file_posix.cc     return ErrnoToPlatformFileError(errno);
errno             150 base/platform_file_posix.cc     errno = EOPNOTSUPP;
errno             211 base/platform_file_posix.cc       *error = ErrnoToPlatformFileError(errno);
errno              31 base/posix/eintr_wrapper.h   } while (eintr_wrapper_result == -1 && errno == EINTR); \
errno              42 base/posix/eintr_wrapper.h   } while (eintr_wrapper_result == -1 && errno == EINTR && \
errno              53 base/posix/eintr_wrapper.h     if (eintr_wrapper_result == -1 && errno == EINTR) { \
errno             105 base/posix/unix_domain_socket_linux.cc     errno = EMSGSIZE;
errno              75 base/posix/unix_domain_socket_linux_unittest.cc   ASSERT_EQ(EPIPE, errno);
errno              89 base/process/kill_mac.cc       if (errno != ESRCH) {
errno             123 base/process/kill_mac.cc         if (result == -1 && errno == EINTR) {
errno             161 base/process/kill_posix.cc         if (errno == ECHILD) {
errno             287 base/process/kill_posix.cc     if (errno == ESRCH) {
errno             321 base/process/kill_posix.cc     if (result == -1 && errno == EINTR) {
errno             461 base/process/kill_posix.cc                   << " failed to deliver a SIGKILL signal (" << errno << ").";
errno             149 base/process/launch_posix.cc     if (sigaction_get_ret && errno == EINVAL) {
errno             248 base/process/launch_posix.cc     errno = 0;
errno             250 base/process/launch_posix.cc     if (fd_dir.name()[0] == 0 || *endptr || fd < 0 || errno)
errno              42 base/process/process_iterator_freebsd.cc         if (errno != ENOMEM) {
errno              49 base/process/process_iterator_mac.cc         if (errno != ENOMEM) {
errno              42 base/process/process_iterator_openbsd.cc         if (errno != ENOMEM) {
errno             813 base/process/process_util_unittest.cc   return result == -1 && errno == ECHILD;
errno              24 base/rand_util_posix.cc     DCHECK_GE(fd_, 0) << "Cannot open /dev/urandom: " << errno;
errno              55 base/safe_strerror_posix.cc   int old_errno = errno;
errno              75 base/safe_strerror_posix.cc     int new_errno = errno;
errno              92 base/safe_strerror_posix.cc   errno = old_errno;
errno              18 base/scoped_clear_errno.h   ScopedClearErrno() : old_errno_(errno) {
errno              19 base/scoped_clear_errno.h     errno = 0;
errno              22 base/scoped_clear_errno.h     if (errno == 0)
errno              23 base/scoped_clear_errno.h       errno = old_errno_;
errno              13 base/scoped_clear_errno_unittest.cc   errno = 1;
errno              16 base/scoped_clear_errno_unittest.cc     EXPECT_EQ(0, errno);
errno              18 base/scoped_clear_errno_unittest.cc   EXPECT_EQ(1, errno);
errno              22 base/scoped_clear_errno_unittest.cc   errno = 1;
errno              25 base/scoped_clear_errno_unittest.cc     errno = 2;
errno              27 base/scoped_clear_errno_unittest.cc   EXPECT_EQ(2, errno);
errno             472 base/strings/string_number_conversions.cc   return errno == 0 &&
errno             718 base/strings/string_number_conversions_unittest.cc     errno = 1;
errno             721 base/strings/string_number_conversions_unittest.cc       EXPECT_EQ(1, errno) << i;  // confirm that errno is unchanged.
errno              75 base/strings/stringprintf.cc       if (errno != 0 && errno != EOVERFLOW)
errno             180 base/strings/stringprintf_unittest.cc   errno = 1;
errno             182 base/strings/stringprintf_unittest.cc   EXPECT_EQ(1, errno);
errno             185 base/strings/stringprintf_unittest.cc   EXPECT_EQ(1, errno);
errno             159 base/sync_socket_posix.cc     if (select_result == -1 && errno == EINTR)
errno              44 base/test/test_file_util_mac.cc                   << ", errno: " << errno;
errno            1890 base/third_party/dmg_fp/dtoa.cc 			errno = ERANGE;
errno            1973 base/third_party/dmg_fp/dtoa.cc 		errno = ERANGE;
errno            2002 base/third_party/dmg_fp/dtoa.cc 			errno = ERANGE;
errno            2762 base/third_party/dmg_fp/dtoa.cc 				errno = ERANGE;
errno            2853 base/third_party/dmg_fp/dtoa.cc 					errno = ERANGE;
errno            3411 base/third_party/dmg_fp/dtoa.cc 			errno = ERANGE;
errno            1172 base/third_party/nspr/prtime.cc                       errno = EINVAL;
errno             133 base/third_party/symbolize/symbolize.cc #define NO_INTR(fn)   do {} while ((fn) < 0 && errno == EINTR)
errno             231 base/third_party/xdg_mime/xdgmimemagic.c       errno = 0;
errno             234 base/third_party/xdg_mime/xdgmimemagic.c       if ((retval < INT_MIN) || (retval > INT_MAX) || (errno != 0))
errno              91 base/threading/platform_thread_android.cc   if (err < 0 && errno != EPERM)
errno              66 base/threading/platform_thread_linux.cc   if (err < 0 && errno != EPERM)
errno             126 base/threading/platform_thread_posix.cc     errno = err;
errno             186 base/threading/platform_thread_posix.cc   while (nanosleep(&sleep_time, &remaining) == -1 && errno == EINTR)
errno             215 chrome/browser/chrome_browser_main_posix.cc       NOTREACHED() << "Unexpected error: " << strerror(errno);
errno             233 chrome/browser/chromeos/external_metrics.cc     if (errno != ENOENT) {
errno              77 chrome/browser/chromeos/external_metrics_unittest.cc   EXPECT_TRUE(unlink(path) == 0 || errno == ENOENT);
errno              81 chrome/browser/extensions/api/braille_display_private/braille_controller_brlapi.cc   LOG(WARNING) << "Couldn't load libbrlapi: " << strerror(errno);
errno              60 chrome/browser/extensions/api/serial/serial_io_handler_posix.cc       if (errno == ENXIO) {
errno             116 chrome/browser/importer/firefox_profile_lock_posix.cc     if (errno == EAGAIN || errno == EACCES)
errno             133 chrome/browser/process_singleton_linux.cc   DCHECK_EQ(0, rv) << "Error closing socket: " << safe_strerror(errno);
errno             145 chrome/browser/process_singleton_linux.cc       if (errno == EAGAIN || errno == EWOULDBLOCK) {
errno             189 chrome/browser/process_singleton_linux.cc       if (errno != EAGAIN && errno != EWOULDBLOCK) {
errno             239 chrome/browser/process_singleton_linux.cc     if (errno != 0 && errno != ENOENT)
errno             248 chrome/browser/process_singleton_linux.cc   if (rv < 0 && errno != ENOENT)
errno             259 chrome/browser/process_singleton_linux.cc     int saved_errno = errno;
errno             263 chrome/browser/process_singleton_linux.cc       errno = saved_errno;
errno             382 chrome/browser/process_singleton_linux.cc   } else if (errno == EINVAL) {
errno             393 chrome/browser/process_singleton_linux.cc     if (errno != ENOENT)
errno             602 chrome/browser/process_singleton_linux.cc       if (errno != EAGAIN && errno != EWOULDBLOCK) {
errno             934 chrome/browser/process_singleton_linux.cc     NOTREACHED() << "listen failed: " << safe_strerror(errno);
errno             992 chrome/browser/process_singleton_linux.cc   DCHECK(rv == 0 || errno == ESRCH) << "Error killing process: "
errno             993 chrome/browser/process_singleton_linux.cc                                     << safe_strerror(errno);
errno              78 chrome/browser/process_singleton_mac.cc     const int capture_errno = errno;
errno              89 chrome/browser/process_singleton_mac.cc     const int capture_errno = errno;
errno              90 chrome/browser/process_singleton_mac.cc     DPCHECK(errno == EWOULDBLOCK)
errno              45 chrome/browser/process_singleton_mac_unittest.cc       EXPECT_EQ(ENOENT, errno) << "Unexpected error opening lockfile.";
errno              56 chrome/browser/process_singleton_mac_unittest.cc     if (errno == EWOULDBLOCK)
errno              59 chrome/browser/process_singleton_mac_unittest.cc     EXPECT_EQ(EWOULDBLOCK, errno) << "Unexpected error acquiring lock.";
errno             288 chrome/browser/ui/webui/options/certificate_manager_handler.cc   *saved_errno = success ? 0 : errno;
errno             296 chrome/browser/ui/webui/options/certificate_manager_handler.cc   *saved_errno = *bytes_written >= 0 ? 0 : errno;
errno             220 chrome/common/mac/mock_launchd.cc                              errno, NULL);
errno              40 chrome/test/chromedriver/chrome/chrome_desktop_impl.cc       if (errno == ECHILD) {
errno              30 chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc   EXPECT(errno == ENOSYS);
errno              37 chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc   EXPECT(errno == ENOSYS);
errno              44 chrome/test/data/nacl/pnacl_dyncode_syscall_disabled/pnacl_dyncode_syscall_disabled.cc   EXPECT(errno == ENOSYS);
errno             205 components/breakpad/browser/crash_handler_host_linux.cc                << " errno:" << errno;
errno             250 components/nacl/loader/nacl_helper_linux.cc   if (msglen == 0 || (msglen == -1 && errno == ECONNRESET)) {
errno              67 components/nacl/loader/nacl_listener.cc         LOG(ERROR) << "lseek() failed: " << errno;
errno              71 components/nacl/loader/nacl_listener.cc         LOG(ERROR) << "write() failed: " << errno;
errno             146 components/nacl/loader/nacl_sandbox_linux.cc   errno = 0;
errno             151 components/nacl/loader/nacl_sandbox_linux.cc   CHECK_EQ(EPERM, errno);
errno              29 components/nacl/loader/nonsfi/irt_basic.cc     return errno;
errno              48 components/nacl/loader/nonsfi/irt_basic.cc     return errno;
errno              63 components/nacl/loader/nonsfi/irt_basic.cc       errno = 0;
errno              67 components/nacl/loader/nonsfi/irt_basic.cc       errno = 0;
errno              74 components/nacl/loader/nonsfi/irt_basic.cc   if (result == -1 && errno == EINVAL)
errno              45 components/nacl/loader/nonsfi/irt_clock.cc     return errno;
errno              60 components/nacl/loader/nonsfi/irt_clock.cc     return errno;
errno              50 components/nacl/loader/nonsfi/irt_fdio.cc     return errno;
errno              44 components/nacl/loader/nonsfi/irt_futex.cc       return errno;
errno              52 components/nacl/loader/nonsfi/irt_memory.cc     return errno;
errno              23 components/nacl/loader/nonsfi/irt_util.h   return result < 0 ? errno : 0;
errno              43 components/nacl/loader/nonsfi/irt_util.h     return errno;
errno              23 content/browser/download/base_file_posix.cc       return LogSystemError("WriteFile", errno);
errno              28 content/browser/download/base_file_posix.cc     LogSystemError("stat", errno);
errno              33 content/browser/download/base_file_posix.cc     return LogSystemError("Move", errno);
errno              39 content/browser/download/base_file_posix.cc       LogSystemError("chmod", errno);
errno              58 content/browser/download/file_metadata_unittest_linux.cc     is_xattr_supported_ = (!result) || (errno != ENOTSUP);
errno             499 content/browser/zygote_host/zygote_host_impl_linux.cc     LOG(WARNING) << "Error reading message from zygote: " << errno;
errno              96 content/common/gpu/media/exynos_v4l2_video_device.cc     if (errno == EAGAIN) {
errno             580 content/common/gpu/media/exynos_video_encode_accelerator.cc       if (errno == EAGAIN) {
errno             609 content/common/gpu/media/exynos_video_encode_accelerator.cc       if (errno == EAGAIN) {
errno             687 content/common/gpu/media/exynos_video_encode_accelerator.cc       if (errno == EAGAIN) {
errno             713 content/common/gpu/media/exynos_video_encode_accelerator.cc       if (errno == EAGAIN) {
errno            1032 content/common/gpu/media/exynos_video_encode_accelerator.cc     if (errno == EAGAIN) {
errno            1022 content/common/gpu/media/v4l2_video_decode_accelerator.cc       if (errno == EAGAIN) {
errno            1053 content/common/gpu/media/v4l2_video_decode_accelerator.cc       if (errno == EAGAIN) {
errno            1609 content/common/gpu/media/v4l2_video_decode_accelerator.cc     if (errno == EINVAL) {
errno             187 content/common/sandbox_linux/bpf_cros_arm_gpu_policy_linux.cc   errno = 0;
errno             129 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc     errno = 0;
errno             134 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc     CHECK_EQ(EPERM, errno);
errno             142 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc     CHECK_EQ(SandboxBPFBasePolicy::GetFSDeniedErrno(), errno);
errno             147 content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc     CHECK_EQ(EPERM, errno);
errno              82 content/renderer/media/android/audio_decoder_android.cc              << ": " << strerror(errno);
errno              85 content/renderer/renderer_main_platform_delegate_linux.cc     errno = 0;
errno              89 content/renderer/renderer_main_platform_delegate_linux.cc     CHECK_EQ(errno, EPERM);
errno             125 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc     } else if (errno != EACCES) {
errno             132 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc                                   errno,
errno             134 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc                                   strerror(errno));
errno             129 content/zygote/zygote_linux.cc   if (len == 0 || (len == -1 && errno == ECONNRESET)) {
errno              35 device/bluetooth/bluetooth_socket_chromeos.cc     LOG(WARNING) << "Unable to get socket type: " << safe_strerror(errno);
errno              56 device/bluetooth/bluetooth_socket_chromeos.cc       error_message_ = safe_strerror(errno);
errno              75 device/bluetooth/bluetooth_socket_chromeos.cc         error_message_ = safe_strerror(errno);
errno             109 device/bluetooth/bluetooth_socket_chromeos.cc     if (errno == ECONNRESET || errno == ENOTCONN) {
errno             113 device/bluetooth/bluetooth_socket_chromeos.cc     } else if (errno != EAGAIN && errno != EWOULDBLOCK) {
errno             114 device/bluetooth/bluetooth_socket_chromeos.cc       error_message_ = safe_strerror(errno);
errno             140 device/bluetooth/bluetooth_socket_chromeos.cc     if (errno == EPIPE || errno == ECONNRESET || errno == ENOTCONN) {
errno             144 device/bluetooth/bluetooth_socket_chromeos.cc     } else if (errno != EAGAIN && errno != EWOULDBLOCK) {
errno             145 device/bluetooth/bluetooth_socket_chromeos.cc       error_message_ = safe_strerror(errno);
errno             100 device/hid/hid_connection_linux.cc     if (errno == EAGAIN) {
errno             289 ipc/ipc_channel_nacl.cc       DCHECK(errno == EPIPE);
errno             158 ipc/ipc_channel_posix.cc   return errno == EAGAIN || errno == EMSGSIZE;
errno             160 ipc/ipc_channel_posix.cc   return errno == EAGAIN;
errno             487 ipc/ipc_channel_posix.cc       if (errno == EPERM) {
errno             491 ipc/ipc_channel_posix.cc       if (errno == EPIPE) {
errno             810 ipc/ipc_channel_posix.cc     if (errno == EAGAIN) {
errno             813 ipc/ipc_channel_posix.cc     } else if (errno == EPERM) {
errno             819 ipc/ipc_channel_posix.cc     } else if (errno == ECONNRESET || errno == EPIPE) {
errno             172 ipc/ipc_channel_posix_unittest.cc                                            << ": " << strerror(errno)
errno             173 ipc/ipc_channel_posix_unittest.cc                                            << "(" << errno << ")";
errno             175 ipc/ipc_channel_posix_unittest.cc                                                << ": " << strerror(errno)
errno             176 ipc/ipc_channel_posix_unittest.cc                                                << "(" << errno << ")";
errno             181 ipc/ipc_channel_posix_unittest.cc                                               << ": " << strerror(errno)
errno             182 ipc/ipc_channel_posix_unittest.cc                                               << "(" << errno << ")";
errno              93 ipc/unix_domain_socket_util.cc   if (unlink(socket_name.c_str()) < 0 && errno != ENOENT) {
errno             179 ipc/unix_domain_socket_util.cc   return errno == ECONNABORTED || errno == EMFILE || errno == ENFILE ||
errno             180 ipc/unix_domain_socket_util.cc          errno == ENOMEM || errno == ENOBUFS;
errno             189 ipc/unix_domain_socket_util.cc     return IsRecoverableError(errno);
errno              52 media/base/android/webaudio_media_codec_bridge.cc              << ": " << strerror(errno);
errno              70 media/base/android/webaudio_media_codec_bridge.cc             << ": " << strerror(errno);
errno             475 media/video/capture/linux/video_capture_device_linux.cc     if (errno != EINTR) {
errno             517 media/video/capture/linux/video_capture_device_linux.cc             "Failed to enqueue capture buffer errno %d", errno));
errno             521 media/video/capture/linux/video_capture_device_linux.cc           "Failed to dequeue capture buffer errno %d", errno));
errno              65 mojo/common/test/test_utils_posix.cc     if (errno != EAGAIN && errno != EWOULDBLOCK)
errno              83 mojo/embedder/platform_channel_pair_posix_unittest.cc   if (errno != EPIPE)
errno             115 mojo/system/raw_channel_posix.cc   if (read_result == 0 || (errno != EAGAIN && errno != EWOULDBLOCK)) {
errno             190 mojo/system/raw_channel_posix.cc   if (errno != EAGAIN && errno != EWOULDBLOCK) {
errno             506 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("stat returned error %d.", errno);
errno             696 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("mkdir returned error: %d", errno);
errno             724 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("rmdir returned error: %d", errno);
errno             752 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("chdir returned error: %d", errno);
errno             779 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("getcwd returned error: %d", errno);
errno             971 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("gethostbyname() returned error: %d", errno);
errno             981 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("socket() failed: %s", strerror(errno));
errno             987 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("connect() failed: %s", strerror(errno));
errno            1018 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("send failed: %s", strerror(errno));
errno            1055 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("recv failed: %s", strerror(errno));
errno            1083 native_client_sdk/src/examples/demo/nacl_io/handlers.c     *output = PrintfToNewString("close returned error: %d", errno);
errno              21 native_client_sdk/src/libraries/gtest/nacl_gtest_dummy_sys.cc     errno = ERANGE;
errno              29 native_client_sdk/src/libraries/gtest/nacl_gtest_dummy_sys.cc   errno = ENOSYS;
errno              34 native_client_sdk/src/libraries/gtest/nacl_gtest_dummy_sys.cc   errno = ENOSYS;
errno              23 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc     errno = ENOSYS;           \
errno             129 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc       errno = ERANGE;
errno             381 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   errno = ENOSYS;
errno             392 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   errno = ENOSYS;
errno             397 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   errno = ENOSYS;
errno             402 native_client_sdk/src/libraries/nacl_io/kernel_intercept.cc   errno = ENOSYS;
errno              85 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     rtn = errno;
errno              91 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     rtn = errno;
errno              99 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     rtn = errno;
errno             104 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     rtn = errno;
errno             109 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     rtn = errno;
errno             163 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             173 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = error;
errno             181 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             194 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             201 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             218 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = EACCES;
errno             227 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = ENOSYS;
errno             235 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             249 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             264 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             275 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             288 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno             296 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = ERANGE;
errno             306 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno             344 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             350 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             363 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             369 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             397 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = ENODEV;
errno             431 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             437 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             447 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             457 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             464 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             475 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             482 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             493 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             499 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             510 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             517 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             527 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             532 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = ENOTDIR;
errno             537 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EBADF;
errno             544 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             554 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             560 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             571 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             577 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             585 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = ENOSYS;
errno             593 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             599 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             610 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             616 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             627 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             634 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             647 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             653 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             679 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             687 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             693 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EXDEV;
errno             703 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             716 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             722 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             734 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             752 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc         errno = error;
errno             761 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc         errno = error;
errno             771 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             778 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             791 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             797 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             804 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = EINVAL;
errno             809 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = EINVAL;
errno             815 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = EINVAL;
errno             820 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = EINVAL;
errno             837 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             844 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             890 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             896 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             907 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             913 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             925 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             931 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno             944 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = ESRCH;
errno             964 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = EINVAL;
errno             974 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EINVAL;
errno            1006 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc         errno = EINVAL;
errno            1019 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = EINVAL;
errno            1024 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = EINVAL;
errno            1076 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = EINVAL;
errno            1174 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = err;
errno            1201 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1208 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1215 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1226 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1234 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1243 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1253 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = err;
errno            1262 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1269 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1275 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1298 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1308 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = err;
errno            1317 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1327 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = err;
errno            1340 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1350 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = err;
errno            1364 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = err;
errno            1376 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1383 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1390 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1409 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1416 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1423 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1432 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1440 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = EOPNOTSUPP;
errno            1446 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1453 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1460 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1479 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1486 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1493 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1502 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1510 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = EOPNOTSUPP;
errno            1520 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1530 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = err;
errno            1544 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = err;
errno            1553 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EAFNOSUPPORT;
errno            1587 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = EPROTONOSUPPORT;
errno            1591 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc       errno = EINVAL;
errno            1598 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = rtn;
errno            1605 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = rtn;
errno            1614 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EFAULT;
errno            1621 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EPROTONOSUPPORT;
errno            1626 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = EAFNOSUPPORT;
errno            1631 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc   errno = ENOSYS;
errno            1639 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = error;
errno            1644 native_client_sdk/src/libraries/nacl_io/kernel_proxy.cc     errno = ENOTSOCK;
errno             154 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_chdir(pathname)) ? errno : 0;
errno             158 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_close(fd) < 0) ? errno : 0;
errno             163 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (*newfd < 0) ? errno : 0;
errno             167 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_dup2(fd, newfd) < 0) ? errno : 0;
errno             175 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_fchdir(fd)) ? errno : 0;
errno             179 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_fchmod(fd, mode)) ? errno : 0;
errno             183 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_fdatasync(fd)) ? errno : 0;
errno             191 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     return errno;
errno             197 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_fsync(fd)) ? errno : 0;
errno             202 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     return errno;
errno             217 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     return errno;
errno             239 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     return errno;
errno             248 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     return errno;
errno             254 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_mkdir(pathname, mode)) ? errno : 0;
errno             263 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return *addr == (void*)-1 ? errno : 0;
errno             275 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (*newfd < 0) ? errno : 0;
errno             280 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (*fd < 0) ? errno : 0;
errno             285 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (*count < 0) ? errno : 0;
errno             292 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (signed_nread < 0) ? errno : 0;
errno             298 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (signed_nread < 0) ? errno : 0;
errno             302 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_rmdir(pathname) < 0) ? errno : 0;
errno             307 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (*new_offset < 0) ? errno : 0;
errno             313 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (*count < 0) ? errno : 0;
errno             321 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     return errno;
errno             327 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (ki_truncate(name, len)) ? errno : 0;
errno             333 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc   return (signed_nwrote < 0) ? errno : 0;
errno             380 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     errno = err;
errno             442 native_client_sdk/src/libraries/nacl_io/kernel_wrap_bionic.cc     errno = err;
errno             151 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (ki_chdir(pathname)) ? errno : 0;
errno             155 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (ki_close(fd) < 0) ? errno : 0;
errno             160 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (*newfd < 0) ? errno : 0;
errno             164 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (ki_dup2(fd, newfd) < 0) ? errno : 0;
errno             176 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc     return errno;
errno             183 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc     return errno;
errno             198 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc     return errno;
errno             218 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (ki_mkdir(pathname, mode)) ? errno : 0;
errno             227 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return *addr == (void*)-1 ? errno : 0;
errno             239 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (*newfd < 0) ? errno : 0;
errno             244 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (*fd < 0) ? errno : 0;
errno             249 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (*count < 0) ? errno : 0;
errno             256 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (signed_nread < 0) ? errno : 0;
errno             260 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (ki_rmdir(pathname) < 0) ? errno : 0;
errno             265 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (*new_offset < 0) ? errno : 0;
errno             271 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (*count < 0) ? errno : 0;
errno             279 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc     return errno;
errno             287 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc   return (signed_nwrote < 0) ? errno : 0;
errno             319 native_client_sdk/src/libraries/nacl_io/kernel_wrap_glibc.cc     errno = err;
errno              96 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_close(fd) < 0) ? errno : 0;
errno             101 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (*newfd < 0) ? errno : 0;
errno             106 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (newfd < 0) ? errno : 0;
errno             116 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (signed_nread < 0) ? errno : 0;
errno             122 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (signed_nwrote < 0) ? errno : 0;
errno             127 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (*new_offset < 0) ? errno : 0;
errno             131 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_fstat(fd, buf) < 0) ? errno : 0;
errno             137 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc     return errno;
errno             143 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_fchdir(fd) < 0) ? errno : 0;
errno             147 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_fchmod(fd, mode) < 0) ? errno : 0;
errno             151 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_fsync(fd) < 0) ? errno : 0;
errno             155 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_fdatasync(fd) < 0) ? errno : 0;
errno             159 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_ftruncate(fd, length) < 0) ? errno : 0;
errno             165 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc     return errno;
errno             175 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return *addr == (void*)-1 ? errno : 0;
errno             187 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (*newfd < 0) ? errno : 0;
errno             191 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_stat(pathname, buf) < 0) ? errno : 0;
errno             195 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_mkdir(pathname, mode) < 0) ? errno : 0;
errno             199 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_rmdir(pathname) < 0) ? errno : 0;
errno             203 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_chdir(pathname) < 0) ? errno : 0;
errno             209 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc     return errno;
errno             214 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_unlink(pathname) < 0) ? errno : 0;
errno             218 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_truncate(pathname, length) < 0) ? errno : 0;
errno             222 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_lstat(pathname, buf) < 0) ? errno : 0;
errno             226 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_link(pathname, newpath) < 0) ? errno : 0;
errno             230 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_rename(pathname, newpath) < 0) ? errno : 0;
errno             234 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_symlink(pathname, newpath) < 0) ? errno : 0;
errno             238 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_chmod(pathname, mode) < 0) ? errno : 0;
errno             242 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_access(pathname, amode) < 0) ? errno : 0;
errno             249 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc     return errno;
errno             255 native_client_sdk/src/libraries/nacl_io/kernel_wrap_newlib.cc   return (ki_utimes(pathname, times) < 0) ? errno : 0;
errno             152 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc   return (*pfh < 0) ? errno : 0;
errno             179 native_client_sdk/src/libraries/nacl_io/kernel_wrap_win.cc     errno = result;
errno              22 native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntop.cc       errno = ENOSPC;
errno              34 native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntop.cc       errno = ENOSPC;
errno              92 native_client_sdk/src/libraries/nacl_io/syscalls/inet_ntop.cc   errno = EAFNOSUPPORT;
errno             143 native_client_sdk/src/libraries/nacl_io/syscalls/inet_pton.c   errno = EAFNOSUPPORT;
errno              19 native_client_sdk/src/libraries/nacl_io/syscalls/tcdrain.c   errno = ENOSYS;
errno              18 native_client_sdk/src/libraries/nacl_io/syscalls/tcflow.c   errno = ENOSYS;
errno              20 native_client_sdk/src/libraries/nacl_io/syscalls/tcsendbreak.c   errno = ENOSYS;
errno             413 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   if (ret != 0 && errno != ENOTTY) {
errno              78 native_client_sdk/src/libraries/third_party/pthreads-win32/need_errno.h _CRTIMP extern int errno;
errno            1251 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h #    if !defined(errno)
errno            1254 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h #        define errno   (*_errno())
errno             141 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c 	  result = errno;
errno             169 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c 	      result = errno;
errno             183 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c 	      result = errno;
errno             187 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_destroy.c 	      result1 = errno;
errno             104 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c       result = errno;
errno             110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c       result = errno;
errno             115 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c 	  result = errno;
errno             144 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_signal.c 	  result = errno;
errno             306 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c 	  *resultPtr = errno;
errno             317 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c 	  *resultPtr = errno;
errno             338 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c 	  *resultPtr = errno;
errno             387 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c       return errno;
errno             394 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c       return errno;
errno             433 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_wait.c 	  result = errno;
errno              87 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_semwait.c 	      errno = EINVAL;
errno             105 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_semwait.c         	          errno = EINVAL;
errno             129 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_semwait.c       errno = result;
errno             172 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h   ( errno = ENOTSUP, (int) -1 )
errno             123 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_get_priority_max.c       errno = EINVAL;
errno             124 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_get_priority_min.c       errno = EINVAL;
errno              60 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_getscheduler.c 	      errno =
errno              62 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c 	      errno =
errno              74 native_client_sdk/src/libraries/third_party/pthreads-win32/sched_setscheduler.c       errno = ENOSYS;
errno              56 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_close.c   errno = ENOSYS;
errno             136 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_destroy.c       errno = result;
errno              82 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c       errno = EINVAL;
errno              98 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_getvalue.c 	      errno = EINVAL;
errno             161 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_init.c       errno = result;
errno              56 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_open.c   errno = ENOSYS;
errno             122 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post.c       errno = result;
errno             136 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_post_multiple.c       errno = result;
errno             171 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c 	      errno = EINVAL;
errno             209 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c         	      errno = EINVAL;
errno             231 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_timedwait.c       errno = result;
errno              93 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_trywait.c           errno = EINVAL;
errno             111 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_trywait.c       errno = result;
errno              56 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_unlink.c   errno = ENOSYS;
errno             133 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c 	      errno = EINVAL;
errno             161 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c 	          errno = EINVAL;
errno             181 native_client_sdk/src/libraries/third_party/pthreads-win32/sem_wait.c       errno = result;
errno              82 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       return errno;
errno             177 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   EXPECT_EQ(errno, EAFNOSUPPORT);
errno             181 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   EXPECT_EQ(EPROTONOSUPPORT, errno);
errno             185 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   EXPECT_EQ(EINVAL, errno);
errno             322 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       EXPECT_EQ(EWOULDBLOCK, errno);
errno             347 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       << "Failed with " << errno << ": " << strerror(errno);
errno             354 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       << "socket write failed with: " << strerror(errno);
errno             378 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(EINPROGRESS, errno)
errno             379 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc      << "expected EINPROGRESS but got: " << strerror(errno);
errno             381 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(EALREADY, errno);
errno             390 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(EISCONN, errno);
errno             410 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(ENOPROTOOPT, errno);
errno             422 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(ENOPROTOOPT, errno);
errno             431 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(ENOPROTOOPT, errno);
errno             433 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(ENOPROTOOPT, errno);
errno             444 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       << "Failed with " << errno << ": " << strerror(errno);
errno             537 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       << "Failed with " << errno << ": " << strerror(errno);
errno             545 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc         ASSERT_EQ(EWOULDBLOCK, errno) << "send failed: " << strerror(errno);
errno             553 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc       ASSERT_EQ(EWOULDBLOCK, errno) << "recv failed: " << strerror(errno);
errno             561 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(EWOULDBLOCK, errno);
errno             584 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   EXPECT_EQ(errno, ENOTSUP);
errno             606 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "listen failed with: " << strerror(errno);
errno             613 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "Failed with " << errno << ": " << strerror(errno);
errno             623 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "accept failed with " << errno << ": " << strerror(errno);
errno             657 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "listen failed with: " << strerror(errno);
errno             664 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(EAGAIN, errno);
errno             677 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "Failed with " << errno << ": " << strerror(errno);
errno             687 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "accept failed with: " << strerror(errno);
errno             692 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(EAGAIN, errno);
errno             710 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "listen failed with: " << strerror(errno);
errno             715 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "Failed with " << errno << ": " << strerror(errno);
errno             739 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(errno, EPIPE);
errno             752 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "listen failed with: " << strerror(errno);
errno             757 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "Failed with " << errno << ": " << strerror(errno);
errno             770 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   ASSERT_EQ(errno, EPIPE);
errno             784 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "listen failed with: " << strerror(errno);
errno             789 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc     << "Failed with " << errno << ": " << strerror(errno);
errno             214 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   ASSERT_GT(pipe_fd, 0) << "jspipe1 open failed: " << errno;
errno             225 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   ASSERT_EQ(0, rtn) << "select failed: " << rtn << " err=" << strerror(errno);
errno              97 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc       << "fcntl failed with: " << strerror(errno);
errno             103 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(EINVAL, errno);
errno             140 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(EINVAL, errno);
errno             150 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(EINVAL, errno);
errno             164 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(EINVAL, errno) << "kill(SEGV) failed to set errno to EINVAL";
errno             167 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(0, ki_kill(0, SIGWINCH)) << "kill(SIGWINCH) failed: " << errno;
errno             170 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(0, ki_kill(0, SIGUSR1)) << "kill(SIGUSR1) failed: " << errno;
errno             171 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(0, ki_kill(0, SIGUSR2)) << "kill(SIGUSR2) failed: " << errno;
errno             187 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(ESRCH, errno);
errno             193 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(errno, EINVAL) << "signal(SEGV) failed to set errno to EINVAL";
errno             197 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(errno, EINVAL) << "signal(-1) failed to set errno to EINVAL";
errno             245 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(EXDEV, errno);
errno             257 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(EFAULT, errno);
errno             264 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(ENOENT, errno);
errno             270 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(EEXIST, errno);
errno             279 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(ENOENT, errno);
errno             313 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(ENOTDIR, errno);
errno             349 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(ENOENT, errno);
errno             354 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(EEXIST, errno);
errno             364 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(ENOENT, errno);
errno             376 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(EEXIST, errno);
errno             458 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   ASSERT_EQ(EINVAL, errno);
errno             530 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(ENOENT, errno);
errno             581 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(EINVAL, errno);
errno             774 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(1234, errno);
errno             796 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   EXPECT_EQ(1234, errno);
errno              18 native_client_sdk/src/tests/nacl_io_test/signal_test.cc   EXPECT_EQ(errno, EFAULT);
errno              19 native_client_sdk/src/tests/nacl_io_test/signal_test.cc   EXPECT_EQ(errno, 0x2211);
errno              54 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno              56 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno              58 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno              60 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno              62 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno              70 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno              72 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno              74 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno              82 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno              84 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno              86 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno              94 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno              96 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno              98 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             100 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             102 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             110 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             112 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             114 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             116 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             118 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             126 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             128 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             130 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             132 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             134 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             139 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             141 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             149 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             151 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             153 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             163 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             165 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             167 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             169 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             176 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             178 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             180 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             188 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             190 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             192 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             202 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             204 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             206 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             213 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             215 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             217 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             226 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             230 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             234 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             239 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EBADF);
errno             241 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, ENOTSOCK);
errno             246 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EAFNOSUPPORT);
errno             248 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EPROTONOSUPPORT);
errno             254 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EFAULT);
errno             256 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EAFNOSUPPORT);
errno             258 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EPROTONOSUPPORT);
errno             260 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(errno, EPROTONOSUPPORT);
errno             445 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(EAFNOSUPPORT, errno);
errno             449 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(ENOSPC, errno);
errno             453 native_client_sdk/src/tests/nacl_io_test/socket_test.cc   EXPECT_EQ(ENOSPC, errno);
errno             173 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   ASSERT_GT(tty_fd, 0) << "tty open failed: " << errno;
errno             184 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   ASSERT_EQ(0, rtn) << "select failed: " << rtn << " err=" << strerror(errno);
errno             253 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   ASSERT_NE(SIG_ERR, old_handler) << "signal return error: " << errno;
errno             318 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   ASSERT_EQ(EINTR, errno);
errno             251 net/base/address_tracker_linux.cc       if ((errno == EAGAIN) || (errno == EWOULDBLOCK))
errno             195 net/base/file_stream_context.h   int GetLastErrno() { return errno; }
errno              88 net/base/file_stream_context_posix.cc     IOResult result = IOResult::FromOSError(errno);
errno             152 net/base/file_stream_context_posix.cc     IOResult result = IOResult::FromOSError(errno);
errno             165 net/base/file_stream_context_posix.cc     return IOResult::FromOSError(errno);
errno             173 net/base/file_stream_context_posix.cc     return IOResult::FromOSError(errno);
errno             185 net/base/file_stream_context_posix.cc     return IOResult::FromOSError(errno);
errno             196 net/base/file_stream_context_posix.cc     return IOResult::FromOSError(errno);
errno            1954 net/base/net_util.cc     DVLOG(1) << "getifaddrs() failed with errno = " << errno;
errno            1288 net/proxy/proxy_config_service_linux.cc       errno = EINVAL;
errno            1289 net/proxy/proxy_config_service_linux.cc     if (errno != EAGAIN) {
errno            1291 net/proxy/proxy_config_service_linux.cc       if (errno == EINVAL) {
errno             208 net/socket/ssl_client_socket_openssl.cc                  << errno;
errno             104 net/socket/ssl_client_socket_openssl_unittest.cc                << filepath.value() << ": " << strerror(errno);
errno              94 net/socket/stream_listen_socket.cc     int err = errno;
errno             109 net/socket/stream_listen_socket.cc     int err = errno;
errno             142 net/socket/stream_listen_socket.cc       if (errno != EWOULDBLOCK && errno != EAGAIN) {
errno             143 net/socket/stream_listen_socket.cc         LOG(ERROR) << "send failed: errno==" << errno;
errno             181 net/socket/stream_listen_socket.cc       if (errno == EWOULDBLOCK || errno == EAGAIN) {
errno              62 net/socket/tcp_listen_socket_unittest.cc     ASSERT_EQ(EISCONN, errno);
errno             229 net/socket/tcp_listen_socket_unittest.cc     LOG(ERROR) << "send failed: " << errno;
errno             182 net/socket/tcp_socket_libevent.cc     return MapSystemError(errno);
errno             186 net/socket/tcp_socket_libevent.cc     int result = MapSystemError(errno);
errno             202 net/socket/tcp_socket_libevent.cc     int result = MapSystemError(errno);
errno             223 net/socket/tcp_socket_libevent.cc     return MapSystemError(errno);
errno             237 net/socket/tcp_socket_libevent.cc     return MapSystemError(errno);
errno             261 net/socket/tcp_socket_libevent.cc       return MapSystemError(errno);
errno             322 net/socket/tcp_socket_libevent.cc   if (rv == -1 && errno != EAGAIN && errno != EWOULDBLOCK)
errno             343 net/socket/tcp_socket_libevent.cc   if (errno != EAGAIN && errno != EWOULDBLOCK)
errno             369 net/socket/tcp_socket_libevent.cc   if (errno != EAGAIN && errno != EWOULDBLOCK) {
errno             370 net/socket/tcp_socket_libevent.cc     int net_error = MapSystemError(errno);
errno             372 net/socket/tcp_socket_libevent.cc                       CreateNetLogSocketErrorCallback(net_error, errno));
errno             379 net/socket/tcp_socket_libevent.cc     DVLOG(1) << "WatchFileDescriptor failed on read, errno " << errno;
errno             380 net/socket/tcp_socket_libevent.cc     return MapSystemError(errno);
errno             408 net/socket/tcp_socket_libevent.cc   if (errno != EAGAIN && errno != EWOULDBLOCK) {
errno             409 net/socket/tcp_socket_libevent.cc     int net_error = MapSystemError(errno);
errno             411 net/socket/tcp_socket_libevent.cc                       CreateNetLogSocketErrorCallback(net_error, errno));
errno             418 net/socket/tcp_socket_libevent.cc     DVLOG(1) << "WatchFileDescriptor failed on write, errno " << errno;
errno             419 net/socket/tcp_socket_libevent.cc     return MapSystemError(errno);
errno             434 net/socket/tcp_socket_libevent.cc     return MapSystemError(errno);
errno             500 net/socket/tcp_socket_libevent.cc     return MapSystemError(errno);
errno             508 net/socket/tcp_socket_libevent.cc   return (rv == 0) ? OK : MapSystemError(errno);
errno             515 net/socket/tcp_socket_libevent.cc   return (rv == 0) ? OK : MapSystemError(errno);
errno             599 net/socket/tcp_socket_libevent.cc     int net_error = MapAcceptError(errno);
errno             651 net/socket/tcp_socket_libevent.cc   connect_os_error_ = errno;
errno             660 net/socket/tcp_socket_libevent.cc     connect_os_error_ = errno;
errno             731 net/socket/tcp_socket_libevent.cc     result = MapSystemError(errno);
errno             734 net/socket/tcp_socket_libevent.cc                         CreateNetLogSocketErrorCallback(result, errno));
errno             763 net/socket/tcp_socket_libevent.cc     result = MapSystemError(errno);
errno             766 net/socket/tcp_socket_libevent.cc                         CreateNetLogSocketErrorCallback(result, errno));
errno             785 net/socket/tcp_socket_libevent.cc     os_error = errno;
errno             826 net/socket/tcp_socket_libevent.cc       errno = EADDRNOTAVAIL;
errno             847 net/socket/tcp_socket_libevent.cc       DCHECK_NE(EPIPE, errno);
errno             854 net/socket/tcp_socket_libevent.cc       if (errno == EINPROGRESS) {
errno             855 net/socket/tcp_socket_libevent.cc         errno = EAGAIN;
errno             600 net/socket/tcp_socket_win.cc     return MapSystemError(errno);
errno             333 net/socket/unix_domain_socket_posix_unittest.cc   ASSERT_EQ(EPIPE, errno);
errno             111 net/third_party/nss/ssl/sslmutex.c 	nss_MD_unix_map_default_error(errno);
errno             131 net/third_party/nss/ssl/sslmutex.c     nss_MD_unix_map_default_error(errno);
errno             191 net/third_party/nss/ssl/sslmutex.c 	} while (cc < 0 && (errno == EINTR || errno == EAGAIN));
errno             194 net/third_party/nss/ssl/sslmutex.c 		nss_MD_unix_map_default_error(errno);
errno             222 net/third_party/nss/ssl/sslmutex.c 	} while (cc < 0 && errno == EINTR);
errno             225 net/third_party/nss/ssl/sslmutex.c 		nss_MD_unix_map_default_error(errno);
errno             258 net/third_party/nss/ssl/sslmutex.c     } while (cc < 0 && (errno == EINTR || errno == EAGAIN));
errno             261 net/third_party/nss/ssl/sslmutex.c 	    nss_MD_unix_map_default_error(errno);
errno             287 net/third_party/nss/ssl/sslmutex.c     } while (cc < 0 && errno == EINTR);
errno             290 net/third_party/nss/ssl/sslmutex.c 	    nss_MD_unix_map_default_error(errno);
errno             523 net/third_party/nss/ssl/sslmutex.c     } while (rv < 0 && errno == EINTR);
errno             525 net/third_party/nss/ssl/sslmutex.c         nss_MD_unix_map_default_error(errno);
errno             545 net/third_party/nss/ssl/sslmutex.c     } while (rv < 0 && errno == EINTR);
errno             547 net/third_party/nss/ssl/sslmutex.c 	nss_MD_unix_map_default_error(errno);
errno             562 net/third_party/nss/ssl/sslmutex.c     } while (rv < 0 && errno == EINTR);
errno             564 net/third_party/nss/ssl/sslmutex.c 	nss_MD_unix_map_default_error(errno);
errno             579 net/third_party/nss/ssl/sslmutex.c     } while (rv < 0 && errno == EINTR);
errno             581 net/third_party/nss/ssl/sslmutex.c 	nss_MD_unix_map_default_error(errno);
errno            1704 net/third_party/nss/ssl/sslsnce.c 		if (result < 0 && errno == ESRCH) {
errno             102 net/tools/epoll_server/epoll_server.cc     int saved_errno = errno;
errno             231 net/tools/epoll_server/epoll_server.cc     int saved_errno = errno;
errno             242 net/tools/epoll_server/epoll_server.cc       int saved_errno = errno;
errno             562 net/tools/epoll_server/epoll_server.cc     int saved_errno = errno;
errno             580 net/tools/epoll_server/epoll_server.cc     int saved_errno = errno;
errno             600 net/tools/epoll_server/epoll_server.cc     int saved_errno = errno;
errno             677 net/tools/epoll_server/epoll_server.cc     if (errno != EINTR && errno != 0) {
errno             678 net/tools/epoll_server/epoll_server.cc       int saved_errno = errno;
errno             124 net/tools/flip_server/acceptor_thread.cc         if (errno != 11) {
errno             126 net/tools/flip_server/acceptor_thread.cc                   << acceptor_->listen_fd_ << "): " << errno << ": "
errno             127 net/tools/flip_server/acceptor_thread.cc                   << strerror(errno);
errno             140 net/tools/flip_server/acceptor_thread.cc         if (errno != 11) {
errno             142 net/tools/flip_server/acceptor_thread.cc                   << acceptor_->listen_fd_ << "): " << errno << ": "
errno             143 net/tools/flip_server/acceptor_thread.cc                   << strerror(errno);
errno              66 net/tools/flip_server/create_listener.cc                              << " errno=" << errno;
errno              74 net/tools/flip_server/create_listener.cc       << " errno=" << errno;
errno             138 net/tools/flip_server/create_listener.cc                << "): " << strerror(errno) << "\n";
errno             177 net/tools/flip_server/create_listener.cc     int saved_errno = errno;
errno             178 net/tools/flip_server/create_listener.cc     if (!wait_for_iface || errno != EADDRNOTAVAIL) {
errno             180 net/tools/flip_server/create_listener.cc                  << "): " << strerror(errno) << "\n";
errno             207 net/tools/flip_server/create_listener.cc                << "): " << strerror(errno) << "\n";
errno             266 net/tools/flip_server/create_listener.cc                << "): " << strerror(errno);
errno             280 net/tools/flip_server/create_listener.cc     if (errno != EINPROGRESS) {
errno             282 net/tools/flip_server/create_listener.cc                  << "): " << strerror(errno);
errno             119 net/tools/flip_server/flip_in_mem_edsm_server.cc     if (errno == EWOULDBLOCK) {
errno             129 net/tools/flip_server/flip_in_mem_edsm_server.cc         stderr, "Could not stat pid file '%s': %s\n", pidfile, strerror(errno));
errno             137 net/tools/flip_server/flip_in_mem_edsm_server.cc               strerror(errno));
errno             100 net/tools/flip_server/loadtime_measurement.h       } while (read_status <= 0 && errno == EINTR);
errno             132 net/tools/flip_server/mem_cache.cc     } while (read_status <= 0 && errno == EINTR);
errno             166 net/tools/flip_server/sm_connection.cc     VLOG(1) << "setsockopt(CORK): " << errno;
errno             173 net/tools/flip_server/sm_connection.cc     VLOG(1) << "setsockopt(CORK): " << errno;
errno             275 net/tools/flip_server/sm_connection.cc                 << "getsockopt error: " << errno << ": " << strerror(errno);
errno             444 net/tools/flip_server/sm_connection.cc     int stored_errno = errno;
errno             580 net/tools/flip_server/sm_connection.cc     int stored_errno = errno;
errno              89 net/tools/quic/quic_client.cc     LOG(ERROR) << "CreateSocket() failed: " << strerror(errno);
errno             130 net/tools/quic/quic_client.cc     LOG(ERROR) << "IP detection not supported" << strerror(errno);
errno             154 net/tools/quic/quic_client.cc     LOG(ERROR) << "Bind failed: " << strerror(errno);
errno             161 net/tools/quic/quic_client.cc     LOG(ERROR) << "Unable to get self address.  Error: " << strerror(errno);
errno              96 net/tools/quic/quic_server.cc     LOG(ERROR) << "CreateSocket() failed: " << strerror(errno);
errno             103 net/tools/quic/quic_server.cc     LOG(ERROR) << "IP detection not supported" << strerror(errno);
errno             157 net/tools/quic/quic_server.cc     LOG(ERROR) << "Bind failed: " << strerror(errno);
errno             167 net/tools/quic/quic_server.cc       LOG(ERROR) << "Unable to get self address.  Error: " << strerror(errno);
errno             112 net/tools/quic/quic_socket_utils.cc   if (bytes_read < 0 && errno != 0) {
errno             113 net/tools/quic/quic_socket_utils.cc     if (errno != EAGAIN) {
errno             114 net/tools/quic/quic_socket_utils.cc       LOG(ERROR) << "Error reading " << strerror(errno);
errno             199 net/tools/quic/quic_socket_utils.cc   return WriteResult((errno == EAGAIN || errno == EWOULDBLOCK) ?
errno             200 net/tools/quic/quic_socket_utils.cc       WRITE_STATUS_BLOCKED : WRITE_STATUS_ERROR, errno);
errno              50 net/udp/udp_socket_libevent.cc     return MapSystemError(errno);
errno              53 net/udp/udp_socket_libevent.cc     return MapSystemError(errno);
errno             128 net/udp/udp_socket_libevent.cc       return MapSystemError(errno);
errno             148 net/udp/udp_socket_libevent.cc       return MapSystemError(errno);
errno             186 net/udp/udp_socket_libevent.cc     int result = MapSystemError(errno);
errno             228 net/udp/udp_socket_libevent.cc     DVLOG(1) << "WatchFileDescriptor failed on write, errno " << errno;
errno             229 net/udp/udp_socket_libevent.cc     int result = MapSystemError(errno);
errno             288 net/udp/udp_socket_libevent.cc     int result = MapSystemError(errno);
errno             322 net/udp/udp_socket_libevent.cc   int last_error = errno;
errno             331 net/udp/udp_socket_libevent.cc   int last_error = errno;
errno             423 net/udp/udp_socket_libevent.cc     return MapSystemError(errno);
errno             425 net/udp/udp_socket_libevent.cc     const int err = MapSystemError(errno);
errno             483 net/udp/udp_socket_libevent.cc     result = MapSystemError(errno);
errno             512 net/udp/udp_socket_libevent.cc     result = MapSystemError(errno);
errno             524 net/udp/udp_socket_libevent.cc       return MapSystemError(errno);
errno             539 net/udp/udp_socket_libevent.cc       return MapSystemError(errno);
errno             554 net/udp/udp_socket_libevent.cc       return MapSystemError(errno);
errno             569 net/udp/udp_socket_libevent.cc       return MapSystemError(errno);
errno             588 net/udp/udp_socket_libevent.cc           return MapSystemError(errno);
errno             597 net/udp/udp_socket_libevent.cc           return MapSystemError(errno);
errno             615 net/udp/udp_socket_libevent.cc   int last_error = errno;
errno             664 net/udp/udp_socket_libevent.cc         return MapSystemError(errno);
errno             676 net/udp/udp_socket_libevent.cc         return MapSystemError(errno);
errno             701 net/udp/udp_socket_libevent.cc         return MapSystemError(errno);
errno             713 net/udp/udp_socket_libevent.cc         return MapSystemError(errno);
errno             767 net/udp/udp_socket_libevent.cc     return MapSystemError(errno);
errno              71 ppapi/proxy/file_mapping_resource_posix.cc     map_result.result = ErrnoToPPError(errno);
errno              79 ppapi/proxy/file_mapping_resource_posix.cc     return ErrnoToPPError(errno);
errno              66 ppapi/tests/test_broker.cc   } while (eintr_wrapper_result == -1 && errno == EINTR); \
errno              74 ppapi/tests/test_broker.cc     if (eintr_wrapper_result == -1 && errno == EINTR) { \
errno            1034 ppapi/tests/test_file_io.cc     return ReportError("write for native FD returned error", errno);
errno            1041 ppapi/tests/test_file_io.cc     return ReportError("lseek for native FD returned error", errno);
errno            1047 ppapi/tests/test_file_io.cc     return ReportError("lseek for native FD returned error", errno);
errno            1055 ppapi/tests/test_file_io.cc     return ReportError("read for native FD returned error", errno);
errno            1136 ppapi/tests/test_file_io.cc     return ReportError("write for native FD returned error", errno);
errno            1146 ppapi/tests/test_file_io.cc       return ReportError("mmap(r) for native FD returned errno", errno);
errno            1154 ppapi/tests/test_file_io.cc       return ReportError("munmap for native FD returned error", errno);
errno            1162 ppapi/tests/test_file_io.cc       return ReportError("mmap(r) for native FD returned errno", errno);
errno            1171 ppapi/tests/test_file_io.cc       return ReportError("munmap for native FD returned error", errno);
errno            1179 ppapi/tests/test_file_io.cc       return ReportError("mmap(w) for native FD returned errno", errno);
errno            1188 ppapi/tests/test_file_io.cc       return ReportError("munmap for native FD returned error", errno);
errno            1193 ppapi/tests/test_file_io.cc     return ReportError("close for native FD returned error", errno);
errno            1222 ppapi/tests/test_file_io.cc       return ReportError("mmap(r) for native FD returned errno", errno);
errno            1230 ppapi/tests/test_file_io.cc       return ReportError("munmap for native FD returned error", errno);
errno            1238 ppapi/tests/test_file_io.cc       return ReportError("mmap(r) for native FD returned errno", errno);
errno            1247 ppapi/tests/test_file_io.cc       return ReportError("munmap for native FD returned error", errno);
errno            1261 ppapi/tests/test_file_io.cc     return ReportError("close for native FD returned error", errno);
errno              46 ppapi/tests/test_flash_file.cc   } while (bytes_written == -1 && errno == EINTR);
errno              71 ppapi/tests/test_flash_file.cc     } while (bytes_read == -1 && errno == EINTR);
errno             210 remoting/host/config_file_watcher.cc     if (errno == EACCES && retries_ < kMaxRetries) {
errno             137 remoting/host/linux/audio_pipe_reader.cc       if (read_result < 0 && errno != EWOULDBLOCK && errno != EAGAIN)
errno              91 remoting/host/posix/signal_handler.cc       LOG(ERROR) << "Could not create signal pipe: " << errno;
errno             110 remoting/host/posix/signal_handler.cc     LOG(ERROR) << "signal() failed: " << errno;
errno              54 rlz/lib/recursive_cross_process_lock_posix.cc            errno == EWOULDBLOCK &&
errno             117 sandbox/linux/seccomp-bpf/demo.cc       errno = 0;
errno             125 sandbox/linux/seccomp-bpf/demo.cc     errno = err;
errno             134 sandbox/linux/seccomp-bpf/demo.cc     errno = EBADF;
errno             452 sandbox/linux/seccomp-bpf/demo.cc   if (((errno = 0), !getrlimit(RLIMIT_STACK, NULL)) || errno != EFAULT ||
errno             453 sandbox/linux/seccomp-bpf/demo.cc       ((errno = 0), !getrlimit(RLIMIT_CORE,  NULL)) || errno != ERR) {
errno             459 sandbox/linux/seccomp-bpf/demo.cc   if (((errno = 0), !ioctl(2, TCGETS,     NULL)) || errno != EFAULT ||
errno             460 sandbox/linux/seccomp-bpf/demo.cc       ((errno = 0), !ioctl(2, TIOCGWINSZ, NULL)) || errno != EFAULT ||
errno             461 sandbox/linux/seccomp-bpf/demo.cc       ((errno = 0), !ioctl(2, TCSETS,     NULL)) || errno != ERR) {
errno             467 sandbox/linux/seccomp-bpf/demo.cc   if (((errno = 0), !prctl(PR_GET_DUMPABLE))    || errno ||
errno             468 sandbox/linux/seccomp-bpf/demo.cc       ((errno = 0),  prctl(PR_SET_DUMPABLE, 1)) || errno ||
errno             469 sandbox/linux/seccomp-bpf/demo.cc       ((errno = 0), !prctl(PR_SET_SECCOMP,  0)) || errno != ERR) {
errno              45 sandbox/linux/seccomp-bpf/sandbox_bpf.cc   const char* error_string = strerror(errno);
errno              75 sandbox/linux/seccomp-bpf/sandbox_bpf.cc   if (syscall(__NR_getpid) < 0 && errno == EPERM) {
errno             293 sandbox/linux/seccomp-bpf/sandbox_bpf.cc     errno = 0;
errno             601 sandbox/linux/seccomp-bpf/sandbox_bpf.cc       if (SandboxSyscall(-1) == -1 && errno == ENOSYS) {
errno             135 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             137 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EACCES);
errno             154 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             156 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == 0);
errno             160 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == ENOMEM);
errno             193 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             195 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == 0);
errno             201 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == ENOMEM);
errno             255 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             257 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == 1);
errno             263 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     errno = 0;
errno             265 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     BPF_ASSERT(errno == 0);
errno             267 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     errno = 0;
errno             269 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     BPF_ASSERT(errno == ErrorCode::ERR_MAX_ERRNO);
errno             273 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             276 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == 42);
errno             318 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             320 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == 0);
errno             323 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EPERM);
errno             331 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             333 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EINVAL);
errno             336 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EPERM);
errno             389 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     errno = 0;
errno             391 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     BPF_ASSERT(errno == SysnoToRandomErrno(syscall_number));
errno             430 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     errno = 0;
errno             432 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc     BPF_ASSERT(errno == ArmPrivateSysnoToErrno(syscall_number));
errno             485 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EPERM);
errno             659 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             661 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EBADF);
errno             666 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   errno = 0;
errno             671 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == 0);
errno             761 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EPERM);
errno             764 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == ENOENT);
errno             769 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EPERM);
errno             772 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == ENOENT);
errno             776 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EPERM);
errno             779 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == ENOENT);
errno             833 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == EROFS);
errno             841 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(errno == ENOMEM);
errno             237 sandbox/linux/seccomp-bpf/syscall.cc   errno = ENOSYS;
errno             127 sandbox/linux/seccomp-bpf/trap.cc   const int old_errno = errno;
errno             139 sandbox/linux/seccomp-bpf/trap.cc     errno = old_errno;
errno             167 sandbox/linux/seccomp-bpf/trap.cc     errno = old_errno;
errno             205 sandbox/linux/seccomp-bpf/trap.cc   errno = old_errno;
errno             325 sandbox/linux/services/broker_process.cc   errno = 0;
errno             329 sandbox/linux/services/broker_process.cc   if (msg_len == 0 || (msg_len == -1 && errno == ECONNRESET)) {
errno             429 sandbox/linux/services/broker_process.cc     int access_errno = errno;
errno             455 sandbox/linux/services/broker_process.cc       write_pickle->WriteInt(-errno);
errno             187 sandbox/linux/services/credentials.cc       DPCHECK(errno == EACCES || errno == ENOENT)
errno             189 sandbox/linux/services/credentials.cc         << errno << ") " << strerror(errno);
errno             263 sandbox/linux/services/credentials.cc     CheckCloneNewUserErrno(errno);
errno             293 sandbox/linux/services/credentials.cc     const int unshare_errno = errno;
errno              27 sandbox/linux/services/credentials_unittest.cc   errno = 0;
errno              29 sandbox/linux/services/credentials_unittest.cc   return -1 != ret || ENOENT != errno;
errno              80 sandbox/linux/services/thread_helpers.cc       PCHECK(ENOENT == errno);
errno              42 sandbox/linux/services/yama.cc   const int prctl_errno = errno;
errno              85 sandbox/linux/services/yama.cc     const int open_errno = errno;
errno              28 sandbox/linux/services/yama_unittests.cc     CHECK_EQ(EPERM, errno);
errno              44 sandbox/linux/suid/linux_util.c   errno = 0;
errno              47 sandbox/linux/suid/linux_util.c   if (inode_ull == ULLONG_MAX || !endptr || *endptr != ']' || errno != 0)
errno              76 sandbox/linux/suid/linux_util.c     errno = 0;
errno              78 sandbox/linux/suid/linux_util.c     if (pid_ul == ULONG_MAX || !endptr || *endptr || errno != 0)
errno              55 sandbox/linux/suid/sandbox.c   fprintf(stderr, ": %s\n", strerror(errno));
errno             127 sandbox/linux/suid/sandbox.c     } while (bytes == -1 && errno == EINTR);
errno             151 sandbox/linux/suid/sandbox.c     } while (bytes == -1 && errno == EINTR);
errno             248 sandbox/linux/suid/sandbox.c     const int clone_errno = errno;
errno             305 sandbox/linux/suid/sandbox.c     if (errno != EINVAL) {
errno             392 sandbox/linux/suid/sandbox.c     errno = 0;
errno             395 sandbox/linux/suid/sandbox.c     if (!endptr || *endptr || errno != 0)
errno             456 sandbox/linux/suid/sandbox.c     errno = 0;
errno             458 sandbox/linux/suid/sandbox.c     if (inode == ULLONG_MAX || !endptr || *endptr || errno != 0)
errno             470 sandbox/linux/suid/sandbox.c     errno = 0;
errno             472 sandbox/linux/suid/sandbox.c     if (pid_ul == ULONG_MAX || !endptr || *endptr || errno != 0)
errno             476 sandbox/linux/suid/sandbox.c     errno = 0;
errno             479 sandbox/linux/suid/sandbox.c         !endptr || *endptr || errno != 0)
errno              24 sandbox/linux/tests/test_utils.cc     PCHECK(ECHILD == errno);
errno              99 testing/android/native_test_launcher.cc              path.value().c_str(), strerror(errno));
errno             112 testing/android/native_test_launcher.cc              path.value().c_str(), strerror(errno));
errno             757 third_party/codesighs/codesighs.c                 errno = 0;
errno             759 third_party/codesighs/codesighs.c                 if(0 == errno && endScan != current->mValue)
errno             774 third_party/codesighs/codesighs.c                 errno = 0;
errno             776 third_party/codesighs/codesighs.c                 if(0 == errno && endScan != current->mValue)
errno             348 third_party/codesighs/msdump2symdb.c             errno = 0;
errno             350 third_party/codesighs/msdump2symdb.c             if(0 == errno && endScan != sectionLength)
errno             454 third_party/codesighs/msdump2symdb.c                     errno = 0;
errno             456 third_party/codesighs/msdump2symdb.c                     if(0 == errno && endScan != sectionString && 0 != sectionIndex1)
errno             586 third_party/codesighs/msdump2symdb.c                                 errno = 0;
errno             588 third_party/codesighs/msdump2symdb.c                                 if(0 == errno && endOffsetArg != offsetArg)
errno             454 third_party/codesighs/msmap2tsv.c                     errno = 0;
errno             456 third_party/codesighs/msmap2tsv.c                     if(0 == errno && endLength != length)
errno             398 third_party/harfbuzz-ng/src/hb-blob.cc     DEBUG_MSG_FUNC (BLOB, blob, "failed to get pagesize: %s", strerror (errno));
errno             410 third_party/harfbuzz-ng/src/hb-blob.cc     DEBUG_MSG_FUNC (BLOB, blob, "mprotect failed: %s", strerror (errno));
errno             304 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc   errno = 0;
errno             306 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc   if (errno || p == pend || pend - p != end - pp)
errno             325 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc   errno = 0;
errno             327 third_party/harfbuzz-ng/src/hb-buffer-serialize.cc   if (errno || p == pend || pend - p != end - pp)
errno             880 third_party/harfbuzz-ng/src/hb-private.hh   errno = 0;
errno             882 third_party/harfbuzz-ng/src/hb-private.hh   if (errno) return false;
errno              71 third_party/harfbuzz-ng/src/hb-shape.cc   errno = 0;
errno              73 third_party/harfbuzz-ng/src/hb-shape.cc   if (errno || p == pend)
errno              88 third_party/leveldatabase/env_chromium_stdio.cc         s = MakeIOError(filename_, strerror(errno), kSequentialFileRead, errno);
errno              97 third_party/leveldatabase/env_chromium_stdio.cc       int saved_errno = errno;
errno             171 third_party/leveldatabase/env_chromium_stdio.cc     int saved_errno = errno;
errno             176 third_party/leveldatabase/env_chromium_stdio.cc     int saved_errno = errno;
errno             195 third_party/leveldatabase/env_chromium_stdio.cc     int saved_errno = errno;
errno             206 third_party/leveldatabase/env_chromium_stdio.cc     result = MakeIOError(filename_, strerror(errno), kWritableFileClose, errno);
errno             216 third_party/leveldatabase/env_chromium_stdio.cc     int saved_errno = errno;
errno             230 third_party/leveldatabase/env_chromium_stdio.cc     error = errno;
errno             234 third_party/leveldatabase/env_chromium_stdio.cc     error = errno;
errno             255 third_party/leveldatabase/env_chromium_stdio.cc     int saved_errno = errno;
errno             301 third_party/leveldatabase/env_chromium_stdio.cc     int saved_errno = errno;
errno             348 third_party/leveldatabase/env_chromium_stdio.cc     return base::File::OSErrorToFileError(errno);
errno             357 third_party/leveldatabase/env_chromium_stdio.cc   int saved_errno = errno;
errno             369 third_party/leveldatabase/env_chromium_stdio.cc     int saved_errno = errno;
errno             341 third_party/leveldatabase/env_chromium_win.cc     int saved_errno = errno;
errno             234 third_party/libevent/devpoll.c 		if (errno != EINTR) {
errno             121 third_party/libevent/epoll.c 		if (errno != ENOSYS)
errno             201 third_party/libevent/epoll.c 		if (errno != EINTR) {
errno             124 third_party/libevent/evbuffer.c 		if (errno == EAGAIN || errno == EINTR)
errno             181 third_party/libevent/evbuffer.c 		    if (errno == EAGAIN ||
errno             182 third_party/libevent/evbuffer.c 			errno == EINTR ||
errno             183 third_party/libevent/evbuffer.c 			errno == EINPROGRESS)
errno             377 third_party/libevent/evdns.c #define last_error(sock) (errno)
errno             334 third_party/libevent/evport.c 		if (errno == EINTR || errno == EAGAIN) {
errno             337 third_party/libevent/evport.c 		} else if (errno == ETIME) {
errno             483 third_party/libevent/evport.c 			if (errno != EBADFD) {
errno             114 third_party/libevent/evutil.h #define EVUTIL_SOCKET_ERROR() (errno)
errno             116 third_party/libevent/evutil.h 		do { errno = (errcode); } while (0)
errno             926 third_party/libevent/http.c 		if (errno != EINTR && errno != EAGAIN) {
errno            2241 third_party/libevent/http.c 		if (errno != EAGAIN && errno != EINTR)
errno            2809 third_party/libevent/http.c 		if (errno != EINPROGRESS) {
errno             236 third_party/libevent/kqueue.c 		if (errno != EINTR) {
errno             266 third_party/libevent/kqueue.c 			errno = events[i].data;
errno              75 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_ERR, errno, fmt, ap);
errno              86 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_WARN, errno, fmt, ap);
errno             150 third_party/libevent/poll.c 		if (errno != EINTR) {
errno              94 third_party/libevent/sample/event-test.c 			errno = EEXIST;
errno             164 third_party/libevent/select.c 		if (errno != EINTR) {
errno             289 third_party/libevent/signal.c 	int save_errno = errno;
errno             307 third_party/libevent/signal.c 	errno = save_errno;
errno             696 third_party/libevent/test/regress.c 	if (close(pipe1) != -1 || errno!=EBADF) {
errno             104 third_party/libevent/test/regress_dns.c 				fprintf(stderr, "%s ", strerror(errno));
errno             195 third_party/libjingle/overrides/talk/base/logging.h #define LOG_ERRNO(sev) LOG_ERRNO_EX(sev, errno)
errno             207 third_party/libjingle/overrides/talk/base/logging.h #define LAST_SYSTEM_ERROR (errno)
errno              56 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   printf ("Insufficient memory: %s", strerror (errno), "\n");
errno            1154 third_party/libusb/src/libusb/io.c 		usbi_dbg("timerfd not available (code %d error %d)", ctx->timerfd, errno);
errno            1212 third_party/libusb/src/libusb/io.c 			"failed to read monotonic clock, errno=%d", errno);
errno            1282 third_party/libusb/src/libusb/io.c 			usbi_warn(ctx, "failed to arm first timerfd (errno %d)", errno);
errno            1821 third_party/libusb/src/libusb/io.c 		usbi_err(ctx, "failed to read realtime clock, error %d", errno);
errno            1847 third_party/libusb/src/libusb/io.c 			"async cancel failed %d errno=%d", r, errno);
errno            1968 third_party/libusb/src/libusb/io.c 	} else if (r == -1 && errno == EINTR) {
errno            1973 third_party/libusb/src/libusb/io.c 		usbi_err(ctx, "poll failed %d err=%d\n", r, errno);
errno            2372 third_party/libusb/src/libusb/io.c 		usbi_err(ctx, "failed to read monotonic clock, errno=%d", errno);
errno             108 third_party/libusb/src/libusb/os/linux_netlink.c 	if (-1 == linux_netlink_socket && EINVAL == errno) {
errno             201 third_party/libusb/src/libusb/os/linux_netlink.c 	errno = 0;
errno             232 third_party/libusb/src/libusb/os/linux_netlink.c 	if (errno) {
errno             233 third_party/libusb/src/libusb/os/linux_netlink.c 		errno = 0;
errno             243 third_party/libusb/src/libusb/os/linux_netlink.c 	if (errno) {
errno             244 third_party/libusb/src/libusb/os/linux_netlink.c 		errno = 0;
errno             279 third_party/libusb/src/libusb/os/linux_netlink.c 		if (errno != EAGAIN)
errno              90 third_party/libusb/src/libusb/os/linux_udev.c 		usbi_err(NULL, "getting udev monitor fd flags (%d)", errno);
errno              95 third_party/libusb/src/libusb/os/linux_udev.c 		usbi_err(NULL, "setting udev monitor fd flags (%d)", errno);
errno             201 third_party/libusb/src/libusb/os/linux_usbfs.c 			 path, strerror(errno));
errno             202 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == EACCES && mode == O_RDWR)
errno             207 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (errno == EACCES)
errno             209 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (errno == ENOENT)
errno             317 third_party/libusb/src/libusb/os/linux_usbfs.c 	usbi_dbg("monotonic clock doesn't work, errno %d", errno);
errno             510 third_party/libusb/src/libusb/os/linux_usbfs.c 			"open %s failed ret=%d errno=%d", filename, fd, errno);
errno             529 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENOENT) {
errno             534 third_party/libusb/src/libusb/os/linux_usbfs.c 		usbi_err(ctx, "open %s failed errno=%d", filename, errno);
errno             541 third_party/libusb/src/libusb/os/linux_usbfs.c 		usbi_err(ctx, "fscanf %s returned %d, errno=%d", attr, r, errno);
errno             580 third_party/libusb/src/libusb/os/linux_usbfs.c 			"read bConfigurationValue failed ret=%d errno=%d", r, errno);
errno             840 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODEV)
errno             845 third_party/libusb/src/libusb/os/linux_usbfs.c 			"get_configuration failed ret=%d errno=%d", r, errno);
errno             910 third_party/libusb/src/libusb/os/linux_usbfs.c 				 fd, errno);
errno            1124 third_party/libusb/src/libusb/os/linux_usbfs.c 		usbi_err(ctx, "opendir '%s' failed, errno=%d", dirpath, errno);
errno            1161 third_party/libusb/src/libusb/os/linux_usbfs.c 		usbi_err(ctx, "opendir buses failed errno=%d", errno);
errno            1222 third_party/libusb/src/libusb/os/linux_usbfs.c 		usbi_err(ctx, "opendir devices failed errno=%d", errno);
errno            1285 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENOTTY)
errno            1288 third_party/libusb/src/libusb/os/linux_usbfs.c 			usbi_err(HANDLE_CTX(handle), "getcap failed (%d)", errno);
errno            1334 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == EINVAL)
errno            1336 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == EBUSY)
errno            1338 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == ENODEV)
errno            1341 third_party/libusb/src/libusb/os/linux_usbfs.c 		usbi_err(HANDLE_CTX(handle), "failed, error %d errno %d", r, errno);
errno            1356 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENOENT)
errno            1358 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == EBUSY)
errno            1360 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == ENODEV)
errno            1364 third_party/libusb/src/libusb/os/linux_usbfs.c 			"claim interface failed, error %d errno %d", r, errno);
errno            1375 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODEV)
errno            1379 third_party/libusb/src/libusb/os/linux_usbfs.c 			"release interface failed, error %d errno %d", r, errno);
errno            1396 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == EINVAL)
errno            1398 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == ENODEV)
errno            1402 third_party/libusb/src/libusb/os/linux_usbfs.c 			"setintf failed error %d errno %d", r, errno);
errno            1416 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENOENT)
errno            1418 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == ENODEV)
errno            1422 third_party/libusb/src/libusb/os/linux_usbfs.c 			"clear_halt failed error %d errno %d", r, errno);
errno            1448 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODEV) {
errno            1454 third_party/libusb/src/libusb/os/linux_usbfs.c 			"reset failed error %d errno %d", r, errno);
errno            1492 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODATA)
errno            1494 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == ENODEV)
errno            1498 third_party/libusb/src/libusb/os/linux_usbfs.c 			"get driver failed error %d errno %d", r, errno);
errno            1524 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODATA)
errno            1526 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == EINVAL)
errno            1528 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == ENODEV)
errno            1532 third_party/libusb/src/libusb/os/linux_usbfs.c 			"detach failed error %d errno %d", r, errno);
errno            1552 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODATA)
errno            1554 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == EINVAL)
errno            1556 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == ENODEV)
errno            1558 third_party/libusb/src/libusb/os/linux_usbfs.c 		else if (errno == EBUSY)
errno            1562 third_party/libusb/src/libusb/os/linux_usbfs.c 			"attach failed error %d errno %d", r, errno);
errno            1581 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (r == 0 || (r != 0 && errno != ENOTTY)) {
errno            1585 third_party/libusb/src/libusb/os/linux_usbfs.c 		switch (errno) {
errno            1594 third_party/libusb/src/libusb/os/linux_usbfs.c 			"disconnect-and-claim failed errno %d", errno);
errno            1659 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (EINVAL == errno) {
errno            1663 third_party/libusb/src/libusb/os/linux_usbfs.c 		} else if (ENODEV == errno) {
errno            1668 third_party/libusb/src/libusb/os/linux_usbfs.c 				"unrecognised discard errno %d", errno);
errno            1801 third_party/libusb/src/libusb/os/linux_usbfs.c 			if (errno == ENODEV) {
errno            1805 third_party/libusb/src/libusb/os/linux_usbfs.c 					"submiturb failed error %d errno=%d", r, errno);
errno            1834 third_party/libusb/src/libusb/os/linux_usbfs.c 			tpriv->reap_action = EREMOTEIO == errno ? COMPLETED_EARLY : SUBMIT_FAILED;
errno            1964 third_party/libusb/src/libusb/os/linux_usbfs.c 			if (errno == ENODEV) {
errno            1968 third_party/libusb/src/libusb/os/linux_usbfs.c 					"submiturb failed error %d errno=%d", r, errno);
errno            2042 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODEV)
errno            2046 third_party/libusb/src/libusb/os/linux_usbfs.c 			"submiturb failed error %d errno=%d", r, errno);
errno            2458 third_party/libusb/src/libusb/os/linux_usbfs.c 	if (r == -1 && errno == EAGAIN)
errno            2461 third_party/libusb/src/libusb/os/linux_usbfs.c 		if (errno == ENODEV)
errno            2465 third_party/libusb/src/libusb/os/linux_usbfs.c 			r, errno);
errno             161 third_party/libusb/src/libusb/os/openbsd_usb.c 			if (errno != ENOENT && errno != ENXIO)
errno             254 third_party/libusb/src/libusb/os/openbsd_usb.c 			return _errno_to_libusb(errno);
errno             260 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             325 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             336 third_party/libusb/src/libusb/os/openbsd_usb.c 		err = errno;
errno             371 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             419 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             431 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             443 third_party/libusb/src/libusb/os/openbsd_usb.c 		err = errno;
errno             510 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             575 third_party/libusb/src/libusb/os/openbsd_usb.c 			err = errno;
errno             636 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             644 third_party/libusb/src/libusb/os/openbsd_usb.c 		err = errno;
errno             646 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             665 third_party/libusb/src/libusb/os/openbsd_usb.c 		err = errno;
errno             718 third_party/libusb/src/libusb/os/openbsd_usb.c 			return _errno_to_libusb(errno);
errno             721 third_party/libusb/src/libusb/os/openbsd_usb.c 			err = errno;
errno             728 third_party/libusb/src/libusb/os/openbsd_usb.c 			return _errno_to_libusb(errno);
errno             731 third_party/libusb/src/libusb/os/openbsd_usb.c 			return _errno_to_libusb(errno);
errno             764 third_party/libusb/src/libusb/os/openbsd_usb.c 		if (((fd = open(devnode, O_RDWR)) < 0) && (errno == ENXIO))
errno             792 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             795 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno             800 third_party/libusb/src/libusb/os/openbsd_usb.c 				return _errno_to_libusb(errno);
errno             808 third_party/libusb/src/libusb/os/openbsd_usb.c 		return _errno_to_libusb(errno);
errno              36 third_party/libusb/src/libusb/os/poll_posix.c 		usbi_dbg("Failed to get pipe fd flags: %d", errno);
errno              41 third_party/libusb/src/libusb/os/poll_posix.c 		usbi_dbg("Failed to set non-blocking on new pipe: %d", errno);
errno             522 third_party/libusb/src/libusb/os/poll_windows.c 		errno = ENOMEM;
errno             533 third_party/libusb/src/libusb/os/poll_windows.c 			errno = EACCES;
errno             545 third_party/libusb/src/libusb/os/poll_windows.c 			errno = EBADF;
errno             557 third_party/libusb/src/libusb/os/poll_windows.c 			errno = EBADF;
errno             566 third_party/libusb/src/libusb/os/poll_windows.c 			errno = EBADF;
errno             611 third_party/libusb/src/libusb/os/poll_windows.c 			errno = EIO;
errno             639 third_party/libusb/src/libusb/os/poll_windows.c 		errno = EBADF;
errno             666 third_party/libusb/src/libusb/os/poll_windows.c 		errno = EBADF;
errno             703 third_party/libusb/src/libusb/os/poll_windows.c 		errno = EBADF;
errno             709 third_party/libusb/src/libusb/os/poll_windows.c 		errno = EIO;
errno              33 third_party/libusb/src/libusb/os/threads_windows.c 	if(! mutex) return ((errno=EINVAL));
errno              35 third_party/libusb/src/libusb/os/threads_windows.c 	if(!*mutex) return ((errno=ENOMEM));
errno              41 third_party/libusb/src/libusb/os/threads_windows.c 	if(!mutex || !CloseHandle(*mutex)) return ((errno=EINVAL));
errno              47 third_party/libusb/src/libusb/os/threads_windows.c 	if(!mutex) return ((errno=EINVAL));
errno              52 third_party/libusb/src/libusb/os/threads_windows.c 		return ((errno=EBUSY));
errno              53 third_party/libusb/src/libusb/os/threads_windows.c 	return ((errno=EINVAL)); // don't know how this would happen
errno              58 third_party/libusb/src/libusb/os/threads_windows.c 	if(!mutex) return ((errno=EINVAL));
errno              62 third_party/libusb/src/libusb/os/threads_windows.c 	return ((errno=EINVAL)); // don't know how this would happen
errno              66 third_party/libusb/src/libusb/os/threads_windows.c 	if(!mutex)                return ((errno=EINVAL));
errno              67 third_party/libusb/src/libusb/os/threads_windows.c 	if(!ReleaseMutex(*mutex)) return ((errno=EPERM ));
errno              72 third_party/libusb/src/libusb/os/threads_windows.c 	if(!mutex)               return ((errno=EINVAL));
errno              79 third_party/libusb/src/libusb/os/threads_windows.c 	if(!mutex)               return ((errno=EINVAL));
errno              87 third_party/libusb/src/libusb/os/threads_windows.c 	if(!cond)           return ((errno=EINVAL));
errno              95 third_party/libusb/src/libusb/os/threads_windows.c 	if(!cond) return ((errno=EINVAL));
errno              96 third_party/libusb/src/libusb/os/threads_windows.c 	if(!list_empty(&cond->waiters)) return ((errno=EBUSY )); // (!see above!)
errno             112 third_party/libusb/src/libusb/os/threads_windows.c 	if(!cond)                      return ((errno=EINVAL));
errno             118 third_party/libusb/src/libusb/os/threads_windows.c 	return fail ? ((errno=EINVAL)) : 0;
errno             125 third_party/libusb/src/libusb/os/threads_windows.c 	if(!cond)                      return ((errno=EINVAL));
errno             129 third_party/libusb/src/libusb/os/threads_windows.c 	return SetEvent(pos->event) ? 0 : ((errno=EINVAL));
errno             137 third_party/libusb/src/libusb/os/threads_windows.c 	if(!cond || !mutex) return ((errno=EINVAL));
errno             146 third_party/libusb/src/libusb/os/threads_windows.c 		if(!pos) return ((errno=ENOMEM)); // This errno is not POSIX-allowed.
errno             151 third_party/libusb/src/libusb/os/threads_windows.c 			return      ((errno=ENOMEM));
errno             168 third_party/libusb/src/libusb/os/threads_windows.c 	if(r2 == WAIT_TIMEOUT) return ((errno=ETIMEDOUT));
errno              39 third_party/libusb/src/libusb/os/wince_usb.c int errno;
errno              90 third_party/libusb/src/msvc/errno.h extern int errno;
errno            1801 third_party/libxml/src/encoding.c         if (errno == EILSEQ) {
errno            1806 third_party/libxml/src/encoding.c         if (errno == E2BIG) {
errno            1811 third_party/libxml/src/encoding.c         if (errno == EINVAL) {
errno             192 third_party/libxml/src/nanohttp.c     return(errno);
errno             600 third_party/libxml/src/nanohttp.c             && (errno != EINTR)
errno             627 third_party/libxml/src/nanohttp.c             && (errno != EINTR)
errno            1008 third_party/libxml/src/nanohttp.c             errno = status;
errno            1210 third_party/libxml/src/trio.c   save_errno = errno;
errno             268 third_party/libxml/src/xmlIO.c 	if (errno == 0) code = 0;
errno             270 third_party/libxml/src/xmlIO.c         else if (errno == EACCES) code = XML_IO_EACCES;
errno             273 third_party/libxml/src/xmlIO.c         else if (errno == EAGAIN) code = XML_IO_EAGAIN;
errno             276 third_party/libxml/src/xmlIO.c         else if (errno == EBADF) code = XML_IO_EBADF;
errno             279 third_party/libxml/src/xmlIO.c         else if (errno == EBADMSG) code = XML_IO_EBADMSG;
errno             282 third_party/libxml/src/xmlIO.c         else if (errno == EBUSY) code = XML_IO_EBUSY;
errno             285 third_party/libxml/src/xmlIO.c         else if (errno == ECANCELED) code = XML_IO_ECANCELED;
errno             288 third_party/libxml/src/xmlIO.c         else if (errno == ECHILD) code = XML_IO_ECHILD;
errno             291 third_party/libxml/src/xmlIO.c         else if (errno == EDEADLK) code = XML_IO_EDEADLK;
errno             294 third_party/libxml/src/xmlIO.c         else if (errno == EDOM) code = XML_IO_EDOM;
errno             297 third_party/libxml/src/xmlIO.c         else if (errno == EEXIST) code = XML_IO_EEXIST;
errno             300 third_party/libxml/src/xmlIO.c         else if (errno == EFAULT) code = XML_IO_EFAULT;
errno             303 third_party/libxml/src/xmlIO.c         else if (errno == EFBIG) code = XML_IO_EFBIG;
errno             306 third_party/libxml/src/xmlIO.c         else if (errno == EINPROGRESS) code = XML_IO_EINPROGRESS;
errno             309 third_party/libxml/src/xmlIO.c         else if (errno == EINTR) code = XML_IO_EINTR;
errno             312 third_party/libxml/src/xmlIO.c         else if (errno == EINVAL) code = XML_IO_EINVAL;
errno             315 third_party/libxml/src/xmlIO.c         else if (errno == EIO) code = XML_IO_EIO;
errno             318 third_party/libxml/src/xmlIO.c         else if (errno == EISDIR) code = XML_IO_EISDIR;
errno             321 third_party/libxml/src/xmlIO.c         else if (errno == EMFILE) code = XML_IO_EMFILE;
errno             324 third_party/libxml/src/xmlIO.c         else if (errno == EMLINK) code = XML_IO_EMLINK;
errno             327 third_party/libxml/src/xmlIO.c         else if (errno == EMSGSIZE) code = XML_IO_EMSGSIZE;
errno             330 third_party/libxml/src/xmlIO.c         else if (errno == ENAMETOOLONG) code = XML_IO_ENAMETOOLONG;
errno             333 third_party/libxml/src/xmlIO.c         else if (errno == ENFILE) code = XML_IO_ENFILE;
errno             336 third_party/libxml/src/xmlIO.c         else if (errno == ENODEV) code = XML_IO_ENODEV;
errno             339 third_party/libxml/src/xmlIO.c         else if (errno == ENOENT) code = XML_IO_ENOENT;
errno             342 third_party/libxml/src/xmlIO.c         else if (errno == ENOEXEC) code = XML_IO_ENOEXEC;
errno             345 third_party/libxml/src/xmlIO.c         else if (errno == ENOLCK) code = XML_IO_ENOLCK;
errno             348 third_party/libxml/src/xmlIO.c         else if (errno == ENOMEM) code = XML_IO_ENOMEM;
errno             351 third_party/libxml/src/xmlIO.c         else if (errno == ENOSPC) code = XML_IO_ENOSPC;
errno             354 third_party/libxml/src/xmlIO.c         else if (errno == ENOSYS) code = XML_IO_ENOSYS;
errno             357 third_party/libxml/src/xmlIO.c         else if (errno == ENOTDIR) code = XML_IO_ENOTDIR;
errno             360 third_party/libxml/src/xmlIO.c         else if (errno == ENOTEMPTY) code = XML_IO_ENOTEMPTY;
errno             363 third_party/libxml/src/xmlIO.c         else if (errno == ENOTSUP) code = XML_IO_ENOTSUP;
errno             366 third_party/libxml/src/xmlIO.c         else if (errno == ENOTTY) code = XML_IO_ENOTTY;
errno             369 third_party/libxml/src/xmlIO.c         else if (errno == ENXIO) code = XML_IO_ENXIO;
errno             372 third_party/libxml/src/xmlIO.c         else if (errno == EPERM) code = XML_IO_EPERM;
errno             375 third_party/libxml/src/xmlIO.c         else if (errno == EPIPE) code = XML_IO_EPIPE;
errno             378 third_party/libxml/src/xmlIO.c         else if (errno == ERANGE) code = XML_IO_ERANGE;
errno             381 third_party/libxml/src/xmlIO.c         else if (errno == EROFS) code = XML_IO_EROFS;
errno             384 third_party/libxml/src/xmlIO.c         else if (errno == ESPIPE) code = XML_IO_ESPIPE;
errno             387 third_party/libxml/src/xmlIO.c         else if (errno == ESRCH) code = XML_IO_ESRCH;
errno             390 third_party/libxml/src/xmlIO.c         else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;
errno             393 third_party/libxml/src/xmlIO.c         else if (errno == EXDEV) code = XML_IO_EXDEV;
errno             396 third_party/libxml/src/xmlIO.c         else if (errno == ENOTSOCK) code = XML_IO_ENOTSOCK;
errno             399 third_party/libxml/src/xmlIO.c         else if (errno == EISCONN) code = XML_IO_EISCONN;
errno             402 third_party/libxml/src/xmlIO.c         else if (errno == ECONNREFUSED) code = XML_IO_ECONNREFUSED;
errno             405 third_party/libxml/src/xmlIO.c         else if (errno == ETIMEDOUT) code = XML_IO_ETIMEDOUT;
errno             408 third_party/libxml/src/xmlIO.c         else if (errno == ENETUNREACH) code = XML_IO_ENETUNREACH;
errno             411 third_party/libxml/src/xmlIO.c         else if (errno == EADDRINUSE) code = XML_IO_EADDRINUSE;
errno             414 third_party/libxml/src/xmlIO.c         else if (errno == EINPROGRESS) code = XML_IO_EINPROGRESS;
errno             417 third_party/libxml/src/xmlIO.c         else if (errno == EALREADY) code = XML_IO_EALREADY;
errno             420 third_party/libxml/src/xmlIO.c         else if (errno == EAFNOSUPPORT) code = XML_IO_EAFNOSUPPORT;
errno             283 third_party/libxml/src/xmlmodule.c     errno = 0;
errno              53 third_party/lzma_sdk/7zFile.c     errno;
errno             124 third_party/npapi/npspy/common/format.cpp   errno = 0;
errno             143 third_party/npapi/npspy/common/format.cpp       if (errno != 0 && errno != EOVERFLOW)
errno             140 third_party/npapi/npspy/extern/nspr/md/_aix.h 	(_thread)->md.errcode = errno;  \
errno             149 third_party/npapi/npspy/extern/nspr/md/_aix.h     errno = (_thread)->md.errcode; \
errno             217 third_party/npapi/npspy/extern/nspr/md/_beos.h #define _MD_ERRNO()             (errno)
errno             367 third_party/npapi/npspy/extern/nspr/md/_beos.h #define _MD_GET_SOCKET_ERROR()	(errno)
errno             104 third_party/npapi/npspy/extern/nspr/md/_bsdi.h 	(_thread)->md.errcode = errno;  \
errno             113 third_party/npapi/npspy/extern/nspr/md/_bsdi.h     errno = (_thread)->md.errcode;	     \
errno             128 third_party/npapi/npspy/extern/nspr/md/_darwin.h 	(_thread)->md.errcode = errno;  \
errno             137 third_party/npapi/npspy/extern/nspr/md/_darwin.h     errno = (_thread)->md.errcode;  \
errno              92 third_party/npapi/npspy/extern/nspr/md/_dgux.h 	(_thread)->md.errcode = errno;  \
errno             101 third_party/npapi/npspy/extern/nspr/md/_dgux.h     errno = (_thread)->md.errcode;	     \
errno             127 third_party/npapi/npspy/extern/nspr/md/_freebsd.h 	(_thread)->md.errcode = errno;  \
errno             136 third_party/npapi/npspy/extern/nspr/md/_freebsd.h     errno = (_thread)->md.errcode;  \
errno             119 third_party/npapi/npspy/extern/nspr/md/_hpux.h     (_thread)->md.errcode = errno; \
errno             128 third_party/npapi/npspy/extern/nspr/md/_hpux.h     errno = (_thread)->md.errcode; \
errno             122 third_party/npapi/npspy/extern/nspr/md/_irix.h #include <errno.h>
errno             176 third_party/npapi/npspy/extern/nspr/md/_irix.h #define _MD_SAVE_ERRNO(_thread)			(_thread)->md.errcode = errno;
errno             177 third_party/npapi/npspy/extern/nspr/md/_irix.h #define _MD_RESTORE_ERRNO(_thread)		errno = (_thread)->md.errcode;
errno             354 third_party/npapi/npspy/extern/nspr/md/_linux.h 	(_thread)->md.errcode = errno;  \
errno             363 third_party/npapi/npspy/extern/nspr/md/_linux.h     errno = (_thread)->md.errcode;  \
errno             103 third_party/npapi/npspy/extern/nspr/md/_ncr.h 	(_thread)->md.errcode = errno;  \
errno             112 third_party/npapi/npspy/extern/nspr/md/_ncr.h     errno = (_thread)->md.errcode;	     \
errno              86 third_party/npapi/npspy/extern/nspr/md/_nec.h         (_thread)->md.errcode = errno;      \
errno              98 third_party/npapi/npspy/extern/nspr/md/_nec.h     errno = (_thread)->md.errcode;     \
errno             183 third_party/npapi/npspy/extern/nspr/md/_netbsd.h         (_thread)->md.errcode = errno;  \
errno             192 third_party/npapi/npspy/extern/nspr/md/_netbsd.h     errno = (_thread)->md.errcode;  \
errno             122 third_party/npapi/npspy/extern/nspr/md/_nextstep.h 	(_thread)->md.errcode = errno;  \
errno             131 third_party/npapi/npspy/extern/nspr/md/_nextstep.h     errno = (_thread)->md.errcode;  \
errno              86 third_party/npapi/npspy/extern/nspr/md/_nspr_pthread.h 		(_thread)->md.errcode = errno;  							\
errno              99 third_party/npapi/npspy/extern/nspr/md/_nspr_pthread.h     errno = (_thread)->md.errcode; 									\
errno             108 third_party/npapi/npspy/extern/nspr/md/_nto.h 	(_thread)->md.errcode = errno;	\
errno             117 third_party/npapi/npspy/extern/nspr/md/_nto.h     errno = (_thread)->md.errcode;	\
errno             118 third_party/npapi/npspy/extern/nspr/md/_openbsd.h         (_thread)->md.errcode = errno;  \
errno             127 third_party/npapi/npspy/extern/nspr/md/_openbsd.h     errno = (_thread)->md.errcode;  \
errno             182 third_party/npapi/npspy/extern/nspr/md/_openvms.h 	(_thread)->md.errcode = errno;  \
errno             191 third_party/npapi/npspy/extern/nspr/md/_openvms.h     errno = (_thread)->md.errcode;     \
errno             330 third_party/npapi/npspy/extern/nspr/md/_os2.h #define _MD_ERRNO()                   errno
errno             120 third_party/npapi/npspy/extern/nspr/md/_osf1.h 	(_thread)->md.errcode = errno;  \
errno             129 third_party/npapi/npspy/extern/nspr/md/_osf1.h     errno = (_thread)->md.errcode;     \
errno              99 third_party/npapi/npspy/extern/nspr/md/_qnx.h 	(_thread)->md.errcode = errno;	\
errno             108 third_party/npapi/npspy/extern/nspr/md/_qnx.h     errno = (_thread)->md.errcode;	\
errno             237 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h #define _MD_SAVE_ERRNO(t)	 (t)->md.errcode = errno;
errno             238 third_party/npapi/npspy/extern/nspr/md/_reliantunix.h #define _MD_RESTORE_ERRNO(t)	 errno = (t)->md.errcode;
errno              90 third_party/npapi/npspy/extern/nspr/md/_rhapsody.h 	(_thread)->md.errcode = errno;  \
errno              99 third_party/npapi/npspy/extern/nspr/md/_rhapsody.h     errno = (_thread)->md.errcode;  \
errno              95 third_party/npapi/npspy/extern/nspr/md/_scoos.h 		(_thread)->md.errcode = errno;  							\
errno             104 third_party/npapi/npspy/extern/nspr/md/_scoos.h     errno = (_thread)->osErrorCode;	     							\
errno             532 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_SAVE_ERRNO(_thread)			(_thread)->md.errcode = errno;
errno             533 third_party/npapi/npspy/extern/nspr/md/_solaris.h #define _MD_RESTORE_ERRNO(_thread)		errno = (_thread)->md.errcode;
errno              77 third_party/npapi/npspy/extern/nspr/md/_sony.h         (_thread)->md.errcode = errno;      \
errno              90 third_party/npapi/npspy/extern/nspr/md/_sony.h     errno = (_thread)->md.errcode;        \
errno             105 third_party/npapi/npspy/extern/nspr/md/_sunos4.h 	(_thread)->md.errcode = errno;  \
errno             114 third_party/npapi/npspy/extern/nspr/md/_sunos4.h     errno = (_thread)->md.errcode;	     \
errno             323 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_ERRNO()             	(errno)
errno             324 third_party/npapi/npspy/extern/nspr/md/_unixos.h #define _MD_GET_SOCKET_ERROR()		(errno)
errno              92 third_party/npapi/npspy/extern/nspr/md/_unixware.h 	(_thread)->md.errcode = errno;  \
errno             101 third_party/npapi/npspy/extern/nspr/md/_unixware.h     errno = (_thread)->md.errcode;	     \
errno             246 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_ERRNO()                   errno
errno             247 third_party/npapi/npspy/extern/nspr/md/_win16.h #define GetLastError()                errno
errno             249 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_GET_FILE_ERROR()          errno
errno             250 third_party/npapi/npspy/extern/nspr/md/_win16.h #define _MD_SET_FILE_ERROR(_err)      errno = (_err)
errno             482 third_party/npapi/npspy/extern/nspr/md/_win16.h         (_t)->md.errcode = errno;              \
errno             491 third_party/npapi/npspy/extern/nspr/md/_win16.h         (_t)->md.errcode = errno;               \
errno             124 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     GOOGLE_LOG(WARNING) << "_setmode(" << fd << ", _O_TEXT): " << strerror(errno);
errno             134 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     GOOGLE_LOG(WARNING) << "_setmode(" << fd << ", _O_BINARY): " << strerror(errno);
errno             150 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     cerr << path << ": " << strerror(errno) << endl;
errno             169 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       if (errno != EEXIST) {
errno             171 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc              << path_so_far << ": " << strerror(errno) << endl;
errno             335 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     } while (file_descriptor < 0 && errno == EINTR);
errno             338 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       int error = errno;
errno             348 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       } while (write_result < 0 && errno == EINTR);
errno             362 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc           int error = errno;
errno             375 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc       int error = errno;
errno             395 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   } while (file_descriptor < 0 && errno == EINTR);
errno             398 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc     int error = errno;
errno             759 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc         cerr << input_files_[i] << ": " << strerror(errno) << endl;
errno            1390 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc   } while (fd < 0 && errno == EINTR);
errno             430 third_party/protobuf/src/google/protobuf/compiler/importer.cc       if (errno == EACCES) {
errno             447 third_party/protobuf/src/google/protobuf/compiler/importer.cc   } while (file_descriptor < 0 && errno == EINTR);
errno             305 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc     GOOGLE_LOG(FATAL) << "fork: " << strerror(errno);
errno             377 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc       if (errno == EINTR) {
errno             381 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc         GOOGLE_LOG(FATAL) << "select: " << strerror(errno);
errno             426 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc     if (errno != EINTR) {
errno             427 third_party/protobuf/src/google/protobuf/compiler/subprocess.cc       GOOGLE_LOG(FATAL) << "waitpid: " << strerror(errno);
errno              69 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   } while (result < 0 && errno == EINTR);
errno             130 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     errno_ = errno;
errno             143 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc   } while (result < 0 && errno == EINTR);
errno             147 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     errno_ = errno;
errno             228 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     errno_ = errno;
errno             246 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc     } while (bytes < 0 && errno == EINTR);
errno             260 third_party/protobuf/src/google/protobuf/io/zero_copy_stream_impl.cc         errno_ = errno;
errno             134 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   errno = ECHILD;
errno             136 third_party/protobuf/src/google/protobuf/stubs/stringprintf_unittest.cc   EXPECT_EQ(ECHILD, errno);
errno             565 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   const int saved_errno = errno;
errno             566 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   errno = 0;
errno             568 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (errno == ERANGE && result == LONG_MIN) {
errno             570 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (errno == ERANGE && result == LONG_MAX) {
errno             572 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (errno == 0 && result < kint32min) {
errno             573 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = ERANGE;
errno             575 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (errno == 0 && result > kint32max) {
errno             576 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = ERANGE;
errno             579 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (errno == 0)
errno             580 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = saved_errno;
errno             585 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   const int saved_errno = errno;
errno             586 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   errno = 0;
errno             588 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (errno == ERANGE && result == ULONG_MAX) {
errno             590 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   } else if (errno == 0 && result > kuint32max) {
errno             591 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = ERANGE;
errno             594 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   if (errno == 0)
errno             595 third_party/protobuf/src/google/protobuf/stubs/strutil.cc     errno = saved_errno;
errno            1099 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   errno = 0;  // errno only gets set on errors
errno            1105 third_party/protobuf/src/google/protobuf/stubs/strutil.cc   return *str != 0 && *endptr == 0 && errno == 0;
errno              88 third_party/protobuf/src/google/protobuf/testing/file.cc       << "fopen(" << name << ", \"wb\"): " << strerror(errno);
errno              91 third_party/protobuf/src/google/protobuf/testing/file.cc       << "fwrite(" << name << "): " << strerror(errno);
errno              93 third_party/protobuf/src/google/protobuf/testing/file.cc       << "fclose(" << name << "): " << strerror(errno);
errno             125 third_party/protobuf/src/google/protobuf/testing/googletest.cc       GOOGLE_CHECK(mkdir(name_.c_str(), 0777) == 0) << strerror(errno);
errno             160 third_party/protobuf/src/google/protobuf/testing/googletest.cc   GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
errno             175 third_party/protobuf/src/google/protobuf/testing/googletest.cc   GOOGLE_CHECK(fd >= 0) << "open: " << strerror(errno);
errno            1048 third_party/re2/re2/re2.cc   errno = 0;
errno            1051 third_party/re2/re2/re2.cc   if (errno) return false;
errno            1071 third_party/re2/re2/re2.cc   errno = 0;
errno            1074 third_party/re2/re2/re2.cc   if (errno) return false;
errno            1136 third_party/re2/re2/re2.cc   errno = 0;
errno            1139 third_party/re2/re2/re2.cc   if (errno) return false;
errno            1158 third_party/re2/re2/re2.cc   errno = 0;
errno            1161 third_party/re2/re2/re2.cc   if (errno) return false;
errno            1174 third_party/re2/re2/re2.cc   errno = 0;
errno            1183 third_party/re2/re2/re2.cc   if (errno) return false;
errno             682 third_party/re2/re2/testing/re2_test.cc   CHECK_EQ(munmap(v + pagesize, pagesize), 0) << " error " << errno;
errno             771 third_party/re2/util/pcre.cc   errno = 0;
errno             774 third_party/re2/util/pcre.cc   if (errno) return false;
errno             794 third_party/re2/util/pcre.cc   errno = 0;
errno             797 third_party/re2/util/pcre.cc   if (errno) return false;
errno             859 third_party/re2/util/pcre.cc   errno = 0;
errno             862 third_party/re2/util/pcre.cc   if (errno) return false;
errno             881 third_party/re2/util/pcre.cc   errno = 0;
errno             884 third_party/re2/util/pcre.cc   if (errno) return false;
errno             897 third_party/re2/util/pcre.cc   errno = 0;
errno             926 third_party/re2/util/pcre.cc   if (errno) return false;
errno            24620 third_party/sqlite/amalgamation/sqlite3.c   do{ rc = osOpen(z,f,m); }while( rc<0 && errno==EINTR );
errno            24702 third_party/sqlite/amalgamation/sqlite3.c   savedErrno = errno;
errno            24722 third_party/sqlite/amalgamation/sqlite3.c   errno = savedErrno;
errno            24734 third_party/sqlite/amalgamation/sqlite3.c   do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
errno            25124 third_party/sqlite/amalgamation/sqlite3.c   int iErrno = errno;             /* Saved syscall error number */
errno            25263 third_party/sqlite/amalgamation/sqlite3.c     pFile->lastErrno = errno;
errno            25282 third_party/sqlite/amalgamation/sqlite3.c     do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
errno            25284 third_party/sqlite/amalgamation/sqlite3.c       pFile->lastErrno = errno;
errno            25289 third_party/sqlite/amalgamation/sqlite3.c       pFile->lastErrno = errno;
errno            25358 third_party/sqlite/amalgamation/sqlite3.c       pFile->lastErrno = errno;
errno            25555 third_party/sqlite/amalgamation/sqlite3.c       tErrno = errno;
errno            25577 third_party/sqlite/amalgamation/sqlite3.c       tErrno = errno;
errno            25587 third_party/sqlite/amalgamation/sqlite3.c       tErrno = errno;
errno            25623 third_party/sqlite/amalgamation/sqlite3.c       tErrno = errno;
errno            25758 third_party/sqlite/amalgamation/sqlite3.c           tErrno = errno;
errno            25770 third_party/sqlite/amalgamation/sqlite3.c           tErrno = errno;
errno            25782 third_party/sqlite/amalgamation/sqlite3.c           tErrno = errno;
errno            25804 third_party/sqlite/amalgamation/sqlite3.c           pFile->lastErrno = errno;
errno            25817 third_party/sqlite/amalgamation/sqlite3.c       pFile->lastErrno = errno;
errno            25838 third_party/sqlite/amalgamation/sqlite3.c 	pFile->lastErrno = errno;
errno            26087 third_party/sqlite/amalgamation/sqlite3.c     int tErrno = errno;
errno            26140 third_party/sqlite/amalgamation/sqlite3.c     int tErrno = errno;
errno            26192 third_party/sqlite/amalgamation/sqlite3.c   do{ rc = flock(fd,op); }while( rc<0 && errno==EINTR );
errno            26228 third_party/sqlite/amalgamation/sqlite3.c         int tErrno = errno;
errno            26237 third_party/sqlite/amalgamation/sqlite3.c       int tErrno = errno;
errno            26304 third_party/sqlite/amalgamation/sqlite3.c     int tErrno = errno;
errno            26416 third_party/sqlite/amalgamation/sqlite3.c       int tErrno = errno;
errno            26521 third_party/sqlite/amalgamation/sqlite3.c     int rc, tErrno = errno;
errno            26616 third_party/sqlite/amalgamation/sqlite3.c     int tErrno = errno;
errno            27080 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osPread(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
errno            27083 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osPread64(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR);
errno            27090 third_party/sqlite/amalgamation/sqlite3.c       ((unixFile*)id)->lastErrno = errno;
errno            27096 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osRead(id->h, pBuf, cnt); }while( got<0 && errno==EINTR );
errno            27100 third_party/sqlite/amalgamation/sqlite3.c     ((unixFile*)id)->lastErrno = errno;
errno            27158 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osPwrite(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
errno            27160 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osPwrite64(id->h, pBuf, cnt, offset);}while( got<0 && errno==EINTR);
errno            27166 third_party/sqlite/amalgamation/sqlite3.c       ((unixFile*)id)->lastErrno = errno;
errno            27172 third_party/sqlite/amalgamation/sqlite3.c   do{ got = osWrite(id->h, pBuf, cnt); }while( got<0 && errno==EINTR );
errno            27176 third_party/sqlite/amalgamation/sqlite3.c     ((unixFile*)id)->lastErrno = errno;
errno            27362 third_party/sqlite/amalgamation/sqlite3.c   if( rc==-1 && errno==ENOTSUP ){
errno            27455 third_party/sqlite/amalgamation/sqlite3.c     pFile->lastErrno = errno;
errno            27499 third_party/sqlite/amalgamation/sqlite3.c     pFile->lastErrno = errno;
errno            27529 third_party/sqlite/amalgamation/sqlite3.c     ((unixFile*)id)->lastErrno = errno;
errno            27592 third_party/sqlite/amalgamation/sqlite3.c         pFile->lastErrno = errno;
errno            29189 third_party/sqlite/amalgamation/sqlite3.c     if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
errno            29233 third_party/sqlite/amalgamation/sqlite3.c     ((unixFile*)pFile)->lastErrno = errno;
errno            29264 third_party/sqlite/amalgamation/sqlite3.c         p->lastErrno = errno;
errno            29312 third_party/sqlite/amalgamation/sqlite3.c   if( osUnlink(zPath)==(-1) && errno!=ENOENT ){
errno            29517 third_party/sqlite/amalgamation/sqlite3.c       do{ nBuf = osRead(fd, zBuf, nBuf); }while( nBuf<0 && errno==EINTR );
errno            29817 third_party/sqlite/amalgamation/sqlite3.c                lPath, errno, getpid()));
errno            29862 third_party/sqlite/amalgamation/sqlite3.c           int err=errno;
errno            29916 third_party/sqlite/amalgamation/sqlite3.c     terrno = errno;
errno            29917 third_party/sqlite/amalgamation/sqlite3.c     if( fd<0 && errno==ENOENT && islockfile ){
errno            29926 third_party/sqlite/amalgamation/sqlite3.c     terrno = errno;
errno            29989 third_party/sqlite/amalgamation/sqlite3.c       int err = errno;
errno            30050 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno);
errno            30054 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno);
errno            30058 third_party/sqlite/amalgamation/sqlite3.c     sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno);
errno            30100 third_party/sqlite/amalgamation/sqlite3.c         pFile->lastErrno = errno;
errno            30120 third_party/sqlite/amalgamation/sqlite3.c           pFile->lastErrno = errno;
errno            30298 third_party/sqlite/amalgamation/sqlite3.c             }while( rc==(-1) && errno==EINTR );
errno            30300 third_party/sqlite/amalgamation/sqlite3.c               int code = errno;
errno            30307 third_party/sqlite/amalgamation/sqlite3.c             int code = errno;
errno            30550 third_party/sqlite/amalgamation/sqlite3.c         int err = errno;
errno             479 third_party/sqlite/src/src/os_unix.c   do{ rc = osOpen(z,f,m); }while( rc<0 && errno==EINTR );
errno             561 third_party/sqlite/src/src/os_unix.c   savedErrno = errno;
errno             581 third_party/sqlite/src/src/os_unix.c   errno = savedErrno;
errno             593 third_party/sqlite/src/src/os_unix.c   do{ rc = osFtruncate(h,sz); }while( rc<0 && errno==EINTR );
errno             983 third_party/sqlite/src/src/os_unix.c   int iErrno = errno;             /* Saved syscall error number */
errno            1122 third_party/sqlite/src/src/os_unix.c     pFile->lastErrno = errno;
errno            1141 third_party/sqlite/src/src/os_unix.c     do{ rc = osWrite(fd, "S", 1); }while( rc<0 && errno==EINTR );
errno            1143 third_party/sqlite/src/src/os_unix.c       pFile->lastErrno = errno;
errno            1148 third_party/sqlite/src/src/os_unix.c       pFile->lastErrno = errno;
errno            1217 third_party/sqlite/src/src/os_unix.c       pFile->lastErrno = errno;
errno            1414 third_party/sqlite/src/src/os_unix.c       tErrno = errno;
errno            1436 third_party/sqlite/src/src/os_unix.c       tErrno = errno;
errno            1446 third_party/sqlite/src/src/os_unix.c       tErrno = errno;
errno            1482 third_party/sqlite/src/src/os_unix.c       tErrno = errno;
errno            1617 third_party/sqlite/src/src/os_unix.c           tErrno = errno;
errno            1629 third_party/sqlite/src/src/os_unix.c           tErrno = errno;
errno            1641 third_party/sqlite/src/src/os_unix.c           tErrno = errno;
errno            1663 third_party/sqlite/src/src/os_unix.c           pFile->lastErrno = errno;
errno            1676 third_party/sqlite/src/src/os_unix.c       pFile->lastErrno = errno;
errno            1697 third_party/sqlite/src/src/os_unix.c 	pFile->lastErrno = errno;
errno            1946 third_party/sqlite/src/src/os_unix.c     int tErrno = errno;
errno            1999 third_party/sqlite/src/src/os_unix.c     int tErrno = errno;
errno            2051 third_party/sqlite/src/src/os_unix.c   do{ rc = flock(fd,op); }while( rc<0 && errno==EINTR );
errno            2087 third_party/sqlite/src/src/os_unix.c         int tErrno = errno;
errno            2096 third_party/sqlite/src/src/os_unix.c       int tErrno = errno;
errno            2163 third_party/sqlite/src/src/os_unix.c     int tErrno = errno;
errno            2275 third_party/sqlite/src/src/os_unix.c       int tErrno = errno;
errno            2380 third_party/sqlite/src/src/os_unix.c     int rc, tErrno = errno;
errno            2475 third_party/sqlite/src/src/os_unix.c     int tErrno = errno;
errno            2939 third_party/sqlite/src/src/os_unix.c   do{ got = osPread(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
errno            2942 third_party/sqlite/src/src/os_unix.c   do{ got = osPread64(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR);
errno            2949 third_party/sqlite/src/src/os_unix.c       ((unixFile*)id)->lastErrno = errno;
errno            2955 third_party/sqlite/src/src/os_unix.c   do{ got = osRead(id->h, pBuf, cnt); }while( got<0 && errno==EINTR );
errno            2959 third_party/sqlite/src/src/os_unix.c     ((unixFile*)id)->lastErrno = errno;
errno            3017 third_party/sqlite/src/src/os_unix.c   do{ got = osPwrite(id->h, pBuf, cnt, offset); }while( got<0 && errno==EINTR );
errno            3019 third_party/sqlite/src/src/os_unix.c   do{ got = osPwrite64(id->h, pBuf, cnt, offset);}while( got<0 && errno==EINTR);
errno            3025 third_party/sqlite/src/src/os_unix.c       ((unixFile*)id)->lastErrno = errno;
errno            3031 third_party/sqlite/src/src/os_unix.c   do{ got = osWrite(id->h, pBuf, cnt); }while( got<0 && errno==EINTR );
errno            3035 third_party/sqlite/src/src/os_unix.c     ((unixFile*)id)->lastErrno = errno;
errno            3221 third_party/sqlite/src/src/os_unix.c   if( rc==-1 && errno==ENOTSUP ){
errno            3314 third_party/sqlite/src/src/os_unix.c     pFile->lastErrno = errno;
errno            3358 third_party/sqlite/src/src/os_unix.c     pFile->lastErrno = errno;
errno            3388 third_party/sqlite/src/src/os_unix.c     ((unixFile*)id)->lastErrno = errno;
errno            3451 third_party/sqlite/src/src/os_unix.c         pFile->lastErrno = errno;
errno            5048 third_party/sqlite/src/src/os_unix.c     if( fd<0 && errno!=EISDIR && isReadWrite && !isExclusive ){
errno            5092 third_party/sqlite/src/src/os_unix.c     ((unixFile*)pFile)->lastErrno = errno;
errno            5123 third_party/sqlite/src/src/os_unix.c         p->lastErrno = errno;
errno            5171 third_party/sqlite/src/src/os_unix.c   if( osUnlink(zPath)==(-1) && errno!=ENOENT ){
errno            5376 third_party/sqlite/src/src/os_unix.c       do{ nBuf = osRead(fd, zBuf, nBuf); }while( nBuf<0 && errno==EINTR );
errno            5676 third_party/sqlite/src/src/os_unix.c                lPath, errno, getpid()));
errno            5721 third_party/sqlite/src/src/os_unix.c           int err=errno;
errno            5775 third_party/sqlite/src/src/os_unix.c     terrno = errno;
errno            5776 third_party/sqlite/src/src/os_unix.c     if( fd<0 && errno==ENOENT && islockfile ){
errno            5785 third_party/sqlite/src/src/os_unix.c     terrno = errno;
errno            5848 third_party/sqlite/src/src/os_unix.c       int err = errno;
errno            5909 third_party/sqlite/src/src/os_unix.c     sqlite3_snprintf(sizeof(errmsg), errmsg, "create failed (%d)", errno);
errno            5913 third_party/sqlite/src/src/os_unix.c     sqlite3_snprintf(sizeof(errmsg), errmsg, "write failed (%d)", errno);
errno            5917 third_party/sqlite/src/src/os_unix.c     sqlite3_snprintf(sizeof(errmsg), errmsg, "rename failed (%d)", errno);
errno            5959 third_party/sqlite/src/src/os_unix.c         pFile->lastErrno = errno;
errno            5979 third_party/sqlite/src/src/os_unix.c           pFile->lastErrno = errno;
errno            6157 third_party/sqlite/src/src/os_unix.c             }while( rc==(-1) && errno==EINTR );
errno            6159 third_party/sqlite/src/src/os_unix.c               int code = errno;
errno            6166 third_party/sqlite/src/src/os_unix.c             int code = errno;
errno            6409 third_party/sqlite/src/src/os_unix.c         int err = errno;
errno             458 third_party/sqlite/src/src/test_demovfs.c   if( rc!=0 && errno==ENOENT ) return SQLITE_OK;
errno             197 third_party/sqlite/src/src/test_syscall.c     errno = tsErrno(zFunc);
errno             810 third_party/sqlite/src/test/threadtest3.c         system_error(pErr, errno);
errno             815 third_party/sqlite/src/test/threadtest3.c         system_error(pErr, errno);
errno             827 third_party/sqlite/src/test/threadtest3.c           system_error(pErr, errno);
errno             831 third_party/sqlite/src/test/threadtest3.c           system_error(pErr, errno);
errno             349 third_party/talloc/libreplace/getifaddrs.c 	errno = ENOSYS;
errno              57 third_party/talloc/libreplace/inet_ntop.c 		errno = EAFNOSUPPORT;
errno              83 third_party/talloc/libreplace/inet_ntop.c 		errno = ENOSPC;
errno             185 third_party/talloc/libreplace/inet_ntop.c 		errno = ENOSPC;
errno              59 third_party/talloc/libreplace/inet_pton.c 		errno = EAFNOSUPPORT;
errno              73 third_party/talloc/libreplace/repdir_getdents.c 		errno = ENOMEM;
errno              89 third_party/talloc/libreplace/repdir_getdents.c 		errno = ENOTDIR;
errno              75 third_party/talloc/libreplace/repdir_getdirentries.c 		errno = ENOMEM;
errno              91 third_party/talloc/libreplace/repdir_getdirentries.c 		errno = ENOTDIR;
errno             171 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             185 third_party/talloc/libreplace/replace.c 		errno = ENOMEM;
errno             375 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             387 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             399 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             601 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             628 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             639 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             647 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             655 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             663 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             671 third_party/talloc/libreplace/replace.c 	errno = ENOSYS;
errno             680 third_party/talloc/libreplace/replace.c 	errno = EINVAL;
errno             130 third_party/talloc/libreplace/replace.h extern int errno;
errno              27 third_party/talloc/libreplace/socket.c 	errno = ENOSYS;
errno              33 third_party/talloc/libreplace/socket.c 	errno = ENOSYS;
errno              31 third_party/talloc/libreplace/socketpair.c 		errno = EAFNOSUPPORT;
errno              36 third_party/talloc/libreplace/socketpair.c 		errno = EPROTONOSUPPORT;
errno              41 third_party/talloc/libreplace/socketpair.c 		errno = EOPNOTSUPP;
errno              62 third_party/talloc/libreplace/test/getifaddrs.c 		fprintf(stderr, "getifaddrs() failed: %s\n", strerror(errno));
errno              24 third_party/talloc/libreplace/test/os2_delete.c #define FAILED(d) (printf("failure: readdir [\nFailed for %s - %d = %s\n]\n", d, errno, strerror(errno)), test_readdir_os2_delete_ret = 1, 1)
errno             106 third_party/talloc/libreplace/test/os2_delete.c 	if (errno != ENOTDIR) FAILED("opendir() on file didn't give ENOTDIR");
errno              64 third_party/talloc/libreplace/test/testsuite.c 			   "creating '%s' failed - %s\n]\n", TESTFILE, strerror(errno));
errno              68 third_party/talloc/libreplace/test/testsuite.c 		printf("failure: ftruncate [\n%s\n]\n", strerror(errno));
errno              72 third_party/talloc/libreplace/test/testsuite.c 		printf("failure: ftruncate [\nfstat failed - %s\n]\n", strerror(errno));
errno             431 third_party/talloc/libreplace/test/testsuite.c 	errno = 3;
errno             432 third_party/talloc/libreplace/test/testsuite.c 	if (errno != 3) {
errno             486 third_party/talloc/libreplace/test/testsuite.c 	errno = 0; \
errno             488 third_party/talloc/libreplace/test/testsuite.c 	if (errno != rrnoo) { \
errno             495 third_party/talloc/libreplace/test/testsuite.c 		       str, diff, base, res, _v, rrnoo, errno); \
errno             829 third_party/talloc/libreplace/test/testsuite.c 			   "]\n", strerror(errno));
errno             836 third_party/talloc/libreplace/test/testsuite.c 			   "]\n", strerror(errno));
errno             888 third_party/talloc/libreplace/test/testsuite.c 		       TESTFILE, strerror(errno));
errno             895 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             904 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             911 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             918 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             925 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             970 third_party/talloc/libreplace/test/testsuite.c 		       TESTFILE, strerror(errno));
errno             977 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             987 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             994 third_party/talloc/libreplace/test/testsuite.c 		       strerror(errno));
errno             125 third_party/tcmalloc/chromium/src/base/elfcore.h                      f.errno_ = errno;                                \
errno             166 third_party/tcmalloc/chromium/src/base/elfcore.h                        errno = (f).errno_;                            \
errno             178 third_party/tcmalloc/chromium/src/base/elfcore.h                      f.errno_ = errno;                                \
errno             227 third_party/tcmalloc/chromium/src/base/elfcore.h                        errno = (f).errno_;                            \
errno             244 third_party/tcmalloc/chromium/src/base/elfcore.h                      f.errno_ = errno;                                \
errno             262 third_party/tcmalloc/chromium/src/base/elfcore.h                        errno         = (f).errno_;                    \
errno             315 third_party/tcmalloc/chromium/src/base/elfcore.h                      f.errno_             = errno;                    \
errno             320 third_party/tcmalloc/chromium/src/base/elfcore.h                      errno       = (f).errno_;                        \
errno             709 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     #define LSS_ERRNO errno
errno             134 third_party/tcmalloc/chromium/src/base/linuxthreads.cc #define NO_INTR(fn)   do {} while ((fn) < 0 && errno == EINTR)
errno             267 third_party/tcmalloc/chromium/src/base/linuxthreads.cc     args->err    = errno;
errno             438 third_party/tcmalloc/chromium/src/base/linuxthreads.cc                   if (errno != EINTR) {
errno             490 third_party/tcmalloc/chromium/src/base/linuxthreads.cc         args->err = errno;
errno             576 third_party/tcmalloc/chromium/src/base/linuxthreads.cc     args.err = errno;
errno             602 third_party/tcmalloc/chromium/src/base/linuxthreads.cc     clone_errno = errno;
errno             645 third_party/tcmalloc/chromium/src/base/linuxthreads.cc   errno = args.err;
errno              87 third_party/tcmalloc/chromium/src/base/logging.cc #define NO_INTR(fn)  do {} while ((fn) < 0 && errno == EINTR)
errno             121 third_party/tcmalloc/chromium/src/base/logging.h       const int err_no = errno;                                         \
errno              86 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h     int save_errno = errno;
errno             102 third_party/tcmalloc/chromium/src/base/spinlock_linux-inl.h     errno = save_errno;
errno              45 third_party/tcmalloc/chromium/src/base/spinlock_posix-inl.h   int save_errno = errno;
errno              55 third_party/tcmalloc/chromium/src/base/spinlock_posix-inl.h   errno = save_errno;
errno              88 third_party/tcmalloc/chromium/src/base/sysinfo.cc #define NO_INTR(fn)  do {} while ((fn) < 0 && errno == EINTR)
errno             238 third_party/tcmalloc/chromium/src/base/sysinfo.cc   while (nanosleep(&sleep_time, &sleep_time) != 0 && errno == EINTR)
errno             429 third_party/tcmalloc/chromium/src/base/sysinfo.cc             sysctl_path, strerror(errno));
errno             154 third_party/tcmalloc/chromium/src/base/vdso_support.cc   errno = ENOSYS;
errno             509 third_party/tcmalloc/chromium/src/debugallocation.cc                 strerror(errno));
errno             513 third_party/tcmalloc/chromium/src/debugallocation.cc         RAW_LOG(FATAL, "Guard page setup failed: %s", strerror(errno));
errno             902 third_party/tcmalloc/chromium/src/heap-checker.cc     int errsv = errno;
errno            1310 third_party/tcmalloc/chromium/src/heap-checker.cc       RAW_LOG(WARNING, "Thread finding failed with %d errno=%d", r, errno);
errno            1434 third_party/tcmalloc/chromium/src/heap-checker.cc                    object, object + size, errno, strerror(errno));
errno             105 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h       errno = EINVAL;
errno             112 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     if (result != MAP_FAILED || errno != ENOSYS)  goto out;
errno             122 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h     errno = EINVAL;
errno             177 third_party/tcmalloc/chromium/src/memfs_malloc.cc   if (ret != 0 && errno != EINVAL) {
errno             179 third_party/tcmalloc/chromium/src/memfs_malloc.cc         "ftruncate failed", strerror(errno));
errno             195 third_party/tcmalloc/chromium/src/memfs_malloc.cc           "mmap failed (size, error)", size + extra, strerror(errno));
errno             231 third_party/tcmalloc/chromium/src/memfs_malloc.cc         path, strerror(errno));
errno             238 third_party/tcmalloc/chromium/src/memfs_malloc.cc         "fatal: error unlinking memfs_malloc_path", path, strerror(errno));
errno             246 third_party/tcmalloc/chromium/src/memfs_malloc.cc         "fatal: error fstatfs of memfs_malloc_path", strerror(errno));
errno             489 third_party/tcmalloc/chromium/src/profile-handler.cc   int saved_errno = errno;
errno             504 third_party/tcmalloc/chromium/src/profile-handler.cc   errno = saved_errno;
errno             136 third_party/tcmalloc/chromium/src/profiledata.cc #define NO_INTR(fn)  do {} while ((fn) < 0 && errno == EINTR)
errno             154 third_party/tcmalloc/chromium/src/profiler.cc             fname, strerror(errno));
errno             684 third_party/tcmalloc/chromium/src/system-alloc.cc            errno == EAGAIN) {
errno            1117 third_party/tcmalloc/chromium/src/tcmalloc.cc   if (ret == NULL) errno = ENOMEM;
errno             840 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   strerror(errno);
errno              69 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc #define NO_INTR(fn)   do {} while ((fn) < 0 && errno == EINTR)
errno              93 third_party/tcmalloc/chromium/src/thread_cache.cc             "uname failed assuming no TLS support (errno)", errno);
errno             125 third_party/tcmalloc/vendor/src/base/elfcore.h                      f.errno_ = errno;                                \
errno             166 third_party/tcmalloc/vendor/src/base/elfcore.h                        errno = (f).errno_;                            \
errno             178 third_party/tcmalloc/vendor/src/base/elfcore.h                      f.errno_ = errno;                                \
errno             227 third_party/tcmalloc/vendor/src/base/elfcore.h                        errno = (f).errno_;                            \
errno             244 third_party/tcmalloc/vendor/src/base/elfcore.h                      f.errno_ = errno;                                \
errno             262 third_party/tcmalloc/vendor/src/base/elfcore.h                        errno         = (f).errno_;                    \
errno             315 third_party/tcmalloc/vendor/src/base/elfcore.h                      f.errno_             = errno;                    \
errno             320 third_party/tcmalloc/vendor/src/base/elfcore.h                      errno       = (f).errno_;                        \
errno             697 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h     #define LSS_ERRNO errno
errno             134 third_party/tcmalloc/vendor/src/base/linuxthreads.cc #define NO_INTR(fn)   do {} while ((fn) < 0 && errno == EINTR)
errno             267 third_party/tcmalloc/vendor/src/base/linuxthreads.cc     args->err    = errno;
errno             438 third_party/tcmalloc/vendor/src/base/linuxthreads.cc                   if (errno != EINTR) {
errno             490 third_party/tcmalloc/vendor/src/base/linuxthreads.cc         args->err = errno;
errno             576 third_party/tcmalloc/vendor/src/base/linuxthreads.cc     args.err = errno;
errno             602 third_party/tcmalloc/vendor/src/base/linuxthreads.cc     clone_errno = errno;
errno             645 third_party/tcmalloc/vendor/src/base/linuxthreads.cc   errno = args.err;
errno              87 third_party/tcmalloc/vendor/src/base/logging.cc #define NO_INTR(fn)  do {} while ((fn) < 0 && errno == EINTR)
errno             116 third_party/tcmalloc/vendor/src/base/logging.h       const int err_no = errno;                                         \
errno              75 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h     int save_errno = errno;
errno              91 third_party/tcmalloc/vendor/src/base/spinlock_linux-inl.h     errno = save_errno;
errno              45 third_party/tcmalloc/vendor/src/base/spinlock_posix-inl.h   int save_errno = errno;
errno              55 third_party/tcmalloc/vendor/src/base/spinlock_posix-inl.h   errno = save_errno;
errno              83 third_party/tcmalloc/vendor/src/base/sysinfo.cc #define NO_INTR(fn)  do {} while ((fn) < 0 && errno == EINTR)
errno             223 third_party/tcmalloc/vendor/src/base/sysinfo.cc   while (nanosleep(&sleep_time, &sleep_time) != 0 && errno == EINTR)
errno             414 third_party/tcmalloc/vendor/src/base/sysinfo.cc             sysctl_path, strerror(errno));
errno             154 third_party/tcmalloc/vendor/src/base/vdso_support.cc   errno = ENOSYS;
errno             511 third_party/tcmalloc/vendor/src/debugallocation.cc                 strerror(errno));
errno             515 third_party/tcmalloc/vendor/src/debugallocation.cc         RAW_LOG(FATAL, "Guard page setup failed: %s", strerror(errno));
errno             902 third_party/tcmalloc/vendor/src/heap-checker.cc     int errsv = errno;
errno            1310 third_party/tcmalloc/vendor/src/heap-checker.cc       RAW_LOG(WARNING, "Thread finding failed with %d errno=%d", r, errno);
errno            1434 third_party/tcmalloc/vendor/src/heap-checker.cc                    object, object + size, errno, strerror(errno));
errno              81 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h       errno = EINVAL;
errno              88 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     if (result != MAP_FAILED || errno != ENOSYS)  goto out;
errno              98 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h     errno = EINVAL;
errno             177 third_party/tcmalloc/vendor/src/memfs_malloc.cc   if (ret != 0 && errno != EINVAL) {
errno             179 third_party/tcmalloc/vendor/src/memfs_malloc.cc         "ftruncate failed", strerror(errno));
errno             195 third_party/tcmalloc/vendor/src/memfs_malloc.cc           "mmap failed (size, error)", size + extra, strerror(errno));
errno             231 third_party/tcmalloc/vendor/src/memfs_malloc.cc         path, strerror(errno));
errno             238 third_party/tcmalloc/vendor/src/memfs_malloc.cc         "fatal: error unlinking memfs_malloc_path", path, strerror(errno));
errno             246 third_party/tcmalloc/vendor/src/memfs_malloc.cc         "fatal: error fstatfs of memfs_malloc_path", strerror(errno));
errno             489 third_party/tcmalloc/vendor/src/profile-handler.cc   int saved_errno = errno;
errno             504 third_party/tcmalloc/vendor/src/profile-handler.cc   errno = saved_errno;
errno             136 third_party/tcmalloc/vendor/src/profiledata.cc #define NO_INTR(fn)  do {} while ((fn) < 0 && errno == EINTR)
errno             152 third_party/tcmalloc/vendor/src/profiler.cc             fname, strerror(errno));
errno             525 third_party/tcmalloc/vendor/src/system-alloc.cc            errno == EAGAIN) {
errno            1094 third_party/tcmalloc/vendor/src/tcmalloc.cc   if (ret == NULL) errno = ENOMEM;
errno             840 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   strerror(errno);
errno              69 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc #define NO_INTR(fn)   do {} while ((fn) < 0 && errno == EINTR)
errno              91 third_party/tcmalloc/vendor/src/thread_cache.cc             "uname failed assuming no TLS support (errno)", errno);
errno              87 third_party/v4l2capture/v4l2capture.c       if(errno != EINTR)
errno             161 third_party/zlib/contrib/minizip/miniunz.c       if ((mymkdir(buffer) == -1) && (errno == ENOENT))
errno              84 third_party/zlib/contrib/minizip/unzip.c     extern int errno;
errno              38 third_party/zlib/contrib/minizip/zip.c     extern int errno;
errno              57 third_party/zlib/gzguts.h #    define zstrerror() strerror(errno)
errno             144 third_party/zlib/zutil.c     int errno = 0;
errno              40 third_party/zlib/zutil.h     extern int errno;
errno              24 tools/android/common/adb_connection.cc     int old_errno = errno;
errno              26 tools/android/common/adb_connection.cc     errno = old_errno;
errno              58 tools/android/common/adb_connection.cc     LOG(ERROR) << "Failed to create adb socket: " << strerror(errno);
errno              72 tools/android/common/adb_connection.cc     LOG(ERROR) << "Failed to connect adb socket: " << strerror(errno);
errno              83 tools/android/common/adb_connection.cc       LOG(ERROR) << "Failed to send request: " << strerror(errno);
errno              27 tools/android/common/daemon.cc   int old_errno = errno;
errno              29 tools/android/common/daemon.cc   errno = old_errno;
errno              33 tools/android/forwarder/forwarder.cc     int old_errno = errno;
errno              35 tools/android/forwarder/forwarder.cc     errno = old_errno;
errno             219 tools/android/forwarder/forwarder.cc       LOG(ERROR) << "Select error: " << strerror(errno);
errno             271 tools/android/forwarder/forwarder.cc       LOG(ERROR) << "Failed to accept: " << strerror(errno);
errno              53 tools/android/forwarder2/command.cc       LOG(ERROR) << "Read() error: " << safe_strerror(errno);
errno              17 tools/android/forwarder2/common.cc   LOG(ERROR) << msg << ": " << safe_strerror(errno);
errno              21 tools/android/forwarder2/common.cc   const int errno_copy = errno;
errno              24 tools/android/forwarder2/common.cc     errno = errno_copy;
errno              27 tools/android/forwarder2/common.h     int local_errno = errno;                                  \
errno              29 tools/android/forwarder2/common.h     errno = local_errno;                                      \
errno             108 tools/android/forwarder2/daemon.cc     if (errno == EBADF) {
errno             261 tools/android/forwarder2/daemon.cc     if (errno == ESRCH /* invalid PID */) {
errno              34 tools/android/forwarder2/pipe_notifier.cc   errno = 0;
errno              35 tools/android/forwarder2/socket.cc   errno = 0;
errno              44 tools/android/forwarder2/socket.cc   errno = 0;
errno              53 tools/android/forwarder2/socket.cc   errno = 0;
errno              62 tools/android/forwarder2/socket.cc   errno = 0;
errno             173 tools/android/forwarder2/socket.cc   errno = 0;
errno             195 tools/android/forwarder2/socket.cc     errno = 0;
errno             212 tools/android/forwarder2/socket.cc   errno = 0;
errno             227 tools/android/forwarder2/socket.cc   errno = 0;
errno             229 tools/android/forwarder2/socket.cc       errno != EINPROGRESS) {
errno             263 tools/android/forwarder2/socket.cc     errno = 0;
errno             306 tools/android/forwarder2/socket.cc   DCHECK_NE(EAGAIN, errno);
errno             307 tools/android/forwarder2/socket.cc   DCHECK_NE(EWOULDBLOCK, errno);
errno             442 tools/android/forwarder2/socket.cc     CHECK_NE(ENOPROTOOPT, errno);
errno              33 tools/xdisplaycheck/xdisplaycheck.cc   while (nanosleep(&sleep_time, &remaining) == -1 && errno == EINTR)
errno             215 ui/events/ozone/evdev/key_event_converter_evdev.cc     if (errno == EINTR || errno == EAGAIN)
errno             217 ui/events/ozone/evdev/key_event_converter_evdev.cc     if (errno != ENODEV)
errno              89 ui/events/ozone/evdev/touch_event_converter_evdev.cc     if (errno == EINTR || errno == EAGAIN)
errno              91 ui/events/ozone/evdev/touch_event_converter_evdev.cc     if (errno != ENODEV)
errno              88 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc       << "SetNonBlocking for pipe fd[0] failed, errno: " << errno;
errno              90 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc       << "SetNonBlocking for pipe fd[0] failed, errno: " << errno;
errno             103 ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc       << "write() failed, errno: " << errno;
errno              38 ui/gfx/ozone/dri/dri_skbitmap.cc     DLOG(ERROR) << "Cannot create dumb buffer (" << errno << ") "
errno              39 ui/gfx/ozone/dri/dri_skbitmap.cc                 << strerror(errno);
errno              49 ui/gfx/ozone/dri/dri_skbitmap.cc     DLOG(ERROR) << "Cannot prepare dumb buffer for mapping (" << errno << ") "
errno              50 ui/gfx/ozone/dri/dri_skbitmap.cc                 << strerror(errno);
errno              62 ui/gfx/ozone/dri/dri_skbitmap.cc     DLOG(ERROR) << "Cannot mmap dumb buffer (" << errno << ") "
errno              63 ui/gfx/ozone/dri/dri_skbitmap.cc                 << strerror(errno);
errno             171 ui/gfx/ozone/dri/dri_surface_factory.cc                << kDefaultGraphicsCardPath << "': " << strerror(errno);
errno              54 ui/gfx/ozone/dri/hardware_display_controller.cc       DLOG(ERROR) << "Failed to restore CRTC state: " << strerror(errno);
errno              62 ui/gfx/ozone/dri/hardware_display_controller.cc         DLOG(ERROR) << "Failed to remove FB: " << strerror(errno);
errno              81 ui/gfx/ozone/dri/hardware_display_controller.cc       DLOG(ERROR) << "Failed to register framebuffer: " << strerror(errno);
errno             102 ui/gfx/ozone/dri/hardware_display_controller.cc       DLOG(ERROR) << "Cannot set CRTC: " << strerror(errno);
errno             119 ui/gfx/ozone/dri/hardware_display_controller.cc     LOG(ERROR) << "Cannot page flip: " << strerror(errno);
errno              49 ui/surface/transport_dib_gtk.cc                 << " errno:" << errno;