/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_bash4.right | 3 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"
|
D | var_bash4.tests | 18 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/ |
D | var_bash4.right | 3 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"
|
D | var_bash4.tests | 18 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/ |
D | dollar_repl_slash_bash1.tests | 3 # * replace operator did not escape \ in replace string
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | dollar_repl_slash_bash1.tests | 3 # * replace operator did not escape \ in replace string
|
/busybox-1.35.0/editors/ |
D | sed.c | 309 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 …]
|
D | sed1line.txt | 97 # 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
|
D | vi.c | 2659 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/ |
D | modprobe-small.c | 186 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()
|
D | modutils.h | 50 void replace(char *s, char what, char with) FAST_FUNC;
|
D | modutils.c | 69 void FAST_FUNC replace(char *s, char what, char with) in replace() function
|
D | modprobe.c | 582 replace(argv[i], '-', '_'); in modprobe_main()
|
/busybox-1.35.0/runit/ |
D | svlogd.c | 216 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, ×tamp, &verbose in svlogd_main()
|
/busybox-1.35.0/scripts/ |
D | bloat-o-meter | 48 x = l.replace("[ ", "[", 1).split()
|
D | Makefile.build | 28 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
|
/busybox-1.35.0/scripts/kconfig/ |
D | qconf.cc | 987 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()
|
D | lex.zconf.c_shipped | 1709 /* TODO. We should be able to replace this entire function body 1871 /* Only push if top exists. Otherwise, replace top. */
|
/busybox-1.35.0/ |
D | TODO | 52 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/ |
D | unicode_UTF-8-test.txt | 26 UTF-8 decoders is to replace any malformed UTF-8 sequence by a
|
D | contributing.txt | 202 - Where appropriate, replace preprocessor defined macros and values with
|
D | style-guide.txt | 274 If you want to do a search-and-replace of a single variable name in different
|
/busybox-1.35.0/libbb/ |
D | Config.src | 276 to be non-printable on output device. Many applets replace
|