/Zephyr-latest/tests/lib/c_lib/strerror/src/ |
D | main.c | 20 actual = strerror(EINVAL); in ZTEST() 23 actual = strerror(EINVAL); in ZTEST() 35 actual = strerror(-42); in ZTEST() 38 actual = strerror(4242); in ZTEST() 48 actual = strerror(0); in ZTEST()
|
/Zephyr-latest/drivers/flash/ |
D | flash_simulator_native.c | 49 strerror(errno)); in flash_mock_init_native() 57 flash_file_path, strerror(errno)); in flash_mock_init_native() 65 flash_file_path, strerror(errno)); in flash_mock_init_native() 72 flash_file_path, strerror(errno)); in flash_mock_init_native() 81 flash_file_path, strerror(errno)); in flash_mock_init_native()
|
/Zephyr-latest/drivers/eeprom/ |
D | eeprom_simulator_native.c | 45 strerror(errno)); in eeprom_mock_init_native() 52 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native() 59 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native() 65 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native() 72 eeprom_file_path, strerror(errno)); in eeprom_mock_init_native()
|
/Zephyr-latest/drivers/usb/device/ |
D | usb_dc_native_posix_adapt.c | 105 LOG_ERR("send() failed: %s", strerror(errno)); in send_interfaces() 155 LOG_ERR("send() device failed: %s", strerror(errno)); in send_device() 173 LOG_ERR("send() header failed: %s", strerror(errno)); in handle_device_list() 181 LOG_ERR("send() ndev failed: %s", strerror(errno)); in handle_device_list() 201 LOG_ERR("recv() failed: %s", strerror(errno)); in handle_usbip_submit() 223 LOG_ERR("recv() failed: %s", strerror(errno)); in handle_usbip_unlink() 244 LOG_ERR("recv() failed: %s", strerror(errno)); in handle_import() 249 LOG_ERR("send() header failed: %s", strerror(errno)); in handle_import() 282 LOG_ERR("socket() failed: %s", strerror(errno)); in usbip_start() 288 LOG_WRN("setsockopt() failed: %s", strerror(errno)); in usbip_start() [all …]
|
/Zephyr-latest/drivers/input/ |
D | linux_evdev_bottom.c | 26 nsi_print_warning("Read error: %s", strerror(errno)); in linux_evdev_read() 49 path, strerror(errno)); in linux_evdev_open()
|
/Zephyr-latest/lib/posix/options/ |
D | perror.c | 17 strerror(errno)); in perror()
|
/Zephyr-latest/drivers/serial/ |
D | uart_native_pty_bottom.c | 99 __func__, err, strerror(err)); in np_uart_slave_connected() 224 __func__, err_nbr, strerror(err_nbr)); in np_uart_open_pty() 230 __func__, err_nbr, strerror(err_nbr)); in np_uart_open_pty()
|
D | uart_native_tty_bottom.c | 221 WARN("Could not set serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom() 234 WARN("Could not read serial port settings, reason: %s\n", strerror(err)); in native_tty_configure_bottom()
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_bottom.c | 29 err, strerror(errno)); in entropy_native_seed()
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | strerror.c | 24 char *strerror(int errnum) in strerror() function
|
/Zephyr-latest/samples/net/sockets/tcp/src/ |
D | main.c | 22 printf("Error: " fmt "(): %s\n" ## args, strerror(errno)); \
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | string.h | 20 extern char *strerror(int errnum);
|
/Zephyr-latest/lib/libc/minimal/ |
D | Kconfig | 57 bool "String error table for strerror() and strerror_r()" 63 disabled by default. In this case, strerror() and strerror_r()
|
D | CMakeLists.txt | 25 source/string/strerror.c
|
/Zephyr-latest/tests/net/lib/http_server/crime/src/ |
D | main.c | 93 zassert_not_equal(ret, -1, "failed to connect (%s/%d)", strerror(errno), errno); in test_crime()
|
/Zephyr-latest/subsys/usb/host/ |
D | usbip.c | 651 LOG_ERR("socket() failed: %s", strerror(errno)); in usbip_thread_handler() 657 LOG_INF("setsockopt() failed: %s", strerror(errno)); in usbip_thread_handler() 665 LOG_ERR("bind() failed: %s", strerror(errno)); in usbip_thread_handler() 670 LOG_ERR("listen() failed: %s", strerror(errno)); in usbip_thread_handler()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 192 strerror
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_events.c | 196 event_info.event_str, strerror(errno)); in supplicant_process_status()
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 1033 zassert_true(ret > 0, "cannot get interface name (%d/%s)", ret, strerror(-ret)); in ZTEST() 1048 sent, -errno, strerror(errno)); in ZTEST()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_tap.c | 401 strerror(-ctx->dev_fd)); in eth_iface_init()
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access_bottom.c | 611 fuse_mountpoint, strerror(errno)); in ffsa_init_bottom()
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 1973 PR_WARNING("AP mode enable failed: %s\n", strerror(-ret)); in cmd_wifi_ap_enable() 1990 PR_WARNING("AP mode disable failed: %s\n", strerror(-ret)); in cmd_wifi_ap_disable() 2056 strerror(-ret)); in cmd_wifi_ap_sta_disconnect() 2141 strerror(-ret)); in cmd_wifi_ap_config_params()
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | core.py | 249 super().__init__(errno.ENOENT, os.strerror(errno.ENOENT), program)
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 1720 .format(description, e.filename, e.strerror, 1741 .format(filename, e.strerror, errno.errorcode[e.errno]))
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http1.c | 97 error_desc = strerror(error_code); in send_http1_500()
|