/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_ptty_bottom.c | 99 __func__, err, strerror(err)); in np_uart_slave_connected() 224 __func__, err_nbr, strerror(err_nbr)); in np_uart_open_ptty() 230 __func__, err_nbr, strerror(err_nbr)); in np_uart_open_ptty()
|
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 | 30 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/scripts/coccinelle/ |
D | symbols.txt | 192 strerror
|
/Zephyr-latest/tests/net/vlan/src/ |
D | main.c | 933 zassert_true(ret > 0, "cannot get interface name (%d/%s)", ret, strerror(-ret)); in ZTEST() 948 sent, -errno, strerror(errno)); in ZTEST()
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 505 fuse_mountpoint, strerror(errno)); in fuse_fs_access_init()
|
/Zephyr-latest/modules/hostap/src/ |
D | supp_events.c | 196 event_info.event_str, strerror(errno)); in supplicant_process_status()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_native_posix.c | 362 strerror(-ctx->dev_fd)); in eth_iface_init()
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_shell.c | 1938 PR_WARNING("AP mode enable failed: %s\n", strerror(-ret)); in cmd_wifi_ap_enable() 1955 PR_WARNING("AP mode disable failed: %s\n", strerror(-ret)); in cmd_wifi_ap_disable() 2021 strerror(-ret)); in cmd_wifi_ap_sta_disconnect() 2106 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]))
|
D | kconfiglib.py | 2134 .format(filename, errno.errorcode[e.errno], e.strerror, 2197 errno.errorcode[e.errno], e.strerror)) 6021 ioerror.errno, ioerror.strerror, ioerror.filename) 6297 return IOError(e.errno, e.strerror, e.filename)
|
D | menuconfig.py | 1864 .format(filename, e.strerror, errno.errorcode[e.errno])) 1916 .format(description, e.filename, e.strerror,
|