/Zephyr-latest/tests/lib/c_lib/strerror/ |
D | testcase.yaml | 7 libraries.libc.strerror.minimal.strerror_table: 14 libraries.libc.strerror.minimal.no_strerror_table: 21 libraries.libc.strerror.newlib: 28 libraries.libc.strerror.newlib_nano: 35 libraries.libc.strerror.picolibc: 41 libraries.libc.strerror.picolibc.module: 48 libraries.libc.strerror.picolibc.notls:
|
D | Kconfig | 4 mainmenu "Strerror test parameters"
|
/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/libc/minimal/source/string/ |
D | strerror.c | 22 * See https://pubs.opengroup.org/onlinepubs/9699919799/functions/strerror.html 24 char *strerror(int errnum) in strerror() function
|
/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/lib/posix/options/ |
D | perror.c | 17 strerror(errno)); in perror()
|
/Zephyr-latest/drivers/entropy/ |
D | fake_entropy_native_bottom.c | 30 err, strerror(errno)); in entropy_native_seed()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 192 strerror
|
/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/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/modules/thrift/src/thrift/ |
D | config.h | 102 /* Define to 1 if you have the `strerror' function. */
|
/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/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/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/drivers/ethernet/ |
D | eth_native_posix.c | 362 strerror(-ctx->dev_fd)); in eth_iface_init()
|
/Zephyr-latest/doc/contribute/coding_guidelines/ |
D | index.rst | 1027 …ned by the Standard Library functions localeconv, getenv, setlocale or, strerror shall only be use… 1034 …ons asctime, ctime, gmtime, localtime, localeconv, getenv, setlocale or strerror shall not be used… 1377 strerror(),ISO/IEC 9899:2011
|
/Zephyr-latest/scripts/kconfig/ |
D | kconfiglib.py | 879 a subclass of) IOError on IO errors ('errno', 'strerror', and 2134 .format(filename, errno.errorcode[e.errno], e.strerror, 2197 errno.errorcode[e.errno], e.strerror)) 6013 # If 'errno' and 'strerror' are set on IOError, then __str__() always returns 6014 # "[Errno <errno>] <strerror>", ignoring any custom message passed to the 6016 # also providing 'errno', 'strerror', and 'filename' to scripts. 6021 ioerror.errno, ioerror.strerror, ioerror.filename) 6297 return IOError(e.errno, e.strerror, e.filename)
|