Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/tools/include/linux/
H A Dstring.h33 char *strreplace(char *s, char old, char new);
/kernel/linux/linux-6.6/tools/include/linux/
H A Dstring.h33 char *strreplace(char *s, char old, char new);
/kernel/linux/linux-6.6/fs/smb/server/
H A Dmisc.c212 strreplace(path, '\\', '/'); in ksmbd_conv_path_to_unix()
227 strreplace(path, '/', '\\'); in ksmbd_conv_path_to_windows()
/kernel/linux/linux-6.6/lib/
H A Dstring_helpers.c733 return strreplace(dst, old, new); in kstrdup_and_replace()
996 * strreplace - Replace all occurrences of character in string.
1005 char *strreplace(char *str, char old, char new) in strreplace() function
1014 EXPORT_SYMBOL(strreplace); variable
/kernel/linux/linux-5.10/drivers/thermal/
H A Dthermal_hwmon.c97 strreplace(type, '-', '_'); in thermal_hwmon_lookup_by_type()
151 strreplace(hwmon->type, '-', '_'); in thermal_add_hwmon_sysfs()
/kernel/linux/linux-6.6/drivers/thermal/
H A Dthermal_hwmon.c106 strreplace(type, '-', '_'); in thermal_hwmon_lookup_by_type()
160 strreplace(hwmon->type, '-', '_'); in thermal_add_hwmon_sysfs()
/kernel/linux/linux-5.10/tools/lib/
H A Dstring.c157 * strreplace - Replace all occurrences of character in string.
164 char *strreplace(char *s, char old, char new) in strreplace() function
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/tools/lib/
H A Dstring.c157 * strreplace - Replace all occurrences of character in string.
164 char *strreplace(char *s, char old, char new) in strreplace() function
/kernel/linux/linux-5.10/drivers/hwmon/
H A Diio_hwmon.c156 strreplace(sname, '-', '_'); in iio_hwmon_probe()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Diio_hwmon.c160 strreplace(sname, '-', '_'); in iio_hwmon_probe()
/kernel/linux/linux-5.10/lib/
H A Dstring.c1134 * strreplace - Replace all occurrences of character in string.
1141 char *strreplace(char *s, char old, char new) in strreplace() function
1148 EXPORT_SYMBOL(strreplace); variable
/kernel/linux/linux-5.10/fs/efivarfs/
H A Dsuper.c146 strreplace(name, '/', '!'); in efivarfs_callback()
/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dclkctrl.c273 strreplace(clock_name, '_', '-'); in clkctrl_get_clock_name()
491 strreplace(name, '-', '_'); in clkctrl_get_name()
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dpower_supply_hwmon.c401 strreplace(new_name, '-', '_'); in power_supply_add_hwmon_sysfs()
/kernel/linux/linux-6.6/fs/efivarfs/
H A Dsuper.c192 strreplace(name, '/', '!'); in efivarfs_callback()
/kernel/linux/linux-6.6/include/linux/
H A Dstring.h212 char *strreplace(char *str, char old, char new);
/kernel/linux/linux-6.6/drivers/power/supply/
H A Dpower_supply_hwmon.c390 strreplace(new_name, '-', '_'); in power_supply_add_hwmon_sysfs()
/kernel/linux/linux-6.6/mm/kasan/
H A Dreport_generic.c285 strreplace(token, ':', '\0'); in print_decoded_frame_descr()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dcommon.c290 strreplace(clmver, '\n', ' '); in brcmf_c_preinit_dcmds()
/kernel/linux/linux-5.10/include/linux/
H A Dstring.h171 char *strreplace(char *s, char old, char new);
/kernel/linux/linux-5.10/mm/kasan/
H A Dreport.c286 strreplace(token, ':', '\0'); in print_decoded_frame_descr()
/kernel/linux/linux-6.6/drivers/platform/x86/
H A Dthink-lmi.c1464 strreplace(item, '/', '\\'); in tlmi_analyze()
1513 strreplace(setting->possible_values, ',', ';'); in tlmi_analyze()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dclkctrl.c265 strreplace(clock_name, '_', '-'); in clkctrl_get_clock_name()

Completed in 16 milliseconds

123