Home
last modified time | relevance | path

Searched defs:replace (Results 1 – 5 of 5) sorted by relevance

/busybox-1.35.0/modutils/
Dmodutils.c69 void FAST_FUNC replace(char *s, char what, char with) in replace() function
Dmodprobe-small.c186 static void replace(char *s, char what, char with) in replace() function
/busybox-1.35.0/editors/
Dsed.c309 static int parse_regex_delim(const char *cmdstr, char **match, char **replace) in parse_regex_delim()
581 char *match, *replace; in parse_cmd_args() local
742 static void do_subst_w_backrefs(char *line, char *replace) in do_subst_w_backrefs()
Dvi.c2659 const char *replace; in expand_args() local
/busybox-1.35.0/runit/
Dsvlogd.c216 const char *replace; member
239 #define replace (G.replace ) macro