Home
last modified time | relevance | path

Searched refs:strchr_replace (Results 1 – 4 of 4) sorted by relevance

/external/kmod/shared/
Dutil.h17 char *strchr_replace(char *s, char c, char r);
Dutil.c65 char *strchr_replace(char *s, char c, char r) in strchr_replace() function
/external/kmod/testsuite/
Dtest-util.c109 strchr_replace(s, 's', 'C'); in test_strchr_replace()
/external/kmod/libkmod/
Dlibkmod-config.c172 strchr_replace(opt->options, '\t', ' '); in kmod_config_add_options()