Home
last modified time | relevance | path

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

12345678910>>...20

/Linux-v6.6/tools/perf/arch/s390/annotate/
Dinstructions.c13 tok = strchr(ops->raw, ','); in s390_call__parse()
19 name = strchr(endptr, '<'); in s390_call__parse()
26 strchr(name, arch->objdump.skip_functions_char)) in s390_call__parse()
29 tok = strchr(name, '>'); in s390_call__parse()
57 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse()
78 s = strchr(endptr, '<'); in s390_mov__parse()
81 endptr = strchr(s + 1, '>'); in s390_mov__parse()
111 if (strchr(name, 'j') || in s390__associate_ins_ops()
/Linux-v6.6/tools/perf/arch/loongarch/annotate/
Dinstructions.c16 c = strchr(ops->raw, '#'); in loongarch_call__parse()
22 name = strchr(endptr, '<'); in loongarch_call__parse()
26 strchr(name, arch->objdump.skip_functions_char)) in loongarch_call__parse()
29 tok = strchr(name, '>'); in loongarch_call__parse()
61 const char *c = strchr(ops->raw, '#'); in loongarch_jump__parse()
64 ops->raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse()
65 ops->raw_func_start = strchr(ops->raw, '<'); in loongarch_jump__parse()
/Linux-v6.6/tools/lib/api/fs/
Dcgroup.c55 p = strchr(line, ' '); in cgroupfs_find_mountpoint()
61 p = strchr(p, ' '); in cgroupfs_find_mountpoint()
85 if (!strchr(" ,", p[-1]) || !strchr(" ,", p[strlen(subsys)])) in cgroupfs_find_mountpoint()
/Linux-v6.6/tools/perf/util/
Dtime-utils.c81 d = strchr(start_str, ch); in split_start_end()
144 p = skip_spaces(strchr(p, ',') + 1); in perf_time__parse_strs()
185 c = strchr(str, '%'); in parse_percent()
231 p = strchr(str, '/'); in percent_slash_split()
302 p2 = strchr(p1, ','); in percent_comma_split()
372 c = strchr(ostr, '/'); in perf_time__percent_parse_str()
378 c = strchr(ostr, '-'); in perf_time__percent_parse_str()
384 c = strchr(ostr, '%'); in perf_time__percent_parse_str()
405 p2 = strchr(p1, ','); in perf_time__range_alloc()
467 bool has_percent = strchr(time_str, '%'); in perf_time__parse_for_ranges_reltime()
Dcputopo.c60 p = strchr(buf, '\n'); in build_cpu_topology()
91 p = strchr(buf, '\n'); in build_cpu_topology()
121 p = strchr(buf, '\n'); in build_cpu_topology()
170 if (strchr(cpu_list, ',') || strchr(cpu_list, '-')) in cpu_topology__smt_on()
335 if (!strchr(buf, ':')) in load_numa_node()
360 p = strchr(buf, '\n'); in load_numa_node()
396 c = strchr(buf, '\n'); in numa_topology__new()
457 p = strchr(buf, '\n'); in load_hybrid_node()
/Linux-v6.6/drivers/s390/char/
Dtape_class.c58 for (s = strchr(tcd->device_name, '/'); s; s = strchr(s, '/')) in register_tape_dev()
61 for (s = strchr(tcd->mode_name, '/'); s; s = strchr(s, '/')) in register_tape_dev()
/Linux-v6.6/arch/alpha/lib/
Dev67-strchr.S26 .globl strchr
27 .ent strchr
28 strchr: label
89 .end strchr
90 EXPORT_SYMBOL(strchr)
Dstrchr.S16 .globl strchr
17 .ent strchr
18 strchr: label
71 .end strchr
72 EXPORT_SYMBOL(strchr)
/Linux-v6.6/drivers/char/ipmi/
Dipmi_si_hotmod.c64 s = strchr(*curr, ','); in parse_str()
126 s = strchr(curr, ','); in parse_hotmod_str()
139 s = strchr(curr, ','); in parse_hotmod_str()
144 o = strchr(curr, '='); in parse_hotmod_str()
199 next = strchr(curr, ':'); in hotmod_handler()
/Linux-v6.6/arch/um/os-Linux/
Dexecvp.c45 if (strchr (file, '/') != NULL) { in execvp_noalloc()
71 p = strchr(path, ':'); in execvp_noalloc()
73 p = strchr(path, '\0'); in execvp_noalloc()
/Linux-v6.6/include/acpi/platform/
Dacgccex.h20 #ifdef strchr
21 #undef strchr
/Linux-v6.6/drivers/tty/serial/
Dsuncore.c122 s = strchr(s, ','); in sunserial_console_termios()
124 s = strchr(s, ','); in sunserial_console_termios()
126 s = strchr(s, ','); in sunserial_console_termios()
128 s = strchr(s, ','); in sunserial_console_termios()
/Linux-v6.6/arch/arm/lib/
Dstrchr.S14 ENTRY(strchr)
24 ENDPROC(strchr)
/Linux-v6.6/arch/arm64/lib/
Dstrchr.S33 SYM_FUNC_ALIAS_WEAK(strchr, __pi_strchr)
34 EXPORT_SYMBOL_NOKASAN(strchr)
/Linux-v6.6/lib/
Dtest_string.c123 result = strchr(test_string, test_string[i]); in strchr_selftest()
128 result = strchr(empty_string, '\0'); in strchr_selftest()
132 result = strchr(empty_string, 'a'); in strchr_selftest()
136 result = strchr(test_string, 'z'); in strchr_selftest()
/Linux-v6.6/samples/fprobe/
Dfprobe_example.c99 if (strchr(symbol, '*')) { in fprobe_init()
104 } else if (!strchr(symbol, ',')) { in fprobe_init()
116 while ((p = strchr(++p, ',')) != NULL) in fprobe_init()
/Linux-v6.6/tools/perf/arch/arm64/annotate/
Dinstructions.c16 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse()
37 s = strchr(endptr, '<'); in arm64_mov__parse()
40 endptr = strchr(s + 1, '>'); in arm64_mov__parse()
/Linux-v6.6/tools/perf/ui/tui/
Dutil.c85 const char *sep = strchr(t, '\n'); in ui_browser__input_window()
88 sep = strchr(t, '\0'); in ui_browser__input_window()
175 const char *sep = strchr(t, '\n'); in __ui__info_window()
179 sep = strchr(t, '\0'); in __ui__info_window()
/Linux-v6.6/fs/smb/client/
Dunc.c34 delim = strchr(src, '\\'); in extract_hostname()
58 delim = strchr(src, '\\'); in extract_sharename()
/Linux-v6.6/arch/powerpc/platforms/pseries/
Dreconfig.c121 tmp = strchr(buf, ' '); in parse_next_property()
204 buf = strchr(buf, ' '); in do_add_node()
260 buf = strchr(buf, ' '); in parse_node()
306 tmp = strchr(buf,' '); in do_remove_property()
373 tmp = strchr(kbuf, ' '); in ofdt_write()
/Linux-v6.6/fs/
Dbinfmt_misc.c309 p = strchr(p, del); in create_entry()
316 strchr(e->name, '/')) in create_entry()
342 s = strchr(p, del); in create_entry()
423 p = strchr(p, del); in create_entry()
430 p = strchr(p, del); in create_entry()
434 if (!e->magic[0] || strchr(e->magic, '/')) in create_entry()
439 p = strchr(p, del); in create_entry()
447 p = strchr(p, del); in create_entry()
/Linux-v6.6/arch/sh/kernel/
Dmachvec.c48 mv_end = strchr(from, ' '); in early_parse_mv()
52 mv_comma = strchr(from, ','); in early_parse_mv()
/Linux-v6.6/drivers/zorro/
Dgen-devlist.c47 if ((c = strchr(line, '\n'))) in main()
60 bra = strchr(c, '['); in main()
/Linux-v6.6/drivers/pci/hotplug/
Drpadlpar_sysfs.c39 end = strchr(drc_name, '\n'); in add_slot_store()
69 end = strchr(drc_name, '\n'); in remove_slot_store()
/Linux-v6.6/security/tomoyo/
Dutil.c136 char *del = strchr(pos, ' '); in tomoyo_read_token()
563 domainname = strchr(domainname, ' '); in tomoyo_correct_domain()
567 const unsigned char *cp = strchr(domainname, ' '); in tomoyo_correct_domain()
592 cp = strchr(buffer, ' '); in tomoyo_domain_def()
860 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()
863 p_delimiter = strchr(p, '/'); in tomoyo_path_matches_pattern2()
906 f_delimiter = strchr(f, '/'); in tomoyo_path_matches_pattern2()

12345678910>>...20