Home
last modified time | relevance | path

Searched refs:replace (Results 1 – 23 of 23) sorted by relevance

/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_bash4.right3 Pattern: single backslash and star: "replace literal star"
8 Pattern: double backslash and star: "replace backslash and everything after it"
16 Pattern: single backslash and b: "replace b"
21 Pattern: double backslash and b: "replace backslash and b"
29 Pattern: single backslash and b: "replace b"
34 Pattern: double backslash and b: "replace backslash and b"
Dvar_bash4.tests18 echo 'Pattern: ' 'single backslash and star: "replace literal star"'
26 echo 'Pattern: ' 'double backslash and star: "replace backslash and everything after it"'
40 echo 'Pattern: ' 'single backslash and b: "replace b"'
48 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
63 echo 'Pattern: ' 'single backslash and b: "replace b"'
71 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_bash4.right3 Pattern: single backslash and star: "replace literal star"
8 Pattern: double backslash and star: "replace backslash and everything after it"
16 Pattern: single backslash and b: "replace b"
21 Pattern: double backslash and b: "replace backslash and b"
29 Pattern: single backslash and b: "replace b"
34 Pattern: double backslash and b: "replace backslash and b"
Dvar_bash4.tests18 echo 'Pattern: ' 'single backslash and star: "replace literal star"'
26 echo 'Pattern: ' 'double backslash and star: "replace backslash and everything after it"'
40 echo 'Pattern: ' 'single backslash and b: "replace b"'
48 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
63 echo 'Pattern: ' 'single backslash and b: "replace b"'
71 echo 'Pattern: ' 'double backslash and b: "replace backslash and b"'
/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_repl_slash_bash1.tests3 # * replace operator did not escape \ in replace string
/busybox-1.35.0/shell/ash_test/ash-quoting/
Ddollar_repl_slash_bash1.tests3 # * replace operator did not escape \ in replace string
/busybox-1.35.0/editors/
Dsed.c309 static int parse_regex_delim(const char *cmdstr, char **match, char **replace) in parse_regex_delim() argument
328 *replace = copy_parsing_escapes(cmdstr_ptr, idx); in parse_regex_delim()
581 char *match, *replace; in parse_cmd_args() local
584 cmdstr += parse_regex_delim(cmdstr, &match, &replace)+1; in parse_cmd_args()
587 parse_escapes(replace, replace, -1, i, i); in parse_cmd_args()
590 for (i = 0; match[i] && replace[i]; i++) { in parse_cmd_args()
592 sed_cmd->string[i*2+1] = replace[i]; in parse_cmd_args()
595 free(replace); in parse_cmd_args()
742 static void do_subst_w_backrefs(char *line, char *replace) in do_subst_w_backrefs() argument
747 for (i = 0; replace[i]; i++) { in do_subst_w_backrefs()
[all …]
Dsed1line.txt97 # substitute (find and replace) "foo" with "bar" on each line
101 sed 's/\(.*\)foo\(.*foo\)/\1bar\2/' # replace the next-to-last case
102 sed 's/\(.*\)foo/\1bar/' # replace only the last case
129 # and replace the "=" with a single space
399 sed 's/foo/bar/g' filename # standard replace command
Dvi.c2659 const char *replace; in expand_args() local
2664 replace = current_filename; in expand_args()
2666 replace = alt_filename; in expand_args()
2675 if (replace == NULL) { in expand_args()
2682 t = xasprintf("%s%s%s", args, replace, s+1); in expand_args()
2683 s = t + (s - args) + strlen(replace); in expand_args()
/busybox-1.35.0/modutils/
Dmodprobe-small.c186 static void replace(char *s, char what, char with) in replace() function
230 replace(dst, ' ', '\0'); in str_2_list()
362 replace(info->aliases, '-', '_'); in parse_module()
368 replace(ptr, ',', ' '); in parse_module()
369 replace(ptr, '-', '_'); in parse_module()
700 replace(name, '-', '_'); in process_module()
728 replace(options, '\n', ' '); in process_module()
Dmodutils.h50 void replace(char *s, char what, char with) FAST_FUNC;
Dmodutils.c69 void FAST_FUNC replace(char *s, char what, char with) in replace() function
Dmodprobe.c582 replace(argv[i], '-', '_'); in modprobe_main()
/busybox-1.35.0/runit/
Dsvlogd.c216 const char *replace; member
239 #define replace (G.replace ) macro
250 replace = ""; \
973 for (j = 0; replace[j]; ++j) { in buffer_pread()
974 if (ch == replace[j]) { in buffer_pread()
1063 &r, &replace, &l, &b, &timestamp, &verbose in svlogd_main()
/busybox-1.35.0/scripts/
Dbloat-o-meter48 x = l.replace("[ ", "[", 1).split()
DMakefile.build28 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
/busybox-1.35.0/scripts/kconfig/
Dqconf.cc987 res.replace(i, 1, "<"); in print_filter()
991 res.replace(i, 1, ">"); in print_filter()
995 res.replace(i, 1, "&"); in print_filter()
999 res.replace(i, 1, """); in print_filter()
1003 res.replace(i, 1, "<br>"); in print_filter()
Dlex.zconf.c_shipped1709 /* TODO. We should be able to replace this entire function body
1871 /* Only push if top exists. Otherwise, replace top. */
/busybox-1.35.0/
DTODO52 implementation to replace loadkmap/dumpkmap. Plus messing with console font
69 Busybox should now be able to replace bzip2, coreutils, e2fsprogs, file,
79 would be nice to be able to upgrade busybox to be able to replace bash and
/busybox-1.35.0/docs/
Dunicode_UTF-8-test.txt26 UTF-8 decoders is to replace any malformed UTF-8 sequence by a
Dcontributing.txt202 - Where appropriate, replace preprocessor defined macros and values with
Dstyle-guide.txt274 If you want to do a search-and-replace of a single variable name in different
/busybox-1.35.0/libbb/
DConfig.src276 to be non-printable on output device. Many applets replace