Searched refs:strreplace (Results 1 - 25 of 31) sorted by relevance

12

/linux-master/tools/include/linux/
H A Dstring.h33 char *strreplace(char *s, char old, char new);
/linux-master/tools/lib/
H A Dstring.c157 * strreplace - Replace all occurrences of character in string.
164 char *strreplace(char *s, char old, char new) function
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dof.c110 strreplace(board_type, '/', '-');
H A Dcommon.c398 strreplace(clmver, '\n', ' ');
/linux-master/fs/smb/server/
H A Dmisc.c212 strreplace(path, '\\', '/');
227 strreplace(path, '/', '\\');
/linux-master/drivers/thermal/
H A Dthermal_hwmon.c103 strreplace(type, '-', '_');
157 strreplace(hwmon->type, '-', '_');
/linux-master/drivers/hwmon/
H A Diio_hwmon.c160 strreplace(sname, '-', '_');
/linux-master/lib/
H A Dstring_helpers.c740 return strreplace(dst, old, new);
969 * strreplace - Replace all occurrences of character in string.
978 char *strreplace(char *str, char old, char new) function
987 EXPORT_SYMBOL(strreplace); variable
H A Dkobject.c291 s = strreplace(t, '/', '!');
/linux-master/drivers/power/supply/
H A Dpower_supply_hwmon.c390 strreplace(new_name, '-', '_');
/linux-master/mm/kasan/
H A Dreport_generic.c285 strreplace(token, ':', '\0');
/linux-master/drivers/pinctrl/intel/
H A Dpinctrl-intel-platform.c47 strreplace(pin_name, '-', '_');
/linux-master/drivers/platform/x86/
H A Dthink-lmi.c406 strreplace(setting->password, '\n', '\0');
929 strreplace(value, ';', '\0');
1565 strreplace(item, '/', '\\');
1568 strreplace(item, ',', '\0');
1613 strreplace(setting->possible_values, ',', ';');
/linux-master/fs/efivarfs/
H A Dsuper.c230 strreplace(name, '/', '!');
/linux-master/include/linux/
H A Dstring.h278 char *strreplace(char *str, char old, char new);
/linux-master/drivers/clk/ti/
H A Dclkctrl.c265 strreplace(clock_name, '_', '-');
/linux-master/drivers/bluetooth/
H A Dbtbcm.c557 strreplace(board_type, '/', '-');
/linux-master/drivers/pinctrl/
H A Dpinctrl-at91.c1397 strreplace(name, '-', i + 'A');
1876 strreplace(names[i], '-', alias_idx + 'A');
/linux-master/init/
H A Dmain.c1161 strreplace(fn_name, ' ', '\0');
/linux-master/fs/jbd2/
H A Djournal.c1655 strreplace(journal->j_devname, '/', '!');
1695 strreplace(journal->j_devname, '/', '!');
/linux-master/include/trace/events/
H A Df2fs.h2337 (void)strreplace(__get_str(pathbuf), ' ', '_');
2342 (void)strreplace(__get_str(cmdline), ' ', '_');
/linux-master/drivers/firmware/broadcom/
H A Dbcm47xx_sprom.c151 strreplace(buf, '-', ':');
/linux-master/drivers/gpu/drm/i915/
H A Di915_pmu.c1275 strreplace((char *)pmu->name, ':', '_');
/linux-master/tools/perf/util/
H A Ddso.c461 strreplace(m->name, '-', '_');
/linux-master/kernel/irq/
H A Dirqdomain.c186 domain->name = strreplace(name, '/', ':');

Completed in 258 milliseconds

12