Home
last modified time | relevance | path

Searched refs:strpbrk (Results 1 – 25 of 29) sorted by relevance

12

/linux/lib/
H A Dstring.c483 char *strpbrk(const char *cs, const char *ct) in strpbrk() function
493 EXPORT_SYMBOL(strpbrk);
516 end = strpbrk(sbegin, ct); in strsep()
H A Dbootconfig.c858 q = strpbrk(p, "{}=+;:\n#"); in xbc_parse_tree()
H A Ddynamic_debug.c576 split = strpbrk(query, ";\n"); in ddebug_exec_queries()
/linux/arch/riscv/kernel/pi/
H A Dfdt_early.c106 isa_str = strpbrk(isa_str, "sSxXzZ"); in isa_string_contains()
/linux/scripts/kconfig/lxdialog/
H A Dutil.c360 sp = strpbrk(word, "\n "); in print_autowrap()
375 && (!(sp2 = strpbrk(sp, "\n ")) in print_autowrap()
/linux/include/linux/
H A Dstring.h207 extern char * strpbrk(const char *,const char *);
/linux/tools/perf/util/
H A Dcgroup.c413 return !!strpbrk(str, "{}[]()|*+?^$"); in has_pattern_string()
H A Dprobe-event.c1746 tmp = strpbrk(str, "-.["); in parse_perf_probe_arg()
1792 tmp = strpbrk(str, "-.["); in parse_perf_probe_arg()
2807 p = strpbrk(nbase, ".@"); in get_new_event_name()
H A Dparse-events.c630 if (strpbrk(args->evt_glob, "*?") == NULL) { in add_tracepoint_multi_event()
668 if (strpbrk(sys_glob, "*?") == NULL) { in add_tracepoint_multi_sys()
/linux/sound/drivers/
H A Daloop.c1092 sep = strpbrk(str, sep_pref); in loopback_parse_timer_id()
1095 sep = strpbrk(name, sep_dev); in loopback_parse_timer_id()
1120 sep2 = strpbrk(sep + 1, sep_dev); in loopback_parse_timer_id()
/linux/kernel/trace/
H A Dtrace_probe.c238 tmp = strpbrk(symbol, "+-"); in traceprobe_split_symbol_offset()
526 field = strpbrk(varname, ".-"); in split_next_field()
1873 tmp = strpbrk(code->data, "+-"); in traceprobe_update_arg()
H A Dtrace_events_user.c999 char *args = strpbrk(name, " "); in user_event_parse_cmd()
1005 flags = strpbrk(name, ":"); in user_event_parse_cmd()
1217 field = strpbrk(field + len, " "); in user_event_parse_field()
H A Dtrace_events_synth.c1591 p = strpbrk(raw_command, " \t"); in create_or_delete_synth_event()
2176 p = strpbrk(raw_command, " \t"); in create_synth_event()
H A Dtrace_uprobe.c676 ptr = strpbrk(tail, ".-_"); in __trace_uprobe_create()
/linux/scripts/kconfig/
H A Dconfdata.c269 for (p2 = p; (p2 = strpbrk(p2, "\"\\")); p2++) { in conf_set_sym_val()
/linux/init/
H A Dmain.c354 q = strpbrk(val, " \t\r\n") ? "\"" : ""; in xbc_snprint_cmdline()
/linux/sound/soc/codecs/
H A Dmsm8916-wcd-digital.c670 char *dmic_num = strpbrk(w->name, "12"); in msm8916_wcd_digital_enable_dmic()
H A Dwcd9335.c2742 dec = strpbrk(dec_adc_mux_name, "012345678"); in wcd9335_codec_enable_dec()
2870 wname = strpbrk(w->name, "012345"); in wcd9335_codec_enable_dmic()
H A Dwcd934x.c4805 wname = strpbrk(w->name, "012345"); in wcd934x_codec_enable_dmic()
4983 dec = strpbrk(dec_adc_mux_name, "012345678"); in wcd934x_codec_enable_dec()
/linux/fs/smb/client/
H A Ddfs_cache.c1022 s = strpbrk(target + 1, seps); in parse_target_share()
H A Dsmb1ops.c575 if (rc && !(tcon->ses->capabilities & CAP_UNICODE) && strpbrk(full_path, "*?\"><")) in cifs_query_path_info()
H A Dfs_context.c666 pos = strpbrk(devname + 2, delims); in smb3_parse_devname()
/linux/tools/hv/
H A Dhv_kvp_daemon.c750 next_char = strpbrk(address, " \t\\"); in kvp_extract_routes()
/linux/drivers/platform/x86/lenovo/
H A Dthink-lmi.c1000 value = strpbrk(item, ","); in current_value_show()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c1132 p = strpbrk(p, ",)"); in parse_reg_state()

12