Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 25 of 47) sorted by relevance

12

/busybox-1.35.0/shell/hush_test/hush-parsing/
Dquote3.tests1 empty=''
9 echo 'Testing: in $empty'
10 for a in $empty; do echo ".$a."; done
12 echo 'Testing: in $empty""'
13 for a in $empty""; do echo ".$a."; done
15 echo 'Testing: in $empty'"''"
16 for a in $empty''; do echo ".$a."; done
18 echo 'Testing: in "$empty"'
19 for a in "$empty"; do echo ".$a."; done
Dquote3.right5 Testing: in $empty
6 Testing: in $empty""
8 Testing: in $empty''
10 Testing: in "$empty"
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dquote3.tests1 empty=''
9 echo 'Testing: in $empty'
10 for a in $empty; do echo ".$a."; done
12 echo 'Testing: in $empty""'
13 for a in $empty""; do echo ".$a."; done
15 echo 'Testing: in $empty'"''"
16 for a in $empty''; do echo ".$a."; done
18 echo 'Testing: in "$empty"'
19 for a in "$empty"; do echo ".$a."; done
Dquote3.right5 Testing: in $empty
6 Testing: in $empty""
8 Testing: in $empty''
10 Testing: in "$empty"
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar_leak.right1 should be empty: ''
2 should be empty: ''
3 should be not empty: 'val2'
4 should be empty: ''
Dvar_subst_in_for.tests8 echo 'Testing: in u $empty v'
9 empty=''
10 for a in u $empty v; do echo ".$a."; done
12 echo 'Testing: in u " $empty" v'
13 empty=''
14 for a in u " $empty" v; do echo ".$a."; done
16 echo 'Testing: in u $empty $empty$a v'
18 for a in u $empty $empty$a v; do echo ".$a."; done
Dvar_subst_in_for.right5 Testing: in u $empty v
8 Testing: in u " $empty" v
12 Testing: in u $empty $empty$a v
Dvar_leak.tests5 echo "should be empty: '$VAR'"
10 echo "should be empty: '$VAR'"
16 echo "should be not empty: '$VAR'"
21 echo "should be empty: '$VAR'"
Dparam_expand_len.tests21 # IOW: empty result.
Dvar_bash2.tests14 # empty replacement - 2nd slash can be omitted
/busybox-1.35.0/examples/var_service/fw/etc/
Ddnsmasq_servers.conf3 empty=true
16 empty=false
28 empty=false
34 $empty && echo "server=8.8.8.8"
35 $empty && echo "server=8.8.4.4"
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar_subst_in_for.tests8 echo 'Testing: in u $empty v'
9 empty=''
10 for a in u $empty v; do echo ".$a."; done
12 echo 'Testing: in u " $empty" v'
13 empty=''
14 for a in u " $empty" v; do echo ".$a."; done
16 echo 'Testing: in u $empty $empty$a v'
18 for a in u $empty $empty$a v; do echo ".$a."; done
Dvar_subst_in_for.right5 Testing: in u $empty v
8 Testing: in u " $empty" v
12 Testing: in u $empty $empty$a v
Dparam_expand_len.tests21 # IOW: empty result.
Dvar_bash2.tests14 # empty replacement - 2nd slash can be omitted
/busybox-1.35.0/shell/hush_test/hush-heredoc/
Dheredoc_empty2.tests3 # Heredoc with empty delimiter
9 # Heredoc with empty delimiter
/busybox-1.35.0/shell/ash_test/ash-heredoc/
Dheredoc_empty2.tests3 # Heredoc with empty delimiter
9 # Heredoc with empty delimiter
/busybox-1.35.0/shell/hush_test/hush-misc/
Dsource3.tests1 # Test both empty file, and one-empty-line file
Deval1.tests1 # empty eval nevertheless sets $? = 0
/busybox-1.35.0/shell/ash_test/ash-misc/
Dsource3.tests1 # Test both empty file, and one-empty-line file
Deval1.tests1 # empty eval nevertheless sets $? = 0
/busybox-1.35.0/testsuite/
Dgrep.tests33 >empty
36 rm empty
Dcpio.tests68 touch cpio.testdir/empty
70 ln cpio.testdir/empty cpio.testdir/empty1
/busybox-1.35.0/util-linux/volume_id/
Dunused_msdos.c66 int empty = 1; in volume_id_probe_msdos_part_table() local
89 empty = 0; in volume_id_probe_msdos_part_table()
91 if (empty == 1) in volume_id_probe_msdos_part_table()
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsubshell.tests1 # Non-empty traps should be reset in subshell

12