/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | browser-system.c | 90 wpa_printf(MSG_ERROR, "fork: %s", strerror(errno)); in hs20_web_browser() 105 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|
H A D | browser-wpadebug.c | 91 wpa_printf(MSG_ERROR, "fork: %s", strerror(errno)); in hs20_web_browser() 118 wpa_printf(MSG_ERROR, "execve: %s", strerror(errno)); in hs20_web_browser()
|
H A D | ext_password.c | 92 strerror(errno)); in ext_password_alloc() 108 strerror(errno)); in ext_password_free()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | browser-android.c | 90 wpa_printf(MSG_ERROR, "fork: %s", strerror(errno)); in hs20_web_browser() 109 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|
H A D | browser-system.c | 90 wpa_printf(MSG_ERROR, "fork: %s", strerror(errno)); in hs20_web_browser() 105 wpa_printf(MSG_ERROR, "execv: %s", strerror(errno)); in hs20_web_browser()
|
H A D | browser-wpadebug.c | 91 wpa_printf(MSG_ERROR, "fork: %s", strerror(errno)); in hs20_web_browser() 118 wpa_printf(MSG_ERROR, "execve: %s", strerror(errno)); in hs20_web_browser()
|
H A D | ext_password.c | 95 strerror(errno)); in ext_password_alloc() 111 strerror(errno)); in ext_password_free()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | resourcendk1.cpp | 51 errno = NO_ERR;
in GetPriority1() 56 if (ret == MINUSONE && errno != NO_ERR) {
in GetPriority1() 65 errno = NO_ERR;
in GetPriority2() 68 if (ret == MINUSONE && errno != NO_ERR) {
in GetPriority2()
|
/test/xts/hats/kernel/syscalls/mem/mmap/ |
H A D | MmapSyscallApiTest.cpp | 221 errno = 0; in HWTEST_F() 224 EXPECT_EQ(errno, EINVAL); in HWTEST_F() 226 errno = 0; in HWTEST_F() 229 EXPECT_EQ(errno, EINVAL); in HWTEST_F()
|
/third_party/curl/tests/libtest/ |
H A D | lib582.c | 253 errno, strerror(errno)); in test() 263 errno, strerror(errno)); in test()
|
/third_party/elfutils/tests/ |
H A D | backtrace-data.c | 29 #include <errno.h> 77 errno = 0; in memory_read() 82 if (errno != 0) { in memory_read() 83 errno = 0; in memory_read()
|
H A D | fillfile.c | 23 #include <errno.h> 208 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in check_elf() 273 printf ("cannot (re)open `%s': %s\n", fname, strerror (errno)); in check_elf() 354 printf ("cannot open `%s' read-only: %s\n", fname, strerror (errno)); in check_elf()
|
H A D | elfstrtab.c | 22 #include <errno.h> 141 printf ("cannot open `%s': %s\n", fname, strerror (errno)); in check_elf() 287 printf ("cannot open `%s' read-only: %s\n", fname, strerror (errno)); in check_elf() 356 printf ("cannot open `%s' read-only: %s\n", fname, strerror (errno)); in check_elf()
|
/third_party/glfw/src/ |
H A D | linux_joystick.c | 36 #include <errno.h> 154 strerror(errno)); in openJoystickDevice() 393 errno = 0; in _glfwPollJoystickLinux() 397 if (errno == ENODEV) in _glfwPollJoystickLinux()
|
/third_party/alsa-utils/alsactl/ |
H A D | utils.c | 27 #include <errno.h> 321 if (errno == ENOENT) in snd_card_clean_cfgdir() 323 return -errno; in snd_card_clean_cfgdir() 329 lasterr = -errno; in snd_card_clean_cfgdir()
|
/third_party/alsa-lib/include/ |
H A D | local.h | 52 #include <errno.h> 273 #define SYSMSG(args...) snd_err_msg(__FILE__, __LINE__, __func__, errno, ##args) 342 if (errno == EAGAIN || errno == EBUSY) in snd_open_device()
|
/third_party/libunwind/libunwind/tests/ |
H A D | Gtest-bt.c | 30 #include <errno.h> 226 panic ("sigaction: %s\n", strerror (errno)); in main() 240 panic ("sigaltstack: %s\n", strerror (errno)); in main() 246 panic ("sigaction: %s\n", strerror (errno)); in main()
|
H A D | Gtest-trace.c | 29 #include <errno.h> 244 panic ("sigaction: %s\n", strerror (errno)); in main() 258 panic ("sigaltstack: %s\n", strerror (errno)); in main() 264 panic ("sigaction: %s\n", strerror (errno)); in main()
|
/third_party/mbedtls/programs/psa/ |
H A D | psa_constant_names.c | 18 #include <errno.h> 217 if (value < min || (errno == ERANGE && value < 0)) { in process_signed() 221 if (value > max || (errno == ERANGE && value > 0)) { in process_signed() 256 if (value > max || errno == ERANGE) { in process_unsigned()
|
/third_party/ltp/testcases/kernel/controllers/cgroup_xattr/ |
H A D | cgroup_xattr.c | 36 #include <errno.h> 404 errno = 0; in cgrp_files_walking() 419 errno = 0; in cgrp_files_walking() 421 if (errno && !entry) { in cgrp_files_walking()
|
/third_party/ltp/testcases/kernel/fs/ftest/ |
H A D | ftest05.c | 59 #include <errno.h> 199 } else if (errno != EINTR) in runtest() 418 if (errno == ENOSPC) { in dotest() 546 tst_resm(TBROK, "Unlink of '%s' failed, errno = %d.", in term() 547 test_name, errno); in term()
|
H A D | ftest06.c | 57 #include <errno.h> 279 if (fd < 0 && errno == EISDIR) { in crfile() 322 if (val == 0 || errno == ENOENT) in unlfile() 429 int err = errno; in dowarn()
|
/third_party/musl/src/stdio/ |
H A D | vfwprintf.c | 2 #include <errno.h> 290 arg.p = strerror(errno); in wprintf_core() 340 errno = EINVAL; in wprintf_core() 343 errno = EOVERFLOW; in wprintf_core()
|
/third_party/musl/src/fdsan/linux/ |
H A D | fdsan.c | 17 #include <errno.h> 158 MUSL_LOGE("send failed errno=%{public}d", errno); in save_debug_message() 310 if (expected_tag && rc == -1 && errno == EBADF) { in fdsan_close_with_tag() 365 if (rc == -1 && errno == EINTR) { in close()
|
/third_party/musl/src/sigchain/linux/ |
H A D | sigchain.c | 19 #include <errno.h> 23 #include <errno.h> 80 SIGCHAIN_PRINT_FATAL("%{public}s failed to create sigchain pthread key, rc:%{public}d errno:%{public}d", in create_pthread_key() 81 __func__, rc, errno); in create_pthread_key() 239 SIGCHAIN_PRINT_ERROR("Failed to rethrow sig(%{public}d), errno(%{public}d).", signo, errno); in signal_chain_handler()
|