Home
last modified time | relevance | path

Searched refs:here (Results 1 – 25 of 41) sorted by relevance

12

/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_repl_slash_bash1.tests1 # 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/
Ddollar_repl_slash_bash1.tests1 # 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
Dmode_x.tests13 # +x code should quote 'if' here:
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc.tests1 # 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/
Dheredoc.tests1 # 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/
Dpstree.c222 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/
Dwhile3.tests2 # bash will require at least ":" here...
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsigint1.tests11 # 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:
Dsignal7.tests5 # here:
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsigint1.tests11 # 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:
Dsignal7.tests5 # here:
/busybox-1.35.0/docs/
Dsmallint.txt14 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*
Dbusybox_footer.pod32 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/
Dvar_leak.tests12 # ash follows the "special builtin leaks variables" rule here:
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_nested.tests5 # What we focus on here is that all options are reported
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_nested.tests5 # What we focus on here is that all options are reported
/busybox-1.35.0/networking/ssl_helper-wolfssl/
DREADME9 to a wolfssl-3.9.8 subdirectory here.
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob2.tests9 v='\*'; echo 'Z\* :' Z$v # ash is buggy here: prints 'Z\f'
/busybox-1.35.0/testsuite/tar/
Dtar_with_link_with_size6 # GNU tar 1.15.1 has a bug here: tf won't work, but xf will.
/busybox-1.35.0/
DConfig.in76 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.
DAUTHORS3 If you have code in BusyBox, you should be listed here. If you should be
123 still be found hiding here and there...
DTODO45 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/
Dleak_all2.tests2 # Cramming all kinds of weird commands in here.
/busybox-1.35.0/shell/
Dash_doc.txt3 We had some bugs here which are hard to test in testsuite.
/busybox-1.35.0/findutils/
Dgrep.c212 # define REG_NOSUB bug:is:here /* should not be used */
215 # define REG_ICASE bug:is:here /* should not be used */

12