Home
last modified time | relevance | path

Searched refs:z (Results 1 – 25 of 101) sorted by relevance

12345

/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob_dir.right1 dirtest/z.tmp
2 dirtest/z.tmp
3 dirtest/z.tmp
4 dirtest/z.tmp
5 dirtest/z.tmp
6 dirtest/z.tmp
7 dirtest/z.tmp
8 dirtest/z.tmp
9 dirtest/z.tmp
11 */z.tmp
[all …]
Dglob_dir.tests2 >dirtest/z.tmp
4 echo */z.tmp
5 echo */z.*
7 echo */z*p
8 echo d*r*e*t/z*p
9 echo *"/z.t"mp
10 echo */z"."*
11 echo *"/z"*"p"
12 echo "d"*r*e*t"/"z*p
14 echo \*/z.tmp
[all …]
Dglob_and_assign.right1 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
2 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
4 ZVAR=z.tmp z.tmp
5 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
6 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
Dglob_and_assign.tests1 >ZVAR=z.tmp
2 >z.tmp
3 ZVAR=*.tmp echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
4 ZVAR=*.tmp /bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
8 echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
9 /bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
10 rm ZVAR=z.tmp z.tmp
Dglob2.tests2 # \z -> \\\z; \<eol> -> \\<eol> (for any z, special or not),
3 # and subsequently globbing converts \\ to \ and treats \z as literal z
14 v='\z'; echo 'Z\z :' Z$v
15 echo 'Zz :' Z\z
16 echo 'Z\z :' Z\\z
17 echo 'Z\z :' Z\\\z
/busybox-1.35.0/shell/hush_test/hush-glob/
Dglob_dir.right1 dirtest/z.tmp
2 dirtest/z.tmp
3 dirtest/z.tmp
4 dirtest/z.tmp
5 dirtest/z.tmp
6 dirtest/z.tmp
7 dirtest/z.tmp
8 dirtest/z.tmp
9 dirtest/z.tmp
11 */z.tmp
[all …]
Dglob_dir.tests2 >dirtest/z.tmp
4 echo */z.tmp
5 echo */z.*
7 echo */z*p
8 echo d*r*e*t/z*p
9 echo *"/z.t"mp
10 echo */z"."*
11 echo *"/z"*"p"
12 echo "d"*r*e*t"/"z*p
14 echo \*/z.tmp
[all …]
Dglob_and_assign.right1 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
2 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
4 ZVAR=z.tmp z.tmp
5 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
6 ZVAR=z.tmp ZVAR=*.tmp ZVAR=[z].tmp
Dglob2.tests2 # \z -> \\\z; \<eol> -> \\<eol> (for any z, special or not),
3 # and subsequently globbing converts \\ to \ and treats \z as literal z
14 v='\z'; echo 'Z\z :' Z$v
15 echo 'Zz :' Z\z
16 echo 'Z\z :' Z\\z
17 echo 'Z\z :' Z\\\z
Dglob_and_assign.tests1 >ZVAR=z.tmp
2 >z.tmp
3 ZVAR=*.tmp echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
4 ZVAR=*.tmp /bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
8 echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
9 /bin/echo ZVAR=*.tmp "ZVAR=*.tmp" "ZVAR=[z].tmp"
10 rm ZVAR=z.tmp z.tmp
/busybox-1.35.0/shell/hush_test/hush-quoting/
Dbkslash_case1.tests4 case z in
5 \z ) echo ok1 ;;
8 case \z in
9 z ) echo ok2 ;;
12 case \z in
13 \z ) echo ok3 ;;
16 case z in
17 \z ) echo ok4 ;;
20 case \\z in
21 \\z ) echo ok5 ;;
[all …]
Ddollar_repl_bash1.tests4 f ${v/'x'/"y z"}
5 f ${v/"x"/'y z'}
6 f "${v/'x'/"y z"}"
7 f "${v/"x"/'y z'}"
9 f ${v//'x'/"y z"}
10 f ${v//"x"/'y z'}
11 f "${v//'x'/"y z"}"
12 f "${v//"x"/'y z'}"
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc_backslash1.right6 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
7 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
8 123456 `echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-'`
9 123456 $(echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-')
16 123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
17 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
18 123456 v-$a-\t-\-\"-\x-`-\--\z-\*-\?-
19 123456 v-$a-\t-\\-\"-\x-\`-\--\z-\*-\?-
27 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
28 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
[all …]
Dheredoc_backslash1.tests12 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
13 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
14 123456 `echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-'`
15 123456 $(echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-')
26 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
27 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
28 123456 `echo v'-$a-\t-\\-\"-\x-\`-\--\z-\*-\?-'`
29 123456 $(echo v'-$a-\t-\\-\"-\x-\`-\--\z-\*-\?-')
41 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
42 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
[all …]
/busybox-1.35.0/shell/ash_test/ash-quoting/
Dbkslash_case1.tests4 case z in
5 \z ) echo ok1 ;;
8 case \z in
9 z ) echo ok2 ;;
12 case \z in
13 \z ) echo ok3 ;;
16 case z in
17 \z ) echo ok4 ;;
20 case \\z in
21 \\z ) echo ok5 ;;
[all …]
Ddollar_repl_bash1.tests4 f ${v/'x'/"y z"}
5 f ${v/"x"/'y z'}
6 f "${v/'x'/"y z"}"
7 f "${v/"x"/'y z'}"
9 f ${v//'x'/"y z"}
10 f ${v//"x"/'y z'}
11 f "${v//'x'/"y z"}"
12 f "${v//"x"/'y z'}"
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc_backslash1.right6 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
7 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
8 123456 `echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-'`
9 123456 $(echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-')
16 123456 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
17 -qwerty-\t-\-\"-\'-`-\--\z-\*-\?-
18 123456 v-$a-\t-\-\"-\x-`-\--\z-\*-\?-
19 123456 v-$a-\t-\\-\"-\x-\`-\--\z-\*-\?-
27 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
28 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
[all …]
Dheredoc_backslash1.tests12 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
13 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
14 123456 `echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-'`
15 123456 $(echo v'-$a-\t-\\-\"-\'-\`-\--\z-\*-\?-')
26 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
27 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
28 123456 `echo v'-$a-\t-\\-\"-\x-\`-\--\z-\*-\?-'`
29 123456 $(echo v'-$a-\t-\\-\"-\x-\`-\--\z-\*-\?-')
41 123456 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
42 -$a-\t-\\-\"-\'-\`-\--\z-\*-\?-
[all …]
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_unbackslash.right1 b1=-qwerty-t-\-"-`---z-*-?-
2 b1=-qwerty-t-\-"-`---z-*-?-
3 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
4 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
5 b3=-$a-\t-\\-\"-\`-\--\z-\*-\?-
6 b3=-$a-\t-\\-\"-\`-\--\z-\*-\?-
7 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
8 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
9 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
10 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
Dvar_bash6.tests5 v='a bz'; echo 'a*z :' "${v/a*z/a*z}"
6 v='a bz'; echo 'z :' "${v/a*z/\z}"
7 v='a bz'; echo 'a1z a2z:' ${v/a*z/a*z}
8 v='a bz'; echo 'z :' ${v/a*z/\z}
Dvar_bash6.right2 a*z : a*z
3 z : z
5 z : z
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_unbackslash.right1 b1=-qwerty-t-\-"-`---z-*-?-
2 b1=-qwerty-t-\-"-`---z-*-?-
3 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
4 b2=-qwerty-\t-\-"-`-\--\z-\*-\?-
5 b3=-$a-\t-\\-\"-\`-\--\z-\*-\?-
6 b3=-$a-\t-\\-\"-\`-\--\z-\*-\?-
7 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
8 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
9 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
10 c=-$a-\t-\\-\"-\`-\--\z-\*-\?-
Dvar_bash6.tests5 v='a bz'; echo 'a*z :' "${v/a*z/a*z}"
6 v='a bz'; echo 'z :' "${v/a*z/\z}"
7 v='a bz'; echo 'a1z a2z:' ${v/a*z/a*z}
8 v='a bz'; echo 'z :' ${v/a*z/\z}
Dvar_bash6.right2 a*z : a*z
3 z : z
5 z : z
/busybox-1.35.0/shell/hush_test/hush-test2/
Dstrops5.tests1 v='*.z'
2 [[ a.z = *.z ]]; echo 1:YES:$?
3 [[ a.z = "*".z ]]; echo 2:no:$?
4 [[ a.z == $v ]]; echo 3:YES:$?
12 #[[ a.z == "$v" ]]; echo 4:no:$? # BUG: "$v" expands to *.z
13 #[[ "*".z == ?.z ]]; echo 5:YES:$? # BUG: "*" expands to \*

12345