Searched refs:strchr_replace (Results 1 – 4 of 4) sorted by relevance
17 char *strchr_replace(char *s, char c, char r);
65 char *strchr_replace(char *s, char c, char r) in strchr_replace() function
109 strchr_replace(s, 's', 'C'); in test_strchr_replace()
172 strchr_replace(opt->options, '\t', ' '); in kmod_config_add_options()