Searched defs:repl (Results 1 – 4 of 4) sorted by relevance
/busybox-1.35.0/libbb/ |
D | replace.c | 29 … 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/ |
D | svlogd.c | 215 char repl; member 238 #define repl (G.repl ) macro
|
/busybox-1.35.0/shell/ |
D | hush.c | 6509 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/ |
D | awk.c | 2448 static int awk_sub(node *rn, const char *repl, int nm, var *src, var *dest, int subexp) in awk_sub()
|