Searched refs:cases (Results 1 – 25 of 26) sorted by relevance
12
/busybox-1.35.0/docs/ |
D | unit-tests.txt | 4 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
|
D | unicode_UTF-8-test.txt | 67 2 Boundary condition test cases |
|
/busybox-1.35.0/shell/ash_test/ash-signals/ |
D | sigquit_exec.tests | 1 # Should show no masked signals in both cases.
|
/busybox-1.35.0/shell/hush_test/hush-signals/ |
D | sigquit_exec.tests | 1 # Should show no masked signals in both cases.
|
/busybox-1.35.0/shell/hush_test/hush-misc/ |
D | group_in_braces.tests | 1 # Test cases where { cmd } does not require semicolon after "cmd"
|
D | case1.tests | 27 # parsing cases in subshells can easily get messy
|
/busybox-1.35.0/shell/ash_test/ash-misc/ |
D | group_in_braces.tests | 1 # Test cases where { cmd } does not require semicolon after "cmd"
|
D | case1.tests | 27 # parsing cases in subshells can easily get messy
|
/busybox-1.35.0/shell/hush_test/hush-bugs/ |
D | strops5_bug.tests | 8 # (currently "*" does). Thus these cases fail:
|
/busybox-1.35.0/testsuite/ |
D | README | 2 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/ |
D | strops5.tests | 11 # (currently "*" does). Thus these cases fail:
|
/busybox-1.35.0/shell/ash_test/ash-vars/ |
D | var_wordsplit_ifs1.tests | 39 # Note: in IFS="" v=$@ and IFS="" v="$@" cases, bash produces "abc d e"
|
D | var_bash4.tests | 12 # ${v/.../$s}, then all backslashes are preserved in both cases.
|
/busybox-1.35.0/shell/hush_test/hush-vars/ |
D | var_wordsplit_ifs1.tests | 39 # Note: in IFS="" v=$@ and IFS="" v="$@" cases, bash produces "abc d e"
|
D | var_bash4.tests | 12 # ${v/.../$s}, then all backslashes are preserved in both cases.
|
/busybox-1.35.0/shell/hush_test/hush-getopts/ |
D | getopt_simple.tests | 1 # Simple usage cases for getopts.
|
/busybox-1.35.0/shell/ash_test/ash-getopts/ |
D | getopt_simple.tests | 1 # Simple usage cases for getopts.
|
/busybox-1.35.0/networking/ |
D | Config.src | 65 If you disable this option, in the cases where port is explicitly
|
/busybox-1.35.0/archival/libarchive/bz/ |
D | README | 47 special cases in the code which occur with very low but non-zero
|
/busybox-1.35.0/examples/var_service/ |
D | README | 92 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/ |
D | Config.src | 217 editing more robust in some cases. 329 In most cases it's enough to treat only ASCII non-letters
|
/busybox-1.35.0/ |
D | Config.in | 32 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
|
D | INSTALL | 78 are useful in specific cases. "make help" will list them.
|
D | TODO | 30 exercises each command line option and the various corner cases.
|
/busybox-1.35.0/shell/ |
D | ash.c | 932 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