Home
last modified time | relevance | path

Searched refs:strreplace (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/linux/tools/include/linux/
H A Dstring.h33 char *strreplace(char *s, char old, char new);
/openbmc/linux/fs/smb/server/
H A Dmisc.c212 strreplace(path, '\\', '/'); in ksmbd_conv_path_to_unix()
227 strreplace(path, '/', '\\'); in ksmbd_conv_path_to_windows()
/openbmc/linux/drivers/thermal/
H A Dthermal_hwmon.c106 strreplace(type, '-', '_'); in thermal_hwmon_lookup_by_type()
160 strreplace(hwmon->type, '-', '_'); in thermal_add_hwmon_sysfs()
/openbmc/linux/lib/
H A Dstring_helpers.c733 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 Dkobject.c291 s = strreplace(t, '/', '!'); in kobject_set_name_vargs()
/openbmc/linux/tools/lib/
H A Dstring.c164 char *strreplace(char *s, char old, char new) in strreplace() function
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c110 strreplace(board_type, '/', '-'); in brcmf_of_probe()
H A Dcommon.c398 strreplace(clmver, '\n', ' '); in brcmf_c_preinit_dcmds()
/openbmc/linux/drivers/hwmon/
H A Diio_hwmon.c160 strreplace(sname, '-', '_'); in iio_hwmon_probe()
/openbmc/linux/mm/kasan/
H A Dreport_generic.c285 strreplace(token, ':', '\0'); in print_decoded_frame_descr()
/openbmc/linux/drivers/power/supply/
H A Dpower_supply_hwmon.c391 strreplace(new_name, '-', '_'); in power_supply_add_hwmon_sysfs()
/openbmc/linux/fs/efivarfs/
H A Dsuper.c189 strreplace(name, '/', '!'); in efivarfs_callback()
/openbmc/linux/include/linux/
H A Dstring.h212 char *strreplace(char *str, char old, char new);
/openbmc/linux/drivers/clk/ti/
H A Dclkctrl.c265 strreplace(clock_name, '_', '-'); in clkctrl_get_clock_name()
/openbmc/linux/drivers/platform/x86/
H A Dthink-lmi.c1466 strreplace(item, '/', '\\'); in tlmi_analyze()
1515 strreplace(setting->possible_values, ',', ';'); in tlmi_analyze()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-at91.c1397 strreplace(name, '-', i + 'A'); in at91_pinctrl_probe()
1879 strreplace(names[i], '-', alias_idx + 'A'); in at91_gpio_probe()
/openbmc/linux/init/
H A Dmain.c1154 strreplace(fn_name, ' ', '\0'); in initcall_blacklisted()
/openbmc/linux/fs/jbd2/
H A Djournal.c1690 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 Dbcm47xx_sprom.c151 strreplace(buf, '-', ':'); in nvram_read_macaddr()
/openbmc/linux/include/trace/events/
H A Df2fs.h2239 (void)strreplace(__get_str(pathbuf), ' ', '_');
2244 (void)strreplace(__get_str(cmdline), ' ', '_');
/openbmc/linux/tools/perf/util/
H A Ddso.c460 strreplace(m->name, '-', '_'); in __kmod_path__parse()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_pmu.c1275 strreplace((char *)pmu->name, ':', '_'); in i915_pmu_register()
/openbmc/linux/kernel/irq/
H A Dirqdomain.c183 domain->name = strreplace(name, '/', ':'); in __irq_domain_create()
/openbmc/linux/fs/proc/
H A Dproc_sysctl.c1661 strreplace(path, '.', '/'); in process_sysctl_arg()
/openbmc/linux/kernel/trace/
H A Dblktrace.c534 strreplace(buts->name, '/', '_'); in do_blk_trace_setup()

12