Home
last modified time | relevance | path

Searched refs:C (Results 1 – 25 of 100) sorted by relevance

1234

/busybox-1.35.0/shell/hush_test/hush-quoting/
Ddollar_altvalue9.right10 |C D|
13 |a 'x y' 1 2 '' 1 2 A B C D zb|
22 |C D|
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.right10 |C D|
13 |a 'x y' 1 2 '' 1 2 A B C D zb|
22 |C D|
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.c148 uint32_t C = ctx->hash[2]; in md5_process_block64() local
180 temp += FF(B, C, D); in md5_process_block64()
183 temp += FG(B, C, D); in md5_process_block64()
186 temp += FH(B, C, D); in md5_process_block64()
189 temp += FI(B, C, D); in md5_process_block64()
195 D = C; in md5_process_block64()
196 C = B; in md5_process_block64()
205 temp = A + FF(B, C, D) + words[(int) (*pp++)] + *pc++; in md5_process_block64()
209 D = C; in md5_process_block64()
210 C = B; in md5_process_block64()
[all …]
/busybox-1.35.0/shell/ash_test/ash-vars/
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
Dempty.tests3 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
/busybox-1.35.0/shell/hush_test/hush-vars/
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
Dempty.tests3 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
/busybox-1.35.0/networking/
Dtls_pstm_mul_comba.c227 #define pstm_mul_comba_gen(pool, A, B, C, paD, paDlen) \ argument
228 pstm_mul_comba_gen( A, B, C, paD, paDlen)
230 pstm_int *C, pstm_digit *paD, uint32 paDlen) in pstm_mul_comba_gen() argument
246 if (C->alloc < pa) { in pstm_mul_comba_gen()
247 if (pstm_grow(C, pa) != PSTM_OKAY) { in pstm_mul_comba_gen()
290 iy = C->used; in pstm_mul_comba_gen()
291 C->used = pa; in pstm_mul_comba_gen()
292 C->sign = A->sign ^ B->sign; in pstm_mul_comba_gen()
295 tmpc = C->dp; in pstm_mul_comba_gen()
306 pstm_clamp(C); in pstm_mul_comba_gen()
[all …]
/busybox-1.35.0/testsuite/tar/
Dtar-extracts-all-subdirs5 tar cf foo.tar -C foo .
7 busybox tar xf foo.tar -C foo ./1/10
10 tar xf foo.tar -C foo ./1/10
/busybox-1.35.0/testsuite/ls/
Dls-1-works4 LC_ALL=C ls -1 "$d" > logfile.gnu
5 LC_ALL=C busybox ls -1 "$d" > logfile.bb
Dls-h-works4 LC_ALL=C ls -h "$d" > logfile.gnu
5 LC_ALL=C busybox ls -h "$d" > logfile.bb
Dls-l-works6 LC_ALL=C ls -l "$d" > logfile.gnu
7 LC_ALL=C busybox ls -l "$d" > logfile.bb
Dls-s-works6 LC_ALL=C ls -1s "$d" > logfile.gnu
7 LC_ALL=C busybox ls -1s "$d" > logfile.bb
/busybox-1.35.0/shell/hush_test/hush-misc/
Dbreak5.tests1 while true; do echo A; { echo B; break; echo C; }; echo D; done
3 for v in a b c; do echo A:$v; (echo B; break; echo C); echo D; done
Dbreak3.tests1 v=break; while true; do echo A; $v; echo B; break; echo C; done
/busybox-1.35.0/selinux/
DKbuild.src3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4 # Copyright (C) 2007 by KaiGai Kohei <kaigai@kaigai.gr.jp>
/busybox-1.35.0/shell/ash_test/ash-misc/
Dbreak5.tests1 while true; do echo A; { echo B; break; echo C; }; echo D; done
3 for v in a b c; do echo A:$v; (echo B; break; echo C); echo D; done
Dbreak3.tests1 v=break; while true; do echo A; $v; echo B; break; echo C; done
/busybox-1.35.0/testsuite/
Dbc_numbers1.bc3 a00=00;a01=01;a02=02;a03=03;a04=04;a05=05;a06=06;a07=07;a08=08;a09=09;a0a=0A;a0b=0B;a0c=0C;a0d=0D;a…
4 a10=10;a11=11;a12=12;a13=13;a14=14;a15=15;a16=16;a17=17;a18=18;a19=19;a1a=1A;a1b=1B;a1c=1C;a1d=1D;a…
5 a20=20;a21=21;a22=22;a23=23;a24=24;a25=25;a26=26;a27=27;a28=28;a29=29;a2a=2A;a2b=2B;a2c=2C;a2d=2D;a…
6 a30=30;a31=31;a32=32;a33=33;a34=34;a35=35;a36=36;a37=37;a38=38;a39=39;a3a=3A;a3b=3B;a3c=3C;a3d=3D;a…
7 a40=40;a41=41;a42=42;a43=43;a44=44;a45=45;a46=46;a47=47;a48=48;a49=49;a4a=4A;a4b=4B;a4c=4C;a4d=4D;a…
8 a50=50;a51=51;a52=52;a53=53;a54=54;a55=55;a56=56;a57=57;a58=58;a59=59;a5a=5A;a5b=5B;a5c=5C;a5d=5D;a…
9 a60=60;a61=61;a62=62;a63=63;a64=64;a65=65;a66=66;a67=67;a68=68;a69=69;a6a=6A;a6b=6B;a6c=6C;a6d=6D;a…
10 a70=70;a71=71;a72=72;a73=73;a74=74;a75=75;a76=76;a77=77;a78=78;a79=79;a7a=7A;a7b=7B;a7c=7C;a7d=7D;a…
11 a80=80;a81=81;a82=82;a83=83;a84=84;a85=85;a86=86;a87=87;a88=88;a89=89;a8a=8A;a8b=8B;a8c=8C;a8d=8D;a…
12 a90=90;a91=91;a92=92;a93=93;a94=94;a95=95;a96=96;a97=97;a98=98;a99=99;a9a=9A;a9b=9B;a9c=9C;a9d=9D;a…
/busybox-1.35.0/shell/hush_test/hush-signals/
Dsigint1.tests6 # (The complex command is necessary only if SIGINT is generated by ^C,
26 # User may use ^C to interrupt editor's ops like search. But then
32 # When ^C is pressed while bash waits for /bin/true to exit,
34 # ^C is delivered to it as SIGINT. bash will see SIGINT, then
39 # to isolate shell from getting stray SIGINTs from ^C.
/busybox-1.35.0/shell/ash_test/ash-signals/
Dsigint1.tests6 # (The complex command is necessary only if SIGINT is generated by ^C,
26 # User may use ^C to interrupt editor's ops like search. But then
32 # When ^C is pressed while bash waits for /bin/true to exit,
34 # ^C is delivered to it as SIGINT. bash will see SIGINT, then
39 # to isolate shell from getting stray SIGINTs from ^C.
/busybox-1.35.0/examples/var_service/getty_tty1/
Dkoi8r_to_uni.trans13 0x0c U+000C # FORM FEED (FF)
29 0x1c U+001C # FILE SEPARATOR (IS4)
45 0x2c U+002C # COMMA
61 0x3c U+003C # LESS-THAN SIGN
68 0x43 U+0043 # LATIN CAPITAL LETTER C
77 0x4c U+004C # LATIN CAPITAL LETTER L
93 0x5c U+005C # REVERSE SOLIDUS
100 0x63 U+0063 # LATIN SMALL LETTER C
109 0x6c U+006C # LATIN SMALL LETTER L
125 0x7c U+007C # VERTICAL LINE
[all …]
/busybox-1.35.0/procps/
DKbuild.src3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>

1234