Home
last modified time | relevance | path

Searched refs:strchr (Results 1 – 25 of 30) sorted by relevance

12

/Zephyr-latest/lib/libc/minimal/source/string/
Dstrspn.c15 while ((*s != '\0') && (strchr(accept, *s) != NULL)) { in strspn()
27 while ((*s != '\0') && (strchr(reject, *s) == NULL)) { in strcspn()
Dstring.c69 char *strchr(const char *s, int c) in strchr() function
168 while (*start && strchr(sep, *start)) { in strtok_r()
179 while (*end && !strchr(sep, *end)) { in strtok_r()
/Zephyr-latest/lib/posix/options/getopt/
Dgetopt.c108 if (strchr(ostr, '-') == NULL) { in getopt()
119 oli = strchr(ostr, state->optopt); in getopt()
Dgetopt_long.c204 has_equal = strchr(current_argv, '='); in parse_long_options()
416 (state->place[1] == '\0' && strchr(options, '-') == NULL)) {
495 } else if (*(state->place) != ':' && strchr(options, *(state->place)) != NULL) {
508 oli = strchr(options, optchar);
/Zephyr-latest/lib/posix/options/
Dfnmatch.c179 strchr(string, '/') == NULL in fnmatchx()
186 string = strchr(string, '/'); in fnmatchx()
Denv.c48 if (name == NULL || namelen == 0 || strchr(name, '=') != NULL) { in findenv()
/Zephyr-latest/lib/libc/minimal/include/
Dstring.h24 extern char *strchr(const char *s, int c);
/Zephyr-latest/drivers/rtc/
Drtc_shell.c168 if (strchr(argv[1], 'T')) { in cmd_set()
170 } else if (strchr(argv[1], '-')) { in cmd_set()
/Zephyr-latest/lib/posix/shell/
Denv.c87 value = strchr(argv[1], '='); in cmd_env_set()
/Zephyr-latest/cmake/linker/ld/
Dlinker_libraries.cmake28 # link dependency to libc (strchr), but libc also has dependencies to libgcc.
/Zephyr-latest/subsys/logging/backends/
Dlog_backend_fs.c71 next = strchr(path + 1, '/'); in create_log_dir()
81 next = strchr(next, '/'); in create_log_dir()
/Zephyr-latest/tests/bsim/bluetooth/host/gatt/settings/src/
Dsettings.c100 char *pos = strchr(line, '='); in settings_custom_load()
/Zephyr-latest/scripts/coccinelle/
Dsymbols.txt187 strchr
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_util.c341 if (strchr(buf, '-')) { in lwm2m_atof()
345 pos = strchr(buf, '.'); in lwm2m_atof()
Dlwm2m_pull_context.c158 while (len > 0 && (next_slash = strchr(cursor, '/')) != NULL) { in transfer_request()
Dlwm2m_rw_json.c823 demiliter_pos = strchr(fd->array_object.val_object_link, ':'); in get_objlnk()
/Zephyr-latest/subsys/net/ip/
Dutils.c362 int expected_groups = strchr(src, '.') ? 6 : 8; in z_impl_net_addr_pton()
392 src = strchr(src, ':'); in z_impl_net_addr_pton()
449 src = strchr(src, '.'); in z_impl_net_addr_pton()
/Zephyr-latest/drivers/modem/
Dhl7800.c1829 delim = strchr(value, ','); in on_cmd_atcmdinfo_iccid()
2004 src = strchr(src, '.'); in hl7800_net_addr6_pton()
2015 src = strchr(src, '.'); in hl7800_net_addr6_pton()
2053 delims[i] = strchr(search_start, ','); in on_cmd_atcmdinfo_ipaddr()
2083 sm_start = strchr(search_start, '.'); in on_cmd_atcmdinfo_ipaddr()
2234 if (strchr(value, '(') != NULL) { in on_cmd_atcmdinfo_operator_status()
2252 delims[i] = strchr(search_start, ','); in on_cmd_atcmdinfo_operator_status()
2294 val_start = strchr(value, ':'); in on_cmd_atcmdinfo_serial_number()
2721 p = strchr(line, '"'); in on_cmd_atcmdinfo_pdp_authentication_cfg()
2737 p = strchr(p + 1, '"'); in on_cmd_atcmdinfo_pdp_authentication_cfg()
[all …]
Dublox-sara-r4.c218 while (s >= profiles && !strchr("=", *s)) { in find_apn()
222 while (s >= profiles && strchr(" =", *s)) { in find_apn()
230 while (s >= profiles && !strchr(" ,", *s)) { in find_apn()
Dwncm14a2a.c881 delim1 = strchr(value, ','); in on_cmd_sockdataind()
892 delim2 = strchr(delim1, ','); in on_cmd_sockdataind()
/Zephyr-latest/subsys/net/l2/ieee802154/
Dieee802154_shell.c175 n = strchr(p, ':'); in parse_channel_set()
/Zephyr-latest/drivers/sensor/
Dsensor_shell.c279 const char *decimal_pos = strchr(val_str, '.'); in parse_sensor_value()
983 sensor_name_len_before_at = strchr(sensor_name, '@') - sensor_name; in data_ready_trigger_handler()
/Zephyr-latest/drivers/wifi/esp_at/
Desp_offload.c506 char *strend = strchr(strstart, ','); in cmd_ciprecvdata_parse()
/Zephyr-latest/subsys/net/lib/dns/
Dllmnr_responder.c200 while ((dot = strchr(dot, '.'))) { in add_question()
Dmdns_responder.c209 while ((dot = strchr(dot, '.'))) { in add_answer()

12