/linux-6.12.1/tools/perf/arch/s390/annotate/ |
D | instructions.c | 13 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() 58 char *s = strchr(ops->raw, ','), *target, *endptr; in s390_mov__parse() 79 s = strchr(endptr, '<'); in s390_mov__parse() 82 endptr = strchr(s + 1, '>'); in s390_mov__parse() 112 if (strchr(name, 'j') || in s390__associate_ins_ops()
|
/linux-6.12.1/tools/perf/arch/loongarch/annotate/ |
D | instructions.c | 17 c = strchr(ops->raw, '#'); in loongarch_call__parse() 23 name = strchr(endptr, '<'); in loongarch_call__parse() 27 strchr(name, arch->objdump.skip_functions_char)) in loongarch_call__parse() 30 tok = strchr(name, '>'); in loongarch_call__parse() 63 const char *c = strchr(ops->raw, '#'); in loongarch_jump__parse() 66 ops->jump.raw_comment = strchr(ops->raw, arch->objdump.comment_char); in loongarch_jump__parse() 67 ops->jump.raw_func_start = strchr(ops->raw, '<'); in loongarch_jump__parse()
|
/linux-6.12.1/tools/lib/api/fs/ |
D | cgroup.c | 55 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-6.12.1/tools/perf/util/ |
D | time-utils.c | 81 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()
|
D | string.c | 274 d = strchr(ret, '\\'); in strdup_esc() 284 p = strchr(s + 1, '\\'); in strdup_esc() 316 const char *loc = strchr(haystack, needle); in strreplace_chars() 322 loc = strchr(loc + 1, needle); in strreplace_chars() 330 loc = strchr(haystack, needle); in strreplace_chars() 344 loc = strchr(from, needle); in strreplace_chars()
|
D | cputopo.c | 60 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-6.12.1/drivers/s390/char/ |
D | tape_class.c | 60 for (s = strchr(tcd->device_name, '/'); s; s = strchr(s, '/')) in register_tape_dev() 63 for (s = strchr(tcd->mode_name, '/'); s; s = strchr(s, '/')) in register_tape_dev()
|
/linux-6.12.1/arch/alpha/lib/ |
D | strchr.S | 16 .globl strchr symbol 17 .ent strchr 18 strchr: label 71 .end strchr 72 EXPORT_SYMBOL(strchr)
|
D | ev67-strchr.S | 26 .globl strchr symbol 27 .ent strchr 28 strchr: label 89 .end strchr 90 EXPORT_SYMBOL(strchr)
|
/linux-6.12.1/drivers/char/ipmi/ |
D | ipmi_si_hotmod.c | 64 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-6.12.1/arch/um/os-Linux/ |
D | execvp.c | 45 if (strchr (file, '/') != NULL) { in execvp_noalloc() 71 p = strchr(path, ':'); in execvp_noalloc() 73 p = strchr(path, '\0'); in execvp_noalloc()
|
/linux-6.12.1/include/acpi/platform/ |
D | acgccex.h | 20 #ifdef strchr 21 #undef strchr
|
/linux-6.12.1/drivers/tty/serial/ |
D | suncore.c | 122 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-6.12.1/arch/arm/lib/ |
D | strchr.S | 14 ENTRY(strchr) 24 ENDPROC(strchr)
|
/linux-6.12.1/arch/arm64/lib/ |
D | strchr.S | 33 SYM_FUNC_ALIAS_WEAK(strchr, __pi_strchr) 34 EXPORT_SYMBOL_NOKASAN(strchr)
|
/linux-6.12.1/samples/fprobe/ |
D | fprobe_example.c | 99 if (strchr(symbol, '*')) { in fprobe_init() 104 } else if (!strchr(symbol, ',')) { in fprobe_init() 116 while ((p = strchr(++p, ',')) != NULL) in fprobe_init()
|
/linux-6.12.1/tools/perf/arch/arm64/annotate/ |
D | instructions.c | 17 char *s = strchr(ops->raw, ','), *target, *endptr; in arm64_mov__parse() 38 s = strchr(endptr, '<'); in arm64_mov__parse() 41 endptr = strchr(s + 1, '>'); in arm64_mov__parse()
|
/linux-6.12.1/tools/testing/selftests/net/tcp_ao/lib/ |
D | proc.c | 61 column = strchr(line, ':'); in lookup_get_column() 75 while ((pos = strchr(pos, ' '))) { in netstat_read_type() 87 pos = strchr(line, ' ') + 1; in netstat_read_type() 96 const char *new_pos = strchr(pos, ' '); in netstat_read_type() 100 new_pos = strchr(pos, '\n'); in netstat_read_type()
|
/linux-6.12.1/tools/perf/ui/tui/ |
D | util.c | 85 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-6.12.1/fs/smb/client/ |
D | unc.c | 34 delim = strchr(src, '\\'); in extract_hostname() 58 delim = strchr(src, '\\'); in extract_sharename()
|
/linux-6.12.1/arch/powerpc/platforms/pseries/ |
D | reconfig.c | 121 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-6.12.1/arch/x86/platform/geode/ |
D | alix.c | 82 a = strchr(name, '\0'); in alix_present() 87 a = strchr(name, '\r'); in alix_present()
|
/linux-6.12.1/arch/sh/kernel/ |
D | machvec.c | 48 mv_end = strchr(from, ' '); in early_parse_mv() 52 mv_comma = strchr(from, ','); in early_parse_mv()
|
/linux-6.12.1/fs/ |
D | binfmt_misc.c | 381 p = strchr(p, del); in create_entry() 388 strchr(e->name, '/')) in create_entry() 414 s = strchr(p, del); in create_entry() 495 p = strchr(p, del); in create_entry() 502 p = strchr(p, del); in create_entry() 506 if (!e->magic[0] || strchr(e->magic, '/')) in create_entry() 511 p = strchr(p, del); in create_entry() 519 p = strchr(p, del); in create_entry()
|
/linux-6.12.1/drivers/md/dm-vdo/ |
D | thread-utils.c | 53 char *name_colon = strchr(name, ':'); in vdo_create_thread() 54 char *my_name_colon = strchr(current->comm, ':'); in vdo_create_thread()
|