Searched refs:here (Results 1 – 25 of 41) sorted by relevance
12
/busybox-1.35.0/shell/hush_test/hush-quoting/ |
D | dollar_repl_slash_bash1.tests | 1 # The bug here was triggered by: 9 echo "${IP//./\\.}"'[' # bug was here 10 echo "${IP//./\\.}[" # bug was here 11 echo "${IP//./\\\\.}[" # bug was here 16 echo "${IP//./\\.}"'[' # bug was here 17 echo "${IP//./\\.}[" # bug was here 18 echo "${IP//./\\\\.}[" # bug was here
|
/busybox-1.35.0/shell/ash_test/ash-quoting/ |
D | dollar_repl_slash_bash1.tests | 1 # The bug here was triggered by: 9 echo "${IP//./\\.}"'[' # bug was here 10 echo "${IP//./\\.}[" # bug was here 11 echo "${IP//./\\\\.}[" # bug was here 16 echo "${IP//./\\.}"'[' # bug was here 17 echo "${IP//./\\.}[" # bug was here 18 echo "${IP//./\\\\.}[" # bug was here
|
D | mode_x.tests | 13 # +x code should quote 'if' here:
|
/busybox-1.35.0/shell/hush_test/hush-heredoc/ |
D | heredoc.tests | 1 # check order and content of multiple here docs 23 # check quoted here-doc is protected 32 # check that quoted here-documents don't have \newline processing done 42 # check that \newline is removed at start of here-doc 48 # check that \newline removal works for here-doc delimiter 54 # check operation of tab removal in here documents 61 # check appending of text to file from here document 73 # make sure command printing puts the here-document as the last redirection 89 #hush# bash warns: "here-document at line N delimited by end-of-file", 92 #hush# # check that end of file delimits a here-document
|
/busybox-1.35.0/shell/ash_test/ash-heredoc/ |
D | heredoc.tests | 1 # check order and content of multiple here docs 23 # check quoted here-doc is protected 32 # check that quoted here-documents don't have \newline processing done 42 # check that \newline is removed at start of here-doc 48 #ash# # check that \newline removal works for here-doc delimiter 54 # check operation of tab removal in here documents 61 # check appending of text to file from here document 73 # make sure command printing puts the here-document as the last redirection 89 # check that end of file delimits a here-document
|
/busybox-1.35.0/procps/ |
D | pstree.c | 222 const char *here; in out_args() local 226 for (here = mystr; *here; here++) { in out_args() 227 if (*here == '\\') { in out_args() 230 } else if (*here >= ' ' && *here < 0x7f) { in out_args() 231 out_char(*here); in out_args() 234 sprintf(tmpstr, "\\%03o", (unsigned char) *here); in out_args()
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | while3.tests | 2 # bash will require at least ":" here...
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | sigint1.tests | 11 # In one second, we (main shell) get SIGINT here. 14 # bash will not stop here. It will execute next command(s). 16 # The rationale for this is described here:
|
D | signal7.tests | 5 # here:
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | sigint1.tests | 11 # In one second, we (main shell) get SIGINT here. 14 # bash will not stop here. It will execute next command(s). 16 # The rationale for this is described here:
|
D | signal7.tests | 5 # here:
|
/busybox-1.35.0/docs/ |
D | smallint.txt | 14 You save nothing on space here because i is not stored on-stack, 36 they are pushed on-stack or stored in registers, bytes here are *harder*
|
D | busybox_footer.pod | 32 listed here so you can obtain your bit of eternal glory. If you should be 33 listed here, or the description of what you have done needs more detail, or is 191 still be found hiding here and there...
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_leak.tests | 12 # ash follows the "special builtin leaks variables" rule here:
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_nested.tests | 5 # What we focus on here is that all options are reported
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_nested.tests | 5 # What we focus on here is that all options are reported
|
/busybox-1.35.0/networking/ssl_helper-wolfssl/ |
D | README | 9 to a wolfssl-3.9.8 subdirectory here.
|
/busybox-1.35.0/shell/ash_test/ash-glob/ |
D | glob2.tests | 9 v='\*'; echo 'Z\* :' Z$v # ash is buggy here: prints 'Z\f'
|
/busybox-1.35.0/testsuite/tar/ |
D | tar_with_link_with_size | 6 # GNU tar 1.15.1 has a bug here: tf won't work, but xf will.
|
/busybox-1.35.0/ |
D | Config.in | 76 issuing wrong command syntax, you can say 'N' here, 165 option enabled, the 'crond.reboot' file is also stored here. 275 Robert 'sandman' Griebl has more information here: 390 you may force NOMMU build here. 612 Say Y here to compile with debug information. 637 Say Y here if you want to enable runtime sanitizers. These help 643 If you aren't developing/testing busybox, say N here. 649 Say Y here if you want to build unit tests (both the framework and 672 If you aren't developing busybox, say N here.
|
D | AUTHORS | 3 If you have code in BusyBox, you should be listed here. If you should be 123 still be found hiding here and there...
|
D | TODO | 45 config option for "date" are low hanging fruit here?) 49 at it? (There's some infrastructure here we don't implement: The 241 you can find the latest POSIX documentation (1003.1-2008) here:
|
/busybox-1.35.0/shell/hush_test/hush-z_slow/ |
D | leak_all2.tests | 2 # Cramming all kinds of weird commands in here.
|
/busybox-1.35.0/shell/ |
D | ash_doc.txt | 3 We had some bugs here which are hard to test in testsuite.
|
/busybox-1.35.0/findutils/ |
D | grep.c | 212 # define REG_NOSUB bug:is:here /* should not be used */ 215 # define REG_ICASE bug:is:here /* should not be used */
|
12