Home
last modified time | relevance | path

Searched refs:bb (Results 1 – 24 of 24) sorted by relevance

/busybox-1.35.0/testsuite/
Dprintf.tests8 bb="busybox "
13 "${bb}printf '\c' foo" \
18 "${bb}printf '%s\c' foo bar" \
23 "${bb}printf '%s\n' foo '$HOME'" \
28 "${bb}printf '%b' 'a\tb' 'c\\d\n' 2>&1; echo \$?" \
33 "${bb}printf '%d\n' '\"x' \"'y\" \"'zTAIL\" 2>&1; echo \$?" \
38 "${bb}printf '%s\n' '\"x' \"'y\" \"'zTAIL\" 2>&1; echo \$?" \
43 "${bb}printf '|%23.12f|\n' 5.25 2>&1; echo \$?" \
48 "${bb}printf '|%*.*f|\n' 23 12 5.25 2>&1; echo \$?" \
53 "${bb}printf '|%*f|\n' -23 5.25 2>&1; echo \$?" \
[all …]
Dbunzip2.tests17 bb="busybox "
508 prep; check "$unpack: doesnt exist" "${bb}$unpack z t1.$ext; echo \$?; cat t1"
515 prep; >t.zz; check "$unpack: unknown suffix" "${bb}$unpack t.zz t1.$ext; echo \$?; cat t1"
523 prep; >t1; check "$unpack: already exists" "${bb}$unpack t1.$ext t2.$ext; echo \$?; cat t1 t2"
528 prep; check "$unpack: stream unpack" "cat t1.$ext | ${bb}$unpack; echo \$?"
531 prep; check "$unpack: delete src" "${bb}$unpack t2.$ext; test ! -f t2.$ext && echo ok"
538 if test1_bz2 | ${bb}bunzip2 >/dev/null \
539 && test "`test1_bz2 | ${bb}bunzip2 | md5sum`" = "61bbeee4be9c6f110a71447f584fda7b -"
547 if pbzip_4m_zeros | ${bb}bunzip2 >/dev/null \
548 && test "`pbzip_4m_zeros | ${bb}bunzip2 | md5sum`" = "b5cfa9d6c8febd618f91ac2843d50a1c -"
[all …]
Dbzcat.tests7 bb="busybox "
62 check "zcat: dont delete $ext src" "${bb}zcat t2.$ext; test -f t2.$ext && echo ok"
/busybox-1.35.0/testsuite/tr/
Dtr-rejects-wrong-class12 echo t12esting | busybox tr -d '[[:alpha:]]' > logfile.bb
13 echo t12esting | busybox tr -d '[:alpha:]' >> logfile.bb
14 echo t12esting | busybox tr -d '[[:alpha:]' >> logfile.bb
15 echo t12esting | busybox tr -d '[[:alpha:' >> logfile.bb
16 echo t12esting | busybox tr -d '[[:alpha' >> logfile.bb
17 echo t12esting | busybox tr -d '[:alpha:]' >> logfile.bb
18 echo t12esting | busybox tr -d '[:alpha:' >> logfile.bb
19 echo t12esting | busybox tr -d '[:alpha' >> logfile.bb
21 diff -u logfile.gnu logfile.bb
Dtr-works6 echo "$1" | $bb tr "$2" "$3"
26 bb= tr_test > logfile.gnu
27 bb=busybox tr_test > logfile.bb
28 diff -u logfile.gnu logfile.bb
Dtr-d-works2 echo testing | busybox tr -d aeiou > logfile.bb
4 diff -u logfile.gnu logfile.bb
Dtr-d-alnum-works4 echo testing | busybox tr -d '[[:alnum:]]' > logfile.bb
6 diff -u logfile.gnu logfile.bb
/busybox-1.35.0/testsuite/du/
Ddu-works5 busybox du "$d" > logfile.bb
6 cmp logfile.gnu logfile.bb && exit 0
7 diff -u logfile.gnu logfile.bb
Ddu-s-works5 busybox du -s "$d" > logfile.bb
6 cmp logfile.gnu logfile.bb && exit 0
7 diff -u logfile.gnu logfile.bb
/busybox-1.35.0/testsuite/ls/
Dls-1-works5 LC_ALL=C busybox ls -1 "$d" > logfile.bb
6 diff -ubw logfile.gnu logfile.bb
Dls-h-works5 LC_ALL=C busybox ls -h "$d" > logfile.bb
6 diff -ubw logfile.gnu logfile.bb
Dls-l-works7 LC_ALL=C busybox ls -l "$d" > logfile.bb
8 diff -ubw logfile.gnu logfile.bb
Dls-s-works7 LC_ALL=C busybox ls -1s "$d" > logfile.bb
8 diff -ubw logfile.gnu logfile.bb
/busybox-1.35.0/testsuite/tail/
Dtail-n-works3 busybox tail -n 2 input > logfile.bb
4 cmp logfile.ok logfile.bb
Dtail-works5 busybox tail -2 input > logfile.bb
6 cmp logfile.ok logfile.bb
/busybox-1.35.0/testsuite/xargs/
Dxargs-works5 find "$d" -name \*works -type f -print0 | busybox xargs -0 md5sum > logfile.bb
6 diff -u logfile.gnu logfile.bb
/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c507 #define bb inflate_codes_bb macro
521 bb = gunzip_bb; /* initialize bit buffer */ in inflate_codes_setup()
538 bb = fill_bitbuffer(PASS_STATE bb, &k, bl); in inflate_codes()
539 t = tl + ((unsigned) bb & ml); in inflate_codes()
546 bb >>= t->b; in inflate_codes()
549 bb = fill_bitbuffer(PASS_STATE bb, &k, e); in inflate_codes()
550 t = t->v.t + ((unsigned) bb & mask_bits[e]); in inflate_codes()
553 bb >>= t->b; in inflate_codes()
570 bb = fill_bitbuffer(PASS_STATE bb, &k, e); in inflate_codes()
571 nn = t->v.n + ((unsigned) bb & mask_bits[e]); in inflate_codes()
[all …]
/busybox-1.35.0/testsuite/tar/
Dtar-extracts-all-subdirs8 find foo | sort >logfile.bb
12 diff -u logfile.gnu logfile.bb
/busybox-1.35.0/modutils/
DConfig.src26 will try to generate modules.dep.bb file in order to speed up
30 NB: modules.dep.bb file format is not compatible
182 ".bb" suffix will be added after this name. Do not specify ".bb"
184 "modules.dep.bb.bb" or such.
/busybox-1.35.0/applets/
Dapplet_tables.c52 const struct bb_applet *bb = b; in cmp_name() local
53 return strcmp(aa->name, bb->name); in cmp_name()
/busybox-1.35.0/networking/
Dtls_sp_c32.c181 static signed_sp_digit sp_256_cmp_8(const sp_digit* aa, const sp_digit* bb) in sp_256_cmp_8() argument
184 const uint64_t* b = (void*)bb; in sp_256_cmp_8()
507 const uint64_t* bb = (const void*)b; in sp_256to512_mul_8()
533 : "0" (accl), "1" (acch), "2" (acc_hi), "a" (aa[i]), "m" (bb[j]) in sp_256to512_mul_8()
Dntpd.c1100 compare_point_edge(const void *aa, const void *bb) in compare_point_edge() argument
1103 const point_t *b = bb; in compare_point_edge()
1114 compare_survivor_metric(const void *aa, const void *bb) in compare_survivor_metric() argument
1117 const survivor_t *b = bb; in compare_survivor_metric()
/busybox-1.35.0/
DConfig.in276 <url: http://www.softforge.de/bb/suid.html >.
/busybox-1.35.0/include/
Dlibbb.h1477 #define _BB_MSG(name, kind, ...) bb##kind##name(__VA_ARGS__)