Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 25 of 26) sorted by relevance

12

/busybox-1.35.0/docs/
Dunit-tests.txt4 This document describes what you need to do to write test cases using the
15 Writing test cases
21 the functions they test. Test cases should be enclosed within an #if, and
Dunicode_UTF-8-test.txt67 2 Boundary condition test cases |
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsigquit_exec.tests1 # Should show no masked signals in both cases.
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsigquit_exec.tests1 # Should show no masked signals in both cases.
/busybox-1.35.0/shell/hush_test/hush-misc/
Dgroup_in_braces.tests1 # Test cases where { cmd } does not require semicolon after "cmd"
Dcase1.tests27 # parsing cases in subshells can easily get messy
/busybox-1.35.0/shell/ash_test/ash-misc/
Dgroup_in_braces.tests1 # Test cases where { cmd } does not require semicolon after "cmd"
Dcase1.tests27 # parsing cases in subshells can easily get messy
/busybox-1.35.0/shell/hush_test/hush-bugs/
Dstrops5_bug.tests8 # (currently "*" does). Thus these cases fail:
/busybox-1.35.0/testsuite/
DREADME2 run all of the test cases, and list those with unexpected outcomes. Adding the
4 cases for particular applets:
26 The test cases for an applet reside in the subdirectory of the applet name.
/busybox-1.35.0/shell/hush_test/hush-test2/
Dstrops5.tests11 # (currently "*" does). Thus these cases fail:
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_wordsplit_ifs1.tests39 # Note: in IFS="" v=$@ and IFS="" v="$@" cases, bash produces "abc d e"
Dvar_bash4.tests12 # ${v/.../$s}, then all backslashes are preserved in both cases.
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_wordsplit_ifs1.tests39 # Note: in IFS="" v=$@ and IFS="" v="$@" cases, bash produces "abc d e"
Dvar_bash4.tests12 # ${v/.../$s}, then all backslashes are preserved in both cases.
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_simple.tests1 # Simple usage cases for getopts.
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_simple.tests1 # Simple usage cases for getopts.
/busybox-1.35.0/networking/
DConfig.src65 If you disable this option, in the cases where port is explicitly
/busybox-1.35.0/archival/libarchive/bz/
DREADME47 special cases in the code which occur with very low but non-zero
/busybox-1.35.0/examples/var_service/
DREADME92 In many cases, network configuration makes it necessary to run several daemons:
94 and in many cases you also want to babysit them.
/busybox-1.35.0/libbb/
DConfig.src217 editing more robust in some cases.
329 In most cases it's enough to treat only ASCII non-letters
/busybox-1.35.0/
DConfig.in32 bool "Provide compatible behavior for rare corner cases (bigger code)"
35 This option makes grep, sed etc handle rare corner cases
650 test cases) as an applet. This results in bigger code, so you
668 being called with a single parameter. In these cases the equivalent
DINSTALL78 are useful in specific cases. "make help" will list them.
DTODO30 exercises each command line option and the various corner cases.
/busybox-1.35.0/shell/
Dash.c932 union node *cases; member
5069 for (np = n->ncase.cases; np; np = np->nclist.next) { in cmdtxt()
8987 funcblocksize = calcsize(funcblocksize, n->ncase.cases); in calcsize()
9107 new->ncase.cases = copynode(n->ncase.cases); in copynode()
9525 for (cp = n->ncase.cases; cp && evalskip == 0; cp = cp->nclist.next) { in evalcase()
12219 cpp = &n1->ncase.cases; in parse_command()

12