Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 245) sorted by relevance

12345678910

/busybox-1.35.0/archival/libarchive/
Dlzo1x_d.c38 register unsigned t; local
74 t = *ip++ - 17;
75 if (t < 4)
77 assert(t > 0); NEED_OP(t); NEED_IP(t+1);
78 do *op++ = *ip++; while (--t > 0);
83 t = *ip++;
84 if (t >= 16)
87 if (t == 0) {
90 t += 255;
94 TEST_IV(t);
[all …]
Dlzo1x_c.c102 register unsigned t; in do_compress()
104 t = lit; in do_compress()
105 assert(op - 2 > out); op[-2] |= (uint8_t)(t); in do_compress()
106 do *op++ = *ii++; while (--t > 0); in do_compress()
131 register unsigned t = pd(ip, ii); in do_compress() local
133 if (t <= 3) { in do_compress()
135 op[-2] |= (uint8_t)(t); in do_compress()
137 else if (t <= 18) in do_compress()
138 *op++ = (uint8_t)(t - 3); in do_compress()
140 register unsigned tt = t - 18; in do_compress()
[all …]
/busybox-1.35.0/libbb/
Duuencode.c94 unsigned t; in decode_base64() local
97 while ((t = (unsigned char)*src) != '\0') { in decode_base64()
101 if (t >= '0' && t <= '9') in decode_base64()
102 t = t - '0' + 52; in decode_base64()
103 else if (t >= 'A' && t <= 'Z') in decode_base64()
104 t = t - 'A'; in decode_base64()
105 else if (t >= 'a' && t <= 'z') in decode_base64()
106 t = t - 'a' + 26; in decode_base64()
107 else if (t == '+') in decode_base64()
108 t = 62; in decode_base64()
[all …]
Dkernel_version.c21 char *t; in get_linux_version_code() local
25 t = name.release - 1; in get_linux_version_code()
29 if (t) { in get_linux_version_code()
30 r += atoi(++t); in get_linux_version_code()
31 t = strchr(t, '.'); in get_linux_version_code()
Dparse_config.c40 char **t; in parse_main() local
51 t = xmalloc(sizeof(t[0]) * ntokens); in parse_main()
55 while ((n = config_read(p, t, ntokens, mintokens, delims, flags)) != 0) { in parse_main()
58 printf("[%s]", t[i]); in parse_main()
167 int t; in config_read() local
205 t = 0; in config_read()
208 tokens[t] = line; in config_read()
211 if ((t != (ntokens-1)) || !(flags & PARSE_GREEDY)) { in config_read()
233 strcpy_and_process_escape_sequences(tokens[t], tokens[t]); in config_read()
240 t++; in config_read()
[all …]
/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/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-\*-\?-
/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-\*-\?-
/busybox-1.35.0/shell/hush_test/hush-z_slow/
Dleak_var3.tests4 i=1; t=1; export t
6 t=valueA_$i true
14 i=1; t=1; export t
16 t=valueA_$i true
19 i=1; t=1; export t
21 t=valueA_$i true
24 i=1; t=1; export t
26 t=valueA_$i true
29 i=1; t=1; export t
31 t=valueA_$i true
Dleak_var2.tests2 t=1
3 export t
6 t=111111111111111111111111111111111111111111111111111111111111111111111110$i
7 t=111111111111111111111111111111111111111111111111111111111111111111111111$i true
8 t=111111111111111111111111111111111111111111111111111111111111111111111112$i /bin/true
9 t=111111111111111111111111111111111111111111111111111111111111111111111113$i exec 1>&1
16 unset t i
21 t=1
22 export t
25 t=111111111111111111111111111111111111111111111111111111111111111111111110$i
[all …]
Dleak_var.tests4 unset t
5 t=111111111111111111111111111111111111111111111111111111111111111111111111
6 export t
7 unset t
8 t=111111111111111111111111111111111111111111111111111111111111111111111111
9 export t
10 unset t
11 t=111111111111111111111111111111111111111111111111111111111111111111111111
12 export t
13 unset t
[all …]
/busybox-1.35.0/shell/hush_test/hush-glob/
Dglob_altvalue1.tests3 echo 1u: ${x:+glob_altvalue1.t*}
4 echo 2u: ${x:+'glob_altvalue1.t*'}
5 echo 3u: ${x:+"glob_altvalue1.t*"}
6 echo 4u: ${x:+glob_altvalue1.t\*}
7 ##echo 5u: ${x:+"glob_altvalue1.t\*"}
9 echo 1q: "${x:+glob_altvalue1.t*}"
10 echo 2q: "${x:+'glob_altvalue1.t*'}"
11 echo 3q: "${x:+"glob_altvalue1.t*"}"
12 ##echo 4q: "${x:+glob_altvalue1.t\*}"
13 ##echo 5q: "${x:+"glob_altvalue1.t\*"}"
Dglob_altvalue1.right2 2u: glob_altvalue1.t*
3 3u: glob_altvalue1.t*
4 4u: glob_altvalue1.t*
5 1q: glob_altvalue1.t*
6 2q: 'glob_altvalue1.t*'
7 3q: glob_altvalue1.t*
/busybox-1.35.0/shell/ash_test/ash-glob/
Dglob_altvalue1.tests3 echo 1u: ${x:+glob_altvalue1.t*}
4 echo 2u: ${x:+'glob_altvalue1.t*'}
5 echo 3u: ${x:+"glob_altvalue1.t*"}
6 echo 4u: ${x:+glob_altvalue1.t\*}
7 ##echo 5u: ${x:+"glob_altvalue1.t\*"}
9 echo 1q: "${x:+glob_altvalue1.t*}"
10 echo 2q: "${x:+'glob_altvalue1.t*'}"
11 echo 3q: "${x:+"glob_altvalue1.t*"}"
12 ##echo 4q: "${x:+glob_altvalue1.t\*}"
13 ##echo 5q: "${x:+"glob_altvalue1.t\*"}"
Dglob_altvalue1.right2 2u: glob_altvalue1.t*
3 3u: glob_altvalue1.t*
4 4u: glob_altvalue1.t*
5 1q: glob_altvalue1.t*
6 2q: 'glob_altvalue1.t*'
7 3q: glob_altvalue1.t*
/busybox-1.35.0/networking/
Dtls_sp_c32.c729 uint128_t t; in sp_256_mul_add_4()
731 t = 0; in sp_256_mul_add_4()
735 t += m; in sp_256_mul_add_4()
736 t_hi = (t < m); in sp_256_mul_add_4()
737 r[i] = (uint64_t)t; in sp_256_mul_add_4()
738 t = (t >> 64) | ((uint128_t)t_hi << 64); in sp_256_mul_add_4()
740 r[4] += (uint64_t)t; in sp_256_mul_add_4()
741 return (r[4] < (uint64_t)t); /* 1 if addition overflowed */ in sp_256_mul_add_4()
859 uint64_t t; in sp_256_mul_add_8() local
865 t = 0; in sp_256_mul_add_8()
[all …]
/busybox-1.35.0/shell/
Drandom.c55 uint32_t t; in next_random() local
77 t = (rnd->galois_LFSR << 1); in next_random()
79 t ^= MASK; in next_random()
80 rnd->galois_LFSR = t; in next_random()
105 t = rnd->xs64_x ^ (rnd->xs64_x << a); in next_random()
107 rnd->xs64_y = rnd->xs64_y ^ (rnd->xs64_y >> c) ^ t ^ (t >> b); in next_random()
136 t = rnd->galois_LFSR - rnd->LCG + rnd->xs64_y; in next_random()
139 return t & RAND_BASH_MASK; in next_random()
/busybox-1.35.0/shell/hush_test/hush-read/
Dread_ifs.tests1 printf 'a\t\tb\tc\n' | ( IFS=$(printf "\t") read a b c; echo "test 1: .$a. .$b. .$c." )
2 printf 'a\t\tb\tc\n' | ( IFS=$(printf " \t") read a b c; echo "test 2: .$a. .$b. .$c." )
8 printf '\t,\ta\t,\tb\tc' | ( IFS=$(printf " \t,") read a b c d; echo "test 8: .$a. .$b. .$c. .$…
9 printf '\t\ta\t,\tb\tc' | ( IFS=$(printf " \t,") read a b c d; echo "test 9: .$a. .$b. .$c. .$…
10 printf '\t,\ta\t,,\tb\tc' | ( IFS=$(printf " \t,") read a b c d e; echo "test A: .$a. .$b. .$c. .$…
/busybox-1.35.0/shell/ash_test/ash-read/
Dread_ifs.tests1 printf 'a\t\tb\tc\n' | ( IFS=$(printf "\t") read a b c; echo "test 1: .$a. .$b. .$c." )
2 printf 'a\t\tb\tc\n' | ( IFS=$(printf " \t") read a b c; echo "test 2: .$a. .$b. .$c." )
8 printf '\t,\ta\t,\tb\tc' | ( IFS=$(printf " \t,") read a b c d; echo "test 8: .$a. .$b. .$c. .$…
9 printf '\t\ta\t,\tb\tc' | ( IFS=$(printf " \t,") read a b c d; echo "test 9: .$a. .$b. .$c. .$…
10 printf '\t,\ta\t,,\tb\tc' | ( IFS=$(printf " \t,") read a b c d e; echo "test A: .$a. .$b. .$c. .$…
/busybox-1.35.0/shell/ash_test/ash-psubst/
Dfalsetick.right9 ./falsetick.tests: line 12: can't create /does/not/exist: nonexistent directory
11 ./falsetick.tests: line 13: can't create /does/not/exist: nonexistent directory
13 ./falsetick.tests: line 14: can't create /does/not/exist: nonexistent directory
15 ./falsetick.tests: line 15: can't create /does/not/exist: nonexistent directory
17 ./falsetick.tests: line 16: can't create /does/not/exist: nonexistent directory
19 ./falsetick.tests: line 17: can't create /does/not/exist: nonexistent directory
21 ./falsetick.tests: line 18: can't create /does/not/exist: nonexistent directory
23 ./falsetick.tests: line 19: can't create /does/not/exist: nonexistent directory
/busybox-1.35.0/shell/hush_test/hush-psubst/
Dfalsetick.right9 hush: can't open '/does/not/exist': No such file or directory
11 hush: can't open '/does/not/exist': No such file or directory
13 hush: can't open '/does/not/exist': No such file or directory
15 hush: can't open '/does/not/exist': No such file or directory
17 hush: can't open '/does/not/exist': No such file or directory
19 hush: can't open '/does/not/exist': No such file or directory
21 hush: can't open '/does/not/exist': No such file or directory
23 hush: can't open '/does/not/exist': No such file or directory
Demptytick.right3 hush: can't execute '': No such file or directory
5 hush: can't execute '': No such file or directory
11 hush: can't execute '': No such file or directory
13 hush: can't execute '': No such file or directory
17 hush: can't execute '': No such file or directory

12345678910