Home
last modified time | relevance | path

Searched defs:repl (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/libbb/
Dreplace.c29 … FAST_FUNC xmalloc_substitute_string(const char *src, int count, const char *sub, const char *repl) in xmalloc_substitute_string()
/busybox-1.35.0/runit/
Dsvlogd.c215 char repl; member
238 #define repl (G.repl ) macro
/busybox-1.35.0/shell/
Dhush.c6509 static char *replace_pattern(char *val, const char *pattern, const char *repl, char exp_op) in replace_pattern()
6747 char *pattern, *repl, *t; in expand_one_var() local
/busybox-1.35.0/editors/
Dawk.c2448 static int awk_sub(node *rn, const char *repl, int nm, var *src, var *dest, int subexp) in awk_sub()