/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
H A D | iostream_state_saver_test.cc | 17 #include <errno.h> 361 // errno may equal ERANGE. in TEST() 369 // errno may equal ERANGE. in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | sysinfo.cc | 269 while (nanosleep(&ts, &ts) != 0 && errno == EINTR) {} in MeasureTscFrequencyWithSleep()
|
/third_party/rust/crates/nix/test/sys/ |
H A D | test_ptrace.rs | 7 use nix::errno::Errno;
|
H A D | test_socket.rs | 317 use nix::{errno::Errno, Result}; 753 use nix::errno::Errno; in test_recvmsg_ebadf() 1101 use nix::errno::Errno; in test_sendmsg_ipv6packetinfo() 1603 use nix::errno::Errno; in test_syscontrol() 2142 use nix::errno::Errno; in test_vsock() 2515 use nix::errno::Errno; in test_recverr_impl()
|
/third_party/rust/crates/nix/src/sys/ |
H A D | resource.rs | 5 use crate::errno::Errno;
|
H A D | wait.rs | 2 use crate::errno::Errno;
|
/third_party/rust/crates/nix/src/sys/ioctl/ |
H A D | mod.rs | 70 //! # use nix::errno::Errno; 176 //! # use nix::errno::Errno; 267 $crate::errno::Errno::result($w)
|
/third_party/rust/crates/nix/src/ |
H A D | pty.rs | 11 use crate::errno::Errno;
|
/third_party/rust/crates/nix/test/ |
H A D | test_mq.rs | 5 use nix::errno::Errno;
|
/third_party/selinux/libselinux/src/ |
H A D | seusers.c | 8 #include <errno.h>
|
/third_party/selinux/libsepol/src/ |
H A D | user_record.c | 1 #include <errno.h>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | trace.c | 62 wpa_printf(MSG_ERROR, "readlink: %s", strerror(errno)); in get_prg_fname()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | trace.c | 62 wpa_printf(MSG_ERROR, "readlink: %s", strerror(errno)); in get_prg_fname()
|
/third_party/zlib/contrib/minizip/ |
H A D | minizip.c | 48 #include <errno.h>
|
/third_party/node/deps/uvwasi/src/ |
H A D | uvwasi.c | 178 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi__lseek() 184 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi__lseek() 858 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_fdstat_get() 930 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_fdstat_set_flags() 1415 err = uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_fd_readdir() 2583 return uvwasi__translate_uv_error(uv_translate_sys_error(errno)); in uvwasi_sched_yield()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 172 strerror(errno)); in nl80211_register_eloop_read() 2760 bss->ifname, bss->brname, strerror(errno)); in wpa_driver_nl80211_deinit() 2775 bss->brname, strerror(errno)); in wpa_driver_nl80211_deinit() 5071 strerror(errno)); in nl80211_send_eapol_data() 5136 (unsigned long) len, errno, strerror(errno)); in wpa_driver_nl80211_hapd_send_eapol() 6844 name, bridge_ifname, strerror(errno)); in i802_set_wds_sta() 6871 strerror(errno)); in handle_eapol() 6897 brname, strerror(errno)); in i802_check_bridge() 6919 ifname, in_br, strerror(errno)); in i802_check_bridge() [all...] |
/third_party/backends/backend/ |
H A D | plustek.c | 138 #include <errno.h> 541 lerrn = errno; in reader_process() 547 DBG( _DBG_ERROR,"reader_process: read failed, status = %i, errno %i\n", in reader_process() 1364 DBG( _DBG_ERROR, "calloc failed: %s\n", strerror(errno)); in attach() 2411 DBG( _DBG_ERROR, "sane_start: open failed: %d\n", errno); in local_sane_start() 2413 if( errno == EBUSY ) in local_sane_start() 2673 if( EAGAIN != errno ) { in sane_read() 2702 if( EAGAIN == errno ) { in sane_read() 2718 DBG( _DBG_ERROR, "ERROR: errno=%d\n", errno ); in sane_read() [all...] |
/third_party/mesa3d/src/vulkan/overlay-layer/ |
H A D | overlay.cpp | 715 if (errno != EAGAIN && errno != EWOULDBLOCK && errno != ECONNABORTED) in control_client_check() 716 fprintf(stderr, "ERROR on socket: %s\n", strerror(errno)); in control_client_check() 743 if (errno == EAGAIN || errno == EWOULDBLOCK) { in process_control_socket() 748 if (errno != ECONNRESET) in process_control_socket() 749 fprintf(stderr, "ERROR on connection: %s\n", strerror(errno)); in process_control_socket()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/dbus/ |
H A D | dbus_new_handlers.c | 1724 errno = 0; in wpas_dbus_handler_remove_cred() 1726 if (errno != 0) { in wpas_dbus_handler_remove_cred() 2087 errno = 0; in wpas_dbus_handler_remove_network() 2089 if (errno != 0) { in wpas_dbus_handler_remove_network() 2163 errno = 0; in wpas_dbus_handler_select_network() 2165 if (errno != 0) { in wpas_dbus_handler_select_network() 2221 errno = 0; in wpas_dbus_handler_network_reply() 2223 if (errno != 0) { in wpas_dbus_handler_network_reply()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_manager.cpp | 232 LOGE("Open lock file fail errCode = [%d], errno:%d", errCode, errno); in TryLockDB() 248 LOGE("Try lock db failed, errCode = [%d] errno:%d", errCode, errno); in TryLockDB() 660 LOGE("[KvDBManager][RemoveDatabase] UnlockDB failed:%d, errno:%d", err, errno); in RemoveDatabase()
|
/third_party/f2fs-tools/tools/f2fs_io/ |
H A D | f2fs_io.c | 25 #include <errno.h> 76 do_die(format, va, errno); in die_errno() 1222 if (ret != 0 && errno == ENOTTY) in do_get_filename_encrypt_mode()
|
/third_party/curl/packages/OS400/ |
H A D | ccsidcurl.c | 32 #include <errno.h> 293 errno = EINVAL; in curl_easy_escape_ccsid() 323 errno = EINVAL; in curl_easy_unescape_ccsid()
|
/third_party/backends/sanei/ |
H A D | sanei_pa4s2.c | 115 #include <errno.h> 133 # include <errno.h> 318 DBG (1, "pa4s2_init: setuid failed: errno = %d\n", errno); in pa4s2_init()
|
/third_party/cups-filters/filter/foomatic-rip/ |
H A D | util.c | 32 #include <errno.h> 298 rip_die(EXIT_PRNERR, "Encountered error %s during fwrite", strerror(errno)); in fwrite_or_die() 306 rip_die(EXIT_PRNERR, "Encountered error %s during fread", strerror(errno)); in fread_or_die()
|
/third_party/cups-filters/filter/pdftopdf/ |
H A D | pdftopdf.cc | 1028 if (errno == EINTR) { in sub_process_spawn() 1031 fprintf(stderr, "ERROR: write failed: %s\n", strerror(errno)); in sub_process_spawn() 1041 if (errno == EINTR) in sub_process_spawn()
|