Home
last modified time | relevance | path

Searched refs:errno (Results 5526 - 5550 of 6518) sorted by relevance

1...<<221222223224225226227228229230>>...261

/third_party/rust/crates/nix/test/sys/
H A Dtest_wait.rs2 use nix::errno::Errno;
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/
H A Dwpa_helpers.c128 printf("select: %s\n", strerror(errno)); in get_wpa_cli_event2()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
H A Dwpa_helpers.c128 printf("select: %s\n", strerror(errno)); in get_wpa_cli_event2()
/third_party/toybox/toys/pending/
H A Dip.c334 if (errno || (ptr && *ptr) || i < 0 || i > 255) in idxfromRPDB()
1267 errno = -err->error; in ipaddrupdate()
1736 if ((msglen < 0) && (errno == EINTR || errno == EAGAIN)) continue; in display_route_info()
1738 error_msg("netlink receive error %s", strerror(errno)); in display_route_info()
1761 errno = -merr->error; in display_route_info()
2792 if ((msglen < 0) && (errno == EINTR || errno == EAGAIN)) continue; in filter_nlmesg()
2794 error_msg("netlink receive error %s", strerror(errno)); in filter_nlmesg()
2817 errno in filter_nlmesg()
[all...]
/third_party/ntfs-3g/libntfs-3g/
H A Dacls.c37 #include <errno.h>
1292 errno = EINVAL; in ntfs_replace_acl()
1295 errno = ENOMEM; in ntfs_replace_acl()
1338 errno = ENOMEM; in ntfs_build_basic_posix()
1458 errno = EIO; in ntfs_build_inherited_posix()
1463 errno = ENOMEM; in ntfs_build_inherited_posix()
1581 errno = ENOMEM; in ntfs_merge_descr_posix()
2370 errno = EINVAL; in buildacls_posix()
2830 /* ACL failure (errno set) or overflow */ in ntfs_build_descr_posix()
2836 errno in ntfs_build_descr_posix()
[all...]
/third_party/pulseaudio/src/modules/bluetooth/
H A Dmodule-bluez5-device.c26 #include <errno.h>
457 if (received < 0 && errno == EINTR) in bt_transport_read()
461 else if (received < 0 && errno == EAGAIN) in bt_transport_read()
465 pa_log_error("Failed to read data from socket: %s", received < 0 ? pa_cstrerror(errno) : "EOF"); in bt_transport_read()
571 pa_log_warn("Changing bluetooth buffer size: Failed to getsockopt(SO_SNDBUF): %s", pa_cstrerror(errno)); in update_sink_buffer_size()
589 pa_log_warn("Changing bluetooth buffer size: Failed to change from %d to %d: %s", old_bufsize / 2, new_bufsize, pa_cstrerror(errno)); in update_sink_buffer_size()
755 pa_log_warn("Failed to enable SO_TIMESTAMP: %s", pa_cstrerror(errno)); in setup_stream()
/third_party/python/Lib/test/
H A Dtest_exceptions.py10 import errno namespace
379 # POSIX errno (9 aka EBADF) is untranslated
381 self.assertEqual(w.errno, 9)
386 self.assertEqual(w.errno, 2)
394 self.assertEqual(w.errno, 22)
400 # Non-numeric "errno"
402 self.assertEqual(w.errno, 'bar')
432 'errno' : None, 'strerror' : None}),
436 'errno' : 'foo', 'strerror' : 'bar'}),
440 'errno'
[all...]
/base/account/os_account/services/accountmgr/test/unittest/os_account/
H A Dos_account_control_file_manager_test.cpp520 ACCOUNT_LOGE("OsAccountControlFileManagerCovTest023, chmod failed! errno %{public}d.", errno); in HWTEST_F()
523 ACCOUNT_LOGE("OsAccountControlFileManagerCovTest023, chown failed! errno %{public}d.", errno); in HWTEST_F()
/base/customization/enterprise_device_management/interfaces/kits/common/src/
H A Dnapi_edm_common.cpp647 errno = 0; in ParseStringToLong()
649 if (errno == ERANGE || end == p || *end != '\0') { in ParseStringToLong()
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H A Dnweb_spawn_service_test.cpp236 break, "Failed to recv msg errno: %{public}d", errno); in HWTEST_F()
498 APPSPAWN_CHECK(len <= 0, ret = -1; break, "Can not receive timeout %{public}d", errno); in HWTEST_F()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dfcntl1ndk.cpp63 errno = ERRON_0; in Tee()
110 errno = ERRON_0; in Vmsplice()
/test/xts/hats/hdf/camera/cameraMg/v1_1/src/
H A Dhdi_common_v1_1.cpp56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile()
62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno)); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg_additional/v1_1/src/
H A Dhdi_common_v1_1.cpp56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile()
62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno)); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraBenchmarkTest/v1_1/src/
H A Dbenchmark_common.cpp56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile()
62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno)); in DumpImageFile()
/test/xts/hats/hdf/camera/cameraMg/v1_0/src/
H A Dcommon.cpp56 CAMERA_LOGE("open file failed, errno: %{public}s", strerror(errno)); in DumpImageFile()
62 CAMERA_LOGE("write file failed, error: %{public}s", strerror(errno)); in DumpImageFile()
/third_party/exfatprogs/mkfs/
H A Dmkfs.c18 #include <errno.h>
517 exfat_err("write failed(errno : %d)\n", errno); in exfat_zero_out_disk()
/third_party/eudev/src/libudev/
H A Dlibudev-enumerate.c24 #include <errno.h>
868 return -errno; in parent_crawl_children()
/third_party/f2fs-tools/fsck/
H A Df2fs.h19 #include <errno.h>
22 #include <errno.h>
/third_party/ffmpeg/libavcodec/
H A Dv4l2_buffers.c509 return AVERROR(errno); in ff_v4l2_buffer_initialize()
568 return AVERROR(errno); in ff_v4l2_buffer_enqueue()
/third_party/ffmpeg/libavformat/
H A Dhdsenc.c316 if (mkdir(s->url, 0777) == -1 && errno != EEXIST) { in hds_write_header()
318 return AVERROR(errno); in hds_write_header()
/third_party/ffmpeg/libavutil/
H A Dparseutils.c666 errno = 0; in av_parse_time()
670 if (errno == ERANGE) in av_parse_time()
/third_party/backends/backend/
H A Dplustek-usbcalfile.c110 DBG( _DBG_ERROR, "fseek: %s\n", strerror(errno)); in usb_ReadSpecLine()
553 DBG( _DBG_ERROR, "- -> %s\n", strerror(errno)); in usb_SaveCalData()
H A Dsm3600.c59 #include <errno.h>
333 errno = 0; in RegisterSaneDev()
/third_party/curl/lib/
H A Dasyn-thread.c429 /* update sock_erro to errno */ in query_complete()
486 /* update sock_erro to errno */ in getaddrinfo_thread()
678 err = errno; in init_resolve_thread()
688 errno = err; in init_resolve_thread()
/third_party/alsa-lib/src/control/
H A Dhcontrol.c699 if (errno == EINTR && !CTLINABORT(hctl->ctl) && !(hctl->ctl->mode & SND_CTL_EINTR)) in snd_hctl_wait()
701 return -errno; in snd_hctl_wait()

Completed in 35 milliseconds

1...<<221222223224225226227228229230>>...261