/openbmc/linux/tools/include/linux/ |
H A D | string.h | 33 char *strreplace(char *s, char old, char new);
|
/openbmc/linux/fs/smb/server/ |
H A D | misc.c | 212 strreplace(path, '\\', '/'); in ksmbd_conv_path_to_unix() 227 strreplace(path, '/', '\\'); in ksmbd_conv_path_to_windows()
|
/openbmc/linux/drivers/thermal/ |
H A D | thermal_hwmon.c | 106 strreplace(type, '-', '_'); in thermal_hwmon_lookup_by_type() 160 strreplace(hwmon->type, '-', '_'); in thermal_add_hwmon_sysfs()
|
/openbmc/linux/lib/ |
H A D | string_helpers.c | 733 return strreplace(dst, old, new); in kstrdup_and_replace() 1005 char *strreplace(char *str, char old, char new) in strreplace() function 1014 EXPORT_SYMBOL(strreplace);
|
H A D | kobject.c | 291 s = strreplace(t, '/', '!'); in kobject_set_name_vargs()
|
/openbmc/linux/tools/lib/ |
H A D | string.c | 164 char *strreplace(char *s, char old, char new) in strreplace() function
|
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/ |
H A D | of.c | 110 strreplace(board_type, '/', '-'); in brcmf_of_probe()
|
H A D | common.c | 398 strreplace(clmver, '\n', ' '); in brcmf_c_preinit_dcmds()
|
/openbmc/linux/drivers/hwmon/ |
H A D | iio_hwmon.c | 160 strreplace(sname, '-', '_'); in iio_hwmon_probe()
|
/openbmc/linux/mm/kasan/ |
H A D | report_generic.c | 285 strreplace(token, ':', '\0'); in print_decoded_frame_descr()
|
/openbmc/linux/drivers/power/supply/ |
H A D | power_supply_hwmon.c | 391 strreplace(new_name, '-', '_'); in power_supply_add_hwmon_sysfs()
|
/openbmc/linux/fs/efivarfs/ |
H A D | super.c | 189 strreplace(name, '/', '!'); in efivarfs_callback()
|
/openbmc/linux/include/linux/ |
H A D | string.h | 212 char *strreplace(char *str, char old, char new);
|
/openbmc/linux/drivers/clk/ti/ |
H A D | clkctrl.c | 265 strreplace(clock_name, '_', '-'); in clkctrl_get_clock_name()
|
/openbmc/linux/drivers/platform/x86/ |
H A D | think-lmi.c | 1466 strreplace(item, '/', '\\'); in tlmi_analyze() 1515 strreplace(setting->possible_values, ',', ';'); in tlmi_analyze()
|
/openbmc/linux/drivers/pinctrl/ |
H A D | pinctrl-at91.c | 1397 strreplace(name, '-', i + 'A'); in at91_pinctrl_probe() 1879 strreplace(names[i], '-', alias_idx + 'A'); in at91_gpio_probe()
|
/openbmc/linux/init/ |
H A D | main.c | 1154 strreplace(fn_name, ' ', '\0'); in initcall_blacklisted()
|
/openbmc/linux/fs/jbd2/ |
H A D | journal.c | 1690 strreplace(journal->j_devname, '/', '!'); in jbd2_journal_init_dev() 1730 strreplace(journal->j_devname, '/', '!'); in jbd2_journal_init_inode()
|
/openbmc/linux/drivers/firmware/broadcom/ |
H A D | bcm47xx_sprom.c | 151 strreplace(buf, '-', ':'); in nvram_read_macaddr()
|
/openbmc/linux/include/trace/events/ |
H A D | f2fs.h | 2239 (void)strreplace(__get_str(pathbuf), ' ', '_'); 2244 (void)strreplace(__get_str(cmdline), ' ', '_');
|
/openbmc/linux/tools/perf/util/ |
H A D | dso.c | 460 strreplace(m->name, '-', '_'); in __kmod_path__parse()
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_pmu.c | 1275 strreplace((char *)pmu->name, ':', '_'); in i915_pmu_register()
|
/openbmc/linux/kernel/irq/ |
H A D | irqdomain.c | 183 domain->name = strreplace(name, '/', ':'); in __irq_domain_create()
|
/openbmc/linux/fs/proc/ |
H A D | proc_sysctl.c | 1661 strreplace(path, '.', '/'); in process_sysctl_arg()
|
/openbmc/linux/kernel/trace/ |
H A D | blktrace.c | 534 strreplace(buts->name, '/', '_'); in do_blk_trace_setup()
|