/Zephyr-latest/samples/boards/nordic/coresight_stm/src/ |
D | main.c | 33 if (strstr(CONFIG_BOARD_TARGET, "cpuapp")) { in get_core_name() 35 } else if (strstr(CONFIG_BOARD_TARGET, "cpurad")) { in get_core_name() 37 } else if (strstr(CONFIG_BOARD_TARGET, "cpuppr")) { in get_core_name() 39 } else if (strstr(CONFIG_BOARD_TARGET, "cpuflpr")) { in get_core_name()
|
/Zephyr-latest/tests/subsys/tracing/tracing_api/src/ |
D | main.c | 76 if (strstr(data, string_tracked[i]) != NULL) { in tracing_backends_output() 85 if (strstr(data, "tracing_format_data_testing") != NULL) { in tracing_backends_output() 88 if (strstr(data, "tracing_format_raw_data_testing") != NULL) { in tracing_backends_output() 91 if (strstr(data, "tracing_format_string_testing") != NULL) { in tracing_backends_output()
|
/Zephyr-latest/lib/libc/minimal/source/string/ |
D | strstr.c | 41 strstr(const char *s, const char *find) in strstr() function
|
/Zephyr-latest/samples/net/sockets/big_http_download/src/ |
D | big_http_download.c | 120 ptr = strstr(response, "HTTP"); in parse_status() 125 ptr = strstr(response, " "); in parse_status() 144 ptr = strstr(response, ":"); in parse_header() 170 ptr = strstr(download_url, "\n"); in parse_header() 179 ptr = strstr(download_url, "\r"); in parse_header()
|
/Zephyr-latest/tests/subsys/shell/shell_custom_header/src/ |
D | main.c | 54 zassert_true(strstr(buf, expect), in ZTEST()
|
/Zephyr-latest/tests/subsys/shell/shell_flash/src/ |
D | shell_flash_test.c | 67 zassert_true(strstr(buf, lines[i]), "Line: %d not found", i); in ZTEST()
|
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/ |
D | settings.c | 45 if (strstr(line, name_tmp) != NULL) { in entry_check_and_copy() 96 if (arg->subtree != NULL && !strstr(line, arg->subtree)) { in settings_custom_load()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | string.h | 35 extern char *strstr(const char *s, const char *find);
|
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/ |
D | main.c | 229 if (strstr(buf, "\r\n\r\n")) { in client_conn_handler() 235 if (strstr(buf, "\r\n\r\nOK")) { in client_conn_handler() 239 } else if (strstr(buf, "\r\n\r\nFAIL")) { in client_conn_handler()
|
/Zephyr-latest/tests/subsys/shell/shell_device_filter/src/ |
D | main.c | 50 return strstr(dev->name, "@1") != NULL; in pm_device_test_filter()
|
/Zephyr-latest/tests/subsys/logging/log_backend_fs/src/ |
D | log_fs_test.c | 181 if (strstr(ent.name, log_prefix) != NULL) { in ZTEST() 220 if (strstr(ent.name, log_prefix) != NULL) { in ZTEST()
|
/Zephyr-latest/lib/libc/minimal/ |
D | CMakeLists.txt | 27 source/string/strstr.c
|
/Zephyr-latest/tests/net/lib/http_server/crime/src/ |
D | main.c | 117 data = strstr(buf, "\r\n\r\n"); in test_crime()
|
/Zephyr-latest/subsys/shell/ |
D | shell_wildcard.c | 26 completion_addr = strstr(buff, pattern); in command_add()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 204 strstr
|
/Zephyr-latest/tests/net/lib/http_server/tls/src/ |
D | main.c | 208 data = strstr(buf, "\r\n\r\n"); in test_tls()
|
/Zephyr-latest/tests/kernel/sched/preempt/src/ |
D | main.c | 110 zassert_not_null(strstr(str, "pending"), in wakeup_src_thread()
|
/Zephyr-latest/subsys/net/ip/ |
D | net_stats.c | 542 strstr(metric->name, "_tx_time_summary") == 0) { in net_stats_prometheus_scrape() 552 strstr(metric->name, "_rx_time_summary") == 0) { in net_stats_prometheus_scrape()
|
/Zephyr-latest/tests/lib/c_lib/common/src/ |
D | main.c | 668 zassert_is_null(strstr(str1, "ayz"), "strstr aabbccd with ayz failed"); in ZTEST() 669 zassert_not_null(strstr(str1, str2), "strstr aabbccd with b succeed"); in ZTEST() 670 zassert_not_null(strstr(str1, "bb"), "strstr aabbccd with bb succeed"); in ZTEST() 671 zassert_not_null(strstr(str1, ""), "strstr aabbccd with \0 failed"); in ZTEST()
|
/Zephyr-latest/drivers/modem/ |
D | hl7800.c | 1879 if (strstr(iface_ctx.mdm_imsi, "ERROR") != NULL) { in on_cmd_atcmdinfo_imsi() 3083 location = strstr(location, "\""); in on_cmd_polte_registration() 3095 location = strstr(location, "\""); in on_cmd_polte_registration() 3106 location = strstr(location, ",\""); in on_cmd_polte_registration() 3118 location = strstr(location, "\""); in on_cmd_polte_registration() 3218 start = strstr(start, ","); in on_cmd_polte_location() 3233 start = strstr(start, "\"") + 1; in on_cmd_polte_location() 3234 end = strstr(start, POLTE_LOC_DELIMITER); in on_cmd_polte_location() 3242 end = strstr(start, POLTE_LOC_DELIMITER); in on_cmd_polte_location() 3250 end = strstr(start, POLTE_LOC_DELIMITER); in on_cmd_polte_location() [all …]
|
/Zephyr-latest/tests/bsim/bluetooth/host/misc/conn_stress/central/src/ |
D | main.c | 720 ptr = strstr(argv[0], "notify_size="); in test_args() 731 ptr = strstr(argv[1], "conn_interval="); in test_args()
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | ipv6.c | 400 if (strstr(argv[arg], "/")) { in cmd_net_ip6_pe()
|
/Zephyr-latest/tests/subsys/shell/shell/src/ |
D | main.c | 343 zassert_true(strstr(buf, expect), in ZTEST()
|
/Zephyr-latest/drivers/ethernet/ |
D | eth_renesas_ra.c | 249 if (strstr(phy_connection_type, "mii") != NULL) { in renesas_ra_eth_initialize()
|
/Zephyr-latest/subsys/fs/ |
D | fuse_fs_access.c | 102 if (strstr(path, "/.") != NULL) { in fuse_fs_access_getattr()
|