Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 108) sorted by relevance

12345

/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar5.tests4 a=a A=$a
5 echo a=$a A=$A
7 (a=a A=$a; echo a=$a A=$A)
8 (a=a A=$a echo a=$a A=$A)
9 (a=a A=$a /bin/echo a=$a A=$A)
11 f() { echo a=$a A=$A; }
13 (a=a A=$a f)
14 (a=a A=$a; f)
Dvar5.right1 a=a A=a
2 a=a A=a
3 a= A=
4 a= A=
5 a=a A=a
6 a=a A=a
Dempty.right1 a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
2 a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
3 a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar5.tests4 a=a A=$a
5 echo a=$a A=$A
7 (a=a A=$a; echo a=$a A=$A)
8 (a=a A=$a echo a=$a A=$A)
9 (a=a A=$a /bin/echo a=$a A=$A)
11 f() { echo a=$a A=$A; }
13 (a=a A=$a f)
14 (a=a A=$a; f)
Dvar5.right1 a=a A=a
2 a=a A=a
3 a= A=
4 a= A=
5 a=a A=a
6 a=a A=a
Dempty.right1 a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
2 a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
3 a b c d e f 1 2 3 4 5 6 7 8 9 0 A B C D E F
Dreadonly0.right1 readonly a=A
5 hush: a=A: readonly variable
7 hush: a=A: readonly variable
/busybox-1.35.0/examples/
Dandroid-build11 export A="$HOME/android"
19 export PATH="$A/prebuilt/linux-x86/toolchain/arm-eabi-$GCCVER/bin:$PATH"
24A/out/target/product/$P/obj/lib/crtbegin_static.o $A/out/target/product/$P/obj/lib/crtend_android.…
28A/build/core/armelf.x -Xlinker -dynamic-linker -Xlinker /system/bin/linker -Xlinker -z -Xlinker no…
/busybox-1.35.0/shell/hush_test/hush-misc/
Dcontinue1.right1 A:a
2 A:b
3 A:c
5 A:a
6 A:b
7 A:c
Dbreak5.right1 A
4 A:a
7 A:b
10 A:c
Dlocal1.right1 A1:'A'
4 A4:'A'
Dbreak4.right1 A
4 A
Dcontinue1.tests1 for v in a b c; do echo A:$v; continue 666; done
3 for v in a b c; do echo A:$v; continue 666; done
/busybox-1.35.0/shell/ash_test/ash-misc/
Dcontinue1.right1 A:a
2 A:b
3 A:c
5 A:a
6 A:b
7 A:c
Dbreak5.right1 A
4 A:a
7 A:b
10 A:c
Dbreak4.right1 A
4 A
Dlocal1.right1 A1:'A'
4 A4:'A'
/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_altvalue9.right8 |A|
13 |a 'x y' 1 2 '' 1 2 A B C D zb|
20 |A|
26 |a 'x y' 1 2 '' 1 2 A B C D z b|
Ddollar_altvalue9.tests4 x='1 2'; f a${x:+ 'x y' $x '' "$x" `echo A B` "`echo C D`" z}b
6 x='1 2'; f "a${x:+ 'x y' $x '' "$x" `echo A B` "`echo C D`" z}b"
9 x='1 2'; f a${x:+'x y' $x '' "$x" `echo A B` "`echo C D`" z }b
11 x='1 2'; f "a${x:+ 'x y' $x '' "$x" `echo A B` "`echo C D`" z }b"
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.right8 |A|
13 |a 'x y' 1 2 '' 1 2 A B C D zb|
20 |A|
26 |a 'x y' 1 2 '' 1 2 A B C D z b|
Ddollar_altvalue9.tests4 x='1 2'; f a${x:+ 'x y' $x '' "$x" `echo A B` "`echo C D`" z}b
6 x='1 2'; f "a${x:+ 'x y' $x '' "$x" `echo A B` "`echo C D`" z}b"
9 x='1 2'; f a${x:+'x y' $x '' "$x" `echo A B` "`echo C D`" z }b
11 x='1 2'; f "a${x:+ 'x y' $x '' "$x" `echo A B` "`echo C D`" z }b"
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/libbb/
Dhash_md5_sha.c146 uint32_t A = ctx->hash[0]; in md5_process_block64() local
177 temp = A; in md5_process_block64()
194 A = D; in md5_process_block64()
205 temp = A + FF(B, C, D) + words[(int) (*pp++)] + *pc++; in md5_process_block64()
208 A = D; in md5_process_block64()
215 temp = A + FG(B, C, D) + words[(int) (*pp++)] + *pc++; in md5_process_block64()
218 A = D; in md5_process_block64()
225 temp = A + FH(B, C, D) + words[(int) (*pp++)] + *pc++; in md5_process_block64()
228 A = D; in md5_process_block64()
235 temp = A + FI(B, C, D) + words[(int) (*pp++)] + *pc++; in md5_process_block64()
[all …]
/busybox-1.35.0/testsuite/tr/
Dtr-works12 run_tr "TESTING A B C" '[A-Z]' '[a-z]'
14 run_tr abc '[:alpha:]' A-ZA-Z
15 run_tr abc56 '[:alnum:]' A-ZA-Zxxxxxxxxxx
/busybox-1.35.0/testsuite/
Dbc_numbers2.bc3 a=A;a
7 a=0A;a
14 ibase=A;f()
/busybox-1.35.0/networking/
Dtls_sp_c32.c1142 #define A(n) ((uint64_t)a[n]) in sp_256_mod_mul_norm_8() macro
1144 t[0] = 0 + A(0) + A(1) - A(3) - A(4) - A(5) - A(6); in sp_256_mod_mul_norm_8()
1146 t[1] = 0 + A(1) + A(2) - A(4) - A(5) - A(6) - A(7); in sp_256_mod_mul_norm_8()
1148 t[2] = 0 + A(2) + A(3) - A(5) - A(6) - A(7); in sp_256_mod_mul_norm_8()
1150 t[3] = 0 - A(0) - A(1) + 2 * A(3) + 2 * A(4) + A(5) - A(7); in sp_256_mod_mul_norm_8()
1152 t[4] = 0 - A(1) - A(2) + 2 * A(4) + 2 * A(5) + A(6); in sp_256_mod_mul_norm_8()
1154 t[5] = 0 - A(2) - A(3) + 2 * A(5) + 2 * A(6) + A(7); in sp_256_mod_mul_norm_8()
1156 t[6] = 0 - A(0) - A(1) + A(5) + 3 * A(6) + 2 * A(7); in sp_256_mod_mul_norm_8()
1158 t[7] = 0 + A(0) - A(2) - A(3) - A(4) - A(5) + 3 * A(7); in sp_256_mod_mul_norm_8()
1159 #undef A in sp_256_mod_mul_norm_8()

12345