Home
last modified time | relevance | path

Searched refs:errno_str (Results 126 – 150 of 476) sorted by relevance

12345678910>>...20

/dports/devel/hadoop/hadoop-1.2.1/src/native/src/org/apache/hadoop/io/nativeio/
H A Derrno_enum.c26 char *errno_str; member
102 for (i = 0; ERRNO_MAPPINGS[i].errno_str != NULL; i++) { in errno_to_string()
104 return ERRNO_MAPPINGS[i].errno_str; in errno_to_string()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/native/src/org/apache/hadoop/io/nativeio/
H A Derrno_enum.c26 char *errno_str; member
107 for (i = 0; ERRNO_MAPPINGS[i].errno_str != NULL; i++) { in errno_to_string()
109 return ERRNO_MAPPINGS[i].errno_str; in errno_to_string()
/dports/sysutils/gsmartcontrol/gsmartcontrol-1.1.3/src/hz/
H A Dfs_error_holder.h230 std::string errno_str = hz::errno_string(error_errno_); in get_error_locale() local
231 char* errno_cstr = hz::win32_utf8_to_locale(errno_str.c_str(), 0, false); in get_error_locale()
235 hz::string_replace(msg, "/errno/", (errno_cstr ? errno_cstr : errno_str), 1); // utf-8 in get_error_locale()
/dports/multimedia/gmmlib/gmmlib-intel-gmmlib-22.0.2/Source/GmmLib/Utility/GmmLog/spdlog/
H A Dcommon.h112 std::string errno_str(int err_num);
122 _msg = msg + ": " + details::os::errno_str(last_errno); in spdlog_ex()
/dports/sysutils/u-boot-utilite/u-boot-2015.07/include/
H A Derrno.h10 const char *errno_str(int errno);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/platform/impl/
H A Dudp_socket_posix.cc587 const char* errno_str; in OnError() local
590 errno_str = buffer; in OnError()
593 errno_str = reinterpret_cast<const char*>(result); in OnError()
596 errno_str = buffer; in OnError()
600 stream << "endpoint: " << local_endpoint_ << ", error: " << errno_str; in OnError()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/platform/impl/
H A Dudp_socket_posix.cc595 const char* errno_str; in OnError() local
598 errno_str = buffer; in OnError()
601 errno_str = reinterpret_cast<const char*>(result); in OnError()
604 errno_str = buffer; in OnError()
608 stream << "endpoint: " << local_endpoint_ << ", error: " << errno_str; in OnError()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dlib-signals.c650 char errno_buf[MAX_INT_STRLEN], *errno_str; in lib_signals_syscall_error() local
651 errno_str = dec2str_buf(errno_buf, errno); in lib_signals_syscall_error()
654 size_t errno_str_len = strlen(errno_str); in lib_signals_syscall_error()
658 memcpy(buf + prefix_len, errno_str, errno_str_len); in lib_signals_syscall_error()
/dports/x11/waybar/Waybar-0.9.12/src/modules/
H A Dkeyboard_state.cpp34 const auto errno_str = strerror(err); in getErrorMsg() local
35 error_msg += errno_str; in getErrorMsg()
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Drxstack.c232 # define errno_str(code) Win32ErrorString(code) macro
239 # define errno_str(code) strerror(code) macro
1853 …TERNAL_QUEUE, ERR_RXSTACK_READING_SOCKET, ERR_RXSTACK_READING_SOCKET_TMPL, errno_str( os_errno ) ); in rxstack_process_websockets_headers()
2351 …TERNAL_QUEUE, ERR_RXSTACK_READING_SOCKET, ERR_RXSTACK_READING_SOCKET_TMPL, errno_str( os_errno ) ); in rxstack_process_websockets_data()
2587 …TERNAL_QUEUE, ERR_RXSTACK_READING_SOCKET, ERR_RXSTACK_READING_SOCKET_TMPL, errno_str( os_errno ) ); in rxstack_process_traditional_command()
2658 …TERNAL_QUEUE, ERR_RXSTACK_READING_SOCKET, ERR_RXSTACK_READING_SOCKET_TMPL, errno_str( os_errno ) ); in rxstack_process_traditional_command()
2701 …TERNAL_QUEUE, ERR_RXSTACK_READING_SOCKET, ERR_RXSTACK_READING_SOCKET_TMPL, errno_str( os_errno ) ); in rxstack_process_command()
2928 …EUE, ERR_RXSTACK_GENERAL, ERR_RXSTACK_GENERAL_TMPL, "Listening on socket", errno_str( os_errno ) ); in rxstack_doit()
2953 …UE, ERR_RXSTACK_GENERAL, ERR_RXSTACK_GENERAL_TMPL, "Error binding socket", errno_str( os_errno ) ); in rxstack_doit()
3058 …AL_QUEUE, ERR_RXSTACK_GENERAL, ERR_RXSTACK_GENERAL_TMPL, "Calling select", errno_str( os_errno ) ); in rxstack_doit()
[all …]
/dports/sysutils/u-boot-utilite/u-boot-2015.07/common/
H A Dcmd_regulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
116 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/exec/
H A Dexecveat.c44 int expected_errno, const char *errno_str) in _check_execveat_fail() argument
50 fd, path?:"(null)", flags, errno_str); in _check_execveat_fail()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/exec/
H A Dexecveat.c44 int expected_errno, const char *errno_str) in _check_execveat_fail() argument
50 fd, path?:"(null)", flags, errno_str); in _check_execveat_fail()
/dports/sysutils/u-boot-olimex-a20-som-evb/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-olinuxino-lime/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-olinuxino-lime2-emmc/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-olinuxino-lime2/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot/cmd/
H A Dregulator.c20 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
115 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-cubox-hummingboard/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-cubieboard2/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-cubieboard/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-firefly-rk3399/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-sinovoip-bpi-m3/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-a13-olinuxino/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()
/dports/sysutils/u-boot-sopine/u-boot-2021.07/cmd/
H A Dregulator.c21 printf("Error: %d (%s)\n", ret, errno_str(ret)); in failure()
117 printf(" %s (err: %d)\n", errno_str(val), val); in constraint()

12345678910>>...20