Home
last modified time | relevance | path

Searched refs:errno (Results 2351 - 2375 of 6246) sorted by relevance

1...<<919293949596979899100>>...250

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dbrowser-system.c90 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 Dbrowser-wpadebug.c91 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 Dext_password.c92 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 Dbrowser-android.c90 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 Dbrowser-system.c90 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 Dbrowser-wpadebug.c91 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 Dext_password.c95 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 Dresourcendk1.cpp51 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 DMmapSyscallApiTest.cpp221 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 Dlib582.c253 errno, strerror(errno)); in test()
263 errno, strerror(errno)); in test()
/third_party/elfutils/tests/
H A Dbacktrace-data.c29 #include <errno.h>
77 errno = 0; in memory_read()
82 if (errno != 0) { in memory_read()
83 errno = 0; in memory_read()
H A Dfillfile.c23 #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 Delfstrtab.c22 #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 Dlinux_joystick.c36 #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 Dutils.c27 #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 Dlocal.h52 #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 DGtest-bt.c30 #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 DGtest-trace.c29 #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 Dpsa_constant_names.c18 #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 Dcgroup_xattr.c36 #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 Dftest05.c59 #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 Dftest06.c57 #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 Dvfwprintf.c2 #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 Dfdsan.c17 #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 Dsigchain.c19 #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()

Completed in 17 milliseconds

1...<<919293949596979899100>>...250