Home
last modified time | relevance | path

Searched refs:no (Results 1 – 25 of 106) sorted by relevance

12345

/busybox-1.35.0/docs/
Dposix_conformance.txt12 Some options exist but there is no value in the 'compliant' column: that
13 means no one has yet bothered to make sure that the option does what it is
42 -C | no | no |
43 -T | no | no |
44 -a | no | no |
45 -b | no | no |
46 -c | no | no |
47 -d | no | no |
48 -i | no | no |
49 -m | no | no |
[all …]
/busybox-1.35.0/shell/hush_test/hush-test2/
Dandor1.right2 2:no
5 5:no
6 6:no
Dandor1.tests3 [[ a && '' ]] || echo 2:no
6 [[ "" || "$e" ]] || echo 5:no
7 [[ "" || $e ]] || echo 6:no
Dstrops4.right1 1:no:1
Dstrops5.right2 2:no:1
Dstrops5.tests3 [[ a.z = "*".z ]]; echo 2:no:$?
12 #[[ a.z == "$v" ]]; echo 4:no:$? # BUG: "$v" expands to *.z
Dstrops2.right5 5:no:1
Dstrops1.right8 8:no:1
Dstrops3.right3 3:no:1
Dstrops4.tests2 [[ a > b ]]; echo 1:no:$?
/busybox-1.35.0/
D.indent.pro4 --no-blank-lines-after-commas
9 --no-comment-delimiters-on-blank-lines
25 --no-space-after-function-call-names
/busybox-1.35.0/scripts/kconfig/
Dsymbol.c25 .curr = { "n", no },
29 .curr = { "", no },
84 else if (modules_val == no) in sym_get_type()
126 if (prop->visible.tri != no) in sym_get_default_prop()
138 if (prop->visible.tri != no) in sym_get_range_prop()
199 tri = no; in sym_calc_visibility()
204 if (tri == mod && (sym->type != S_TRISTATE || modules_val == no)) in sym_calc_visibility()
212 tri = no; in sym_calc_visibility()
233 if (def_sym->visible != no) in sym_calc_choice()
240 if (prop->visible.tri == no) in sym_calc_choice()
[all …]
Dconf.c115 if (sym_tristate_within_range(sym, no)) { in conf_askvalue()
189 if (sym_tristate_within_range(sym, no)) { in conf_askvalue()
200 case no: line[0] = 'n'; break; in conf_askvalue()
257 case no: in conf_sym()
267 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
282 newval = no; in conf_sym()
328 case no: in conf_choice()
337 case no: in conf_choice()
/busybox-1.35.0/shell/hush_test/hush-bugs/
Dstrops5_bug.right1 4:no:1
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dnoeol.tests1 # next line has no EOL!
Dnoeol3.tests1 # last line has no EOL!
Dnoeol2.tests1 # last line has no EOL!
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dnoeol.tests1 # next line has no EOL!
Dnoeol3.tests1 # last line has no EOL!
Dnoeol2.tests1 # last line has no EOL!
/busybox-1.35.0/shell/ash_test/ash-arith/
DREADME.ash1 there is no support for (( )) constructs in ash
/busybox-1.35.0/shell/hush_test/hush-quoting/
Dbkslash_in_varexp.tests4 # Glob sets have no escaping at all:
7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dbkslash_in_varexp.tests4 # Glob sets have no escaping at all:
7 # [ and \ need no protections at all: [a[b\c] is a valid set of 5 chars.
/busybox-1.35.0/shell/ash_test/ash-misc/
Dexitcode2.right3 ./exitcode2.tests: line 11: can't open does_not_exist: no such file
/busybox-1.35.0/examples/bootfloppy/etc/
Dprofile5 # no-op

12345