/Zephyr-latest/lib/libc/minimal/source/string/ |
D | strspn.c | 15 while ((*s != '\0') && (strchr(accept, *s) != NULL)) { in strspn() 27 while ((*s != '\0') && (strchr(reject, *s) == NULL)) { in strcspn()
|
D | string.c | 69 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/ |
D | getopt.c | 108 if (strchr(ostr, '-') == NULL) { in getopt() 119 oli = strchr(ostr, state->optopt); in getopt()
|
D | getopt_long.c | 204 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/ |
D | fnmatch.c | 179 strchr(string, '/') == NULL in fnmatchx() 186 string = strchr(string, '/'); in fnmatchx()
|
D | env.c | 48 if (name == NULL || namelen == 0 || strchr(name, '=') != NULL) { in findenv()
|
/Zephyr-latest/lib/libc/minimal/include/ |
D | string.h | 24 extern char *strchr(const char *s, int c);
|
/Zephyr-latest/drivers/rtc/ |
D | rtc_shell.c | 168 if (strchr(argv[1], 'T')) { in cmd_set() 170 } else if (strchr(argv[1], '-')) { in cmd_set()
|
/Zephyr-latest/lib/posix/shell/ |
D | env.c | 87 value = strchr(argv[1], '='); in cmd_env_set()
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_libraries.cmake | 28 # link dependency to libc (strchr), but libc also has dependencies to libgcc.
|
/Zephyr-latest/subsys/logging/backends/ |
D | log_backend_fs.c | 71 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/ |
D | settings.c | 100 char *pos = strchr(line, '='); in settings_custom_load()
|
/Zephyr-latest/scripts/coccinelle/ |
D | symbols.txt | 187 strchr
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_util.c | 341 if (strchr(buf, '-')) { in lwm2m_atof() 345 pos = strchr(buf, '.'); in lwm2m_atof()
|
D | lwm2m_pull_context.c | 158 while (len > 0 && (next_slash = strchr(cursor, '/')) != NULL) { in transfer_request()
|
D | lwm2m_rw_json.c | 823 demiliter_pos = strchr(fd->array_object.val_object_link, ':'); in get_objlnk()
|
/Zephyr-latest/subsys/net/ip/ |
D | utils.c | 362 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/ |
D | hl7800.c | 1829 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 …]
|
D | ublox-sara-r4.c | 218 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()
|
D | wncm14a2a.c | 881 delim1 = strchr(value, ','); in on_cmd_sockdataind() 892 delim2 = strchr(delim1, ','); in on_cmd_sockdataind()
|
/Zephyr-latest/subsys/net/l2/ieee802154/ |
D | ieee802154_shell.c | 175 n = strchr(p, ':'); in parse_channel_set()
|
/Zephyr-latest/drivers/sensor/ |
D | sensor_shell.c | 279 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/ |
D | esp_offload.c | 506 char *strend = strchr(strstart, ','); in cmd_ciprecvdata_parse()
|
/Zephyr-latest/subsys/net/lib/dns/ |
D | llmnr_responder.c | 200 while ((dot = strchr(dot, '.'))) { in add_question()
|
D | mdns_responder.c | 209 while ((dot = strchr(dot, '.'))) { in add_answer()
|