Home
last modified time | relevance | path

Searched refs:strcasecmp (Results 1 – 9 of 9) sorted by relevance

/Zephyr-latest/subsys/net/lib/shell/
Dcm.c198 if (strcasecmp(arg, "all") == 0) { in parse_target()
204 if (strcasecmp(arg, "none") == 0) { in parse_target()
216 if (strcasecmp(arg, "if") == 0) { in parse_target()
221 if (strcasecmp(arg, "ifi") == 0) { in parse_target()
245 if (strcasecmp(arg, "get") == 0) { in parse_getset()
251 if (strcasecmp(arg, "set") == 0) { in parse_getset()
278 if (strcasecmp(arg, flag_strings[i].name) == 0) { in parse_flag()
300 if (strcasecmp(arg, "yes") == 0 || in parse_bool()
301 strcasecmp(arg, "y") == 0 || in parse_bool()
302 strcasecmp(arg, "1") == 0 || in parse_bool()
[all …]
/Zephyr-latest/scripts/native_simulator/native/src/
Dnsi_cmdline_common.c92 if ((strcasecmp(arg, "?") == 0) || in nsi_cmd_is_help_option()
93 (strcasecmp(arg, "h") == 0) || in nsi_cmd_is_help_option()
94 (strcasecmp(arg, "help") == 0)) { in nsi_cmd_is_help_option()
130 if (strcasecmp(str, "false") == 0) { in nsi_cmd_read_option_value()
136 } else if (strcasecmp(str, "true") == 0) { in nsi_cmd_read_option_value()
/Zephyr-latest/subsys/net/lib/tls_credentials/
Dtls_credentials_shell.c218 if (allow_any && strcasecmp(arg, ANY_KEYWORD) == 0) { in shell_parse_cred_sectag()
249 if (allow_any && strcasecmp(arg, ANY_KEYWORD) == 0) { in shell_parse_cred_type()
258 if (strcasecmp(arg, type_strings[i].name) == 0) { in shell_parse_cred_type()
276 if (strcasecmp(arg, "default") == 0) { in shell_parse_cred_backend()
289 if (strcasecmp(arg, "bin") == 0) { in shell_parse_cred_storage_format()
295 if (strcasecmp(arg, "bint") == 0) { in shell_parse_cred_storage_format()
301 if (strcasecmp(arg, "str") == 0) { in shell_parse_cred_storage_format()
307 if (strcasecmp(arg, "strt") == 0) { in shell_parse_cred_storage_format()
/Zephyr-latest/subsys/net/lib/http/
Dhttp_server_http1.c235 if (strcasecmp(hdr->name, "Transfer-Encoding") == 0) { in http1_send_headers()
240 if (strcasecmp(hdr->name, "Content-Type") == 0) { in http1_send_headers()
667 if (strcasecmp(buf, header->name) == 0) { in check_user_request_headers()
717 if (strcasecmp(ctx->header_buffer, "Upgrade") == 0) { in on_header_field()
719 } else if (strcasecmp(ctx->header_buffer, "Sec-WebSocket-Key") == 0) { in on_header_field()
723 else if (strcasecmp(ctx->header_buffer, "Accept-Encoding") == 0) { in on_header_field()
796 if (strcasecmp(ctx->header_buffer, "h2c") == 0) { in on_header_value()
798 } else if (strcasecmp(ctx->header_buffer, "websocket") == 0) { in on_header_value()
Dhttp_compression.c127 if (strcasecmp(http_compression_text(expected), text) == 0) { in http_compression_match()
Dhttp_server_http2.c169 if (strcasecmp(hdr->name, "content-encoding") == 0) { in send_headers_frame()
173 if (strcasecmp(hdr->name, "content-type") == 0) { in send_headers_frame()
/Zephyr-latest/lib/posix/options/
DKconfig.c_lib_ext10 stpcpy(), stpncpy(), strcasecmp(), strdup(), strfmon(), and strncasecmp(), strndup(), and
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt185 strcasecmp
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst95 strcasecmp(),