Home
last modified time | relevance | path

Searched refs:e (Results 1 – 25 of 216) sorted by relevance

123456789

/busybox-1.35.0/shell/ash_test/ash-vars/
Dempty.tests1 e=
3 echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
4 echo a $e b $e c $e d $e e $e f $e 1 $e 2 $e 3 $e 4 $e 5 $e 6 $e 7 $e 8 $e 9 $e 0 $e A $e B $e C $e
5 echo $e a $e b $e c $e d $e e $e f $e 1 $e 2 $e 3 $e 4 $e 5 $e 6 $e 7 $e 8 $e 9 $e 0 $e A $e B $e C…
Dvar_wordsplit_ifs1.right4 .e.
8 .e.
10 .abc d e.
13 .d e.
16 .d e.
19 .d e.
21 .abcd e.
24 .d e.
26 v='abc d e'
28 v='abc d e'
[all …]
Dvar_expand_in_assign.right2 .abc d e.
3 .abc d e.
4 .abc d e.
5 .abc d e.
Dvar_expand_on_ifs.tests2 e=''
5 echo 3 a $e$b c
6 echo 4 a "$e"$b c
9 echo 7 a $b$e c
10 echo 8 a $b"$e" c
Dvar_expand_in_redir.tests2 exec "$THIS_SH" "$0" abc "d e"
11 cat abc.out "d e.out" "abc d e.out"
13 rm abc.out "d e.out" "abc d e.out"
Dvar_wordsplit_ifs3.right3 Unquoted%:<e>
7 Unquoted#:<e>
11 Quoted%:<q w e r t >
12 Quoted#:< w e r t y>
/busybox-1.35.0/shell/hush_test/hush-vars/
Dempty.tests1 e=
3 echo a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
4 echo a $e b $e c $e d $e e $e f $e 1 $e 2 $e 3 $e 4 $e 5 $e 6 $e 7 $e 8 $e 9 $e 0 $e A $e B $e C $e
5 echo $e a $e b $e c $e d $e e $e f $e 1 $e 2 $e 3 $e 4 $e 5 $e 6 $e 7 $e 8 $e 9 $e 0 $e A $e B $e C…
Dvar_wordsplit_ifs1.right4 .e.
8 .e.
10 .abc d e.
13 .d e.
16 .d e.
19 .d e.
21 .abcd e.
24 .d e.
26 v='abc d e'
28 v='abc d e'
[all …]
Dvar_expand_in_assign.right2 .abc d e.
3 .abc d e.
4 .abc d e.
5 .abc d e.
Dvar_expand_on_ifs.tests2 e=''
5 echo 3 a $e$b c
6 echo 4 a "$e"$b c
9 echo 7 a $b$e c
10 echo 8 a $b"$e" c
Dvar_expand_in_redir.tests2 exec "$THIS_SH" "$0" abc "d e"
11 cat abc.out "d e.out" "abc d e.out"
13 rm abc.out "d e.out" "abc d e.out"
Dvar_wordsplit_ifs3.right3 Unquoted%:<e>
7 Unquoted#:<e>
11 Quoted%:<q w e r t >
12 Quoted#:< w e r t y>
/busybox-1.35.0/testsuite/
Dbc_exponent.bc1 e(0)
2 e(0.5)
3 e(1)
4 e(1.5)
5 e(1.74)
6 e(2)
7 e(3.2345)
8 e(5.283957)
9 e(13.23857)
10 e(100)
[all …]
/busybox-1.35.0/scripts/kconfig/
Dexpr.c17 struct expr *e = malloc(sizeof(*e)); in expr_alloc_symbol() local
18 memset(e, 0, sizeof(*e)); in expr_alloc_symbol()
19 e->type = E_SYMBOL; in expr_alloc_symbol()
20 e->left.sym = sym; in expr_alloc_symbol()
21 return e; in expr_alloc_symbol()
26 struct expr *e = malloc(sizeof(*e)); in expr_alloc_one() local
27 memset(e, 0, sizeof(*e)); in expr_alloc_one()
28 e->type = type; in expr_alloc_one()
29 e->left.expr = ce; in expr_alloc_one()
30 return e; in expr_alloc_one()
[all …]
/busybox-1.35.0/shell/hush_test/hush-misc/
Dexec.tests4 [ -e 44 ] && exit 1
6 [ -e 44 ] || exit 1
9 [ -e 55 ] && exit 1
11 [ -e 55 ] || exit 1
15 [ -e 44 ] && exit 1
18 [ -e 66 ] && exit 1
20 [ -e 66 ] || exit 1
23 [ -e 77 ] && exit 1
25 [ -e 77 ] || exit 1
29 [ -e 66 ] && exit 1
/busybox-1.35.0/modutils/
Dmodutils.c21 struct module_entry *e; in helper_get_module() local
31 for (e = db->buckets[hash]; e; e = e->next) in helper_get_module()
32 if (strcmp(e->modname, modname) == 0) in helper_get_module()
33 return e; in helper_get_module()
37 e = xzalloc(sizeof(*e)); in helper_get_module()
38 e->modname = xstrdup(modname); in helper_get_module()
39 e->next = db->buckets[hash]; in helper_get_module()
40 db->buckets[hash] = e; in helper_get_module()
41 IF_DEPMOD(e->dnext = e->dprev = e;) in helper_get_module()
43 return e; in helper_get_module()
[all …]
/busybox-1.35.0/shell/hush_test/hush-parsing/
Dstarquoted.right1 .1 abc d e f.
4 .d e f.
5 .-1 abc d e f-.
8 .d e f-.
Descape3.right1 v: a \ b \\ c \\\ d \\\\ e
2 v: a \ b \\ c \\\ d \\\\ e
12 .e.
22 .e.
/busybox-1.35.0/shell/ash_test/ash-parsing/
Dstarquoted.right1 .1 abc d e f.
4 .d e f.
5 .-1 abc d e f-.
8 .d e f-.
Descape3.right1 v: a \ b \\ c \\\ d \\\\ e
2 v: a \ b \\ c \\\ d \\\\ e
12 .e.
22 .e.
/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_altvalue9.tests14 #e=
15 #x='1 2'; f a${x:+'x y' $x '' "$x" $e $e "$e" $e `echo A B` "`echo C D`" z }b
17 #x='1 2'; f "a${x:+ 'x y' $x '' "$x" $e $e "$e" $e `echo A B` "`echo C D`" z }b"
/busybox-1.35.0/shell/ash_test/ash-quoting/
Ddollar_altvalue9.tests14 #e=
15 #x='1 2'; f a${x:+'x y' $x '' "$x" $e $e "$e" $e `echo A B` "`echo C D`" z }b
17 #x='1 2'; f "a${x:+ 'x y' $x '' "$x" $e $e "$e" $e `echo A B` "`echo C D`" z }b"
/busybox-1.35.0/shell/hush_test/hush-getopts/
Dgetopt_test_libc_bug.tests10 echo "*** optstring:'ac' args:-a -b -c -d e"
11 getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
12 getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
13 getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
14 getopts "ac" var -a -b -c -d e; echo "4 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
15 getopts "ac" var -a -b -c -d e; echo "5 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
21 echo "*** optstring:'ac' args:-a -b -c -d e"
23 OPTARG=QWERTY; getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
24 NEWVAR=NEWVAL; getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
25 VAR111=NEWVAL; getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
[all …]
/busybox-1.35.0/shell/ash_test/ash-getopts/
Dgetopt_test_libc_bug.tests8 echo "*** optstring:'ac' args:-a -b -c -d e"
9 getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
10 getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
11 getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
12 getopts "ac" var -a -b -c -d e; echo "4 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
13 getopts "ac" var -a -b -c -d e; echo "5 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPTARG'"
19 echo "*** optstring:'ac' args:-a -b -c -d e"
21 OPTARG=QWERTY; getopts "ac" var -a -b -c -d e; echo "1 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
22 NEWVAR=NEWVAL; getopts "ac" var -a -b -c -d e; echo "2 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
23 VAR111=NEWVAL; getopts "ac" var -a -b -c -d e; echo "3 rc:$? var:'$var' OPTIND:$OPTIND OPTARG:'$OPT…
[all …]
/busybox-1.35.0/coreutils/
Dprintenv.c37 char **e = environ; in printenv_main() local
42 if (e) in printenv_main()
43 while (*e) in printenv_main()
44 puts(*e++); in printenv_main()

123456789