Symbol: kstrdup_and_replace
drivers/base/core.c
3990
s = kstrdup_and_replace(dev_name(dev), '!', '/', GFP_KERNEL);
drivers/clk/tegra/clk.c
385
node_name = kstrdup_and_replace(hw->init->name, '_', '-', GFP_KERNEL);
drivers/clk/ti/clk.c
127
tmp = kstrdup_and_replace(name, '-', '_', GFP_KERNEL);
drivers/clk/ti/clkctrl.c
499
name = kstrdup_and_replace(end, '-', '_', GFP_KERNEL);
drivers/gpio/gpiolib-cdev.c
600
new = kstrdup_and_replace(orig, '/', ':', GFP_KERNEL);
drivers/platform/mellanox/mlxbf-pmc.c
1797
evt_name = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
drivers/platform/x86/lenovo/think-lmi.c
1107
new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
drivers/platform/x86/lenovo/think-lmi.c
1397
new_setting = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
drivers/platform/x86/lenovo/think-lmi.c
470
new_pwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
drivers/platform/x86/lenovo/think-lmi.c
789
passwd = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
drivers/platform/x86/lenovo/think-lmi.c
852
new_cert = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
drivers/platform/x86/lenovo/think-lmi.c
931
new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
drivers/platform/x86/lenovo/think-lmi.c
958
new_signature = kstrdup_and_replace(buf, '\n', '\0', GFP_KERNEL);
include/linux/string_helpers.h
117
char *kstrdup_and_replace(const char *src, char old, char new, gfp_t gfp);
lib/dynamic_debug.c
648
cl_str = tmp = kstrdup_and_replace(instr, '\n', '\0', GFP_KERNEL);
lib/string_helpers.c
749
EXPORT_SYMBOL_GPL(kstrdup_and_replace);