/Zephyr-latest/lib/libc/arcmwdt/ |
D | arcmwdt-string.c | 13 size_t strnlen(const char *s, size_t maxlen) in strnlen() function
|
/Zephyr-latest/lib/libc/armstdc/include/ |
D | string.h | 19 extern size_t strnlen(const char *s, size_t maxlen);
|
/Zephyr-latest/lib/libc/common/source/string/ |
D | strnlen.c | 21 size_t strnlen(const char *s, size_t maxlen) in strnlen() function
|
/Zephyr-latest/lib/libc/newlib/include/ |
D | string.h | 30 size_t strnlen(const char *, size_t);
|
/Zephyr-latest/tests/benchmarks/footprints/src/ |
D | libc.c | 23 len = strnlen(const_string, len); in run_libc()
|
/Zephyr-latest/subsys/llext/ |
D | CMakeLists.txt | 6 # For strnlen()
|
D | shell.c | 132 size_t hex_len = strnlen(argv[2], CONFIG_LLEXT_SHELL_MAX_SIZE*2+1); in cmd_llext_load_hex()
|
/Zephyr-latest/lib/libc/common/ |
D | CMakeLists.txt | 14 zephyr_library_sources_ifdef(CONFIG_COMMON_LIBC_STRNLEN source/string/strnlen.c)
|
D | Kconfig | 105 common implementation of strnlen().
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | string.h | 27 extern size_t strnlen(const char *s, size_t maxlen);
|
/Zephyr-latest/tests/bluetooth/uuid/src/ |
D | test_bt_uuid_to_str.c | 19 return strnlen(str, size) < size; in is_null_terminated()
|
/Zephyr-latest/lib/posix/options/ |
D | Kconfig.c_lib_ext | 11 strnlen().
|
D | shm.c | 309 size_t name_len = (name == NULL) ? 0 : strnlen(name, PATH_MAX); in shm_open() 379 size_t name_len = (name == NULL) ? 0 : strnlen(name, PATH_MAX); in shm_unlink()
|
/Zephyr-latest/subsys/net/lib/http/ |
D | http_server_http1.c | 111 strnlen(http_response, \ 142 strnlen(http_response, sizeof(http_response) - 1)); in http1_send_headers() 164 strnlen(http_response, sizeof(http_response) - 1)); in http1_send_headers() 195 strnlen(http_response, sizeof(http_response) - 1)); in http1_send_headers() 601 size_t offset = strnlen(ctx->header_buffer, sizeof(ctx->header_buffer)); in on_header_field() 671 size_t offset = strnlen(ctx->header_buffer, sizeof(ctx->header_buffer)); in on_header_value()
|
/Zephyr-latest/subsys/net/lib/wifi_credentials/ |
D | wifi_credentials_shell.c | 141 if (strnlen(argv[1], WIFI_SSID_MAX_LEN + 1) > WIFI_SSID_MAX_LEN) { in cmd_add_network() 277 if (strnlen(argv[1], WIFI_SSID_MAX_LEN + 1) > WIFI_SSID_MAX_LEN) { in cmd_delete_network()
|
/Zephyr-latest/arch/xtensa/core/ |
D | syscall_helper.c | 186 return strnlen(s, maxsize); in arch_user_string_nlen()
|
/Zephyr-latest/subsys/modem/ |
D | modem_chat.c | 951 size = strnlen(match, UINT8_MAX + 1); in modem_chat_match_set_match() 966 size = strnlen(separators, UINT8_MAX + 1); in modem_chat_match_set_separators() 1003 size = strnlen(request, UINT16_MAX + 1); in modem_chat_script_chat_set_request()
|
/Zephyr-latest/drivers/wifi/esp32/src/ |
D | esp_wifi_drv.c | 239 int ssid_len = strnlen(ap_list_buffer[k].ssid, WIFI_SSID_MAX_LEN); in scan_done_handler() 764 status->ssid_len = strnlen(data->status.ssid, WIFI_SSID_MAX_LEN); in esp32_wifi_status()
|
/Zephyr-latest/lib/os/ |
D | cbprintf_complete.c | 25 size_t strnlen(const char *s, size_t maxlen); 1627 len = strnlen(bps, precision); in z_cbvprintf_impl()
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_obj_firmware.c | 310 bool empty_uri = data_len == 0 || strnlen(data, data_len) == 0; in package_uri_write_cb()
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 215 zassert_equal(strnlen(buffer, 3), 3, "strnlen failed"); in ZTEST() 216 zassert_equal(strnlen(buffer, BUFSIZE), 5, "strnlen failed"); in ZTEST()
|
/Zephyr-latest/subsys/net/l2/wifi/ |
D | wifi_mgmt.c | 576 len = strnlen(bssid, sizeof(bssid) - 1); in wifi_mgmt_raise_neighbor_rep_recv_event() 582 len = strnlen(bssid_info, sizeof(bssid_info) - 1); in wifi_mgmt_raise_neighbor_rep_recv_event()
|
/Zephyr-latest/drivers/wifi/eswifi/ |
D | eswifi_core.c | 503 status->ssid_len = strnlen(sta->ssid, WIFI_SSID_MAX_LEN); in eswifi_mgmt_iface_status()
|
/Zephyr-latest/subsys/ipc/ipc_service/backends/ |
D | ipc_icbmsg.c | 621 name_size = strnlen(name, buffer_end - name - 1) + 1; in find_ept_by_name()
|
/Zephyr-latest/doc/services/portability/posix/option_groups/ |
D | index.rst | 100 strnlen(), yes
|