Home
last modified time | relevance | path

Searched refs:busybox (Results 1 – 25 of 271) sorted by relevance

1234567891011

/busybox-1.35.0/testsuite/expr/
Dexpr-works1 # busybox expr
2 busybox expr 1 \| 1
3 busybox expr 1 \| 0
4 busybox expr 0 \| 1
5 busybox expr 1 \& 1
6 busybox expr 0 \< 1
7 busybox expr 1 \> 0
8 busybox expr 0 \<= 1
9 busybox expr 1 \<= 1
10 busybox expr 1 \>= 0
[all …]
Dexpr-big1 # busybox expr
4 res=`busybox expr 0 '<' 3000000000`
8 res=`busybox expr 0 '<' 9223372036854775807`
11 res=`busybox expr -9223372036854775800 '<' 9223372036854775807`
15 # res=`busybox expr 0 '<' 9223372036854775808`
/busybox-1.35.0/scripts/
Dmemusage3 busybox=../busybox
6 echo "Before we started $i copies of '$busybox sleep 10':"
7 $busybox nmeter '%t %[pn] %m' | head -3
10 $busybox sleep 10 &
16 $busybox nmeter '%t %[pn] %m' | head -3
Dsample_pmap3 busybox=../busybox
5 $busybox sleep 10 &
9 echo "Memory map of '$busybox sleep 10':"
10 size $busybox
Dbb_release10 cd busybox || { echo "cd busybox failed"; exit 1; }
15 VERSION=`ls busybox-*.tar.gz | sed 's/busybox-\(.*\)\.tar\.gz/\1/'`
17 zcat busybox-$VERSION.tar.gz | bzip2 > busybox-$VERSION.tar.bz2
19 for releasefile in busybox-$VERSION.tar.gz busybox-$VERSION.tar.bz2; do
Dtest_make_clean7 cp -pPR "$b" busybox.$$.test_tree
8 cd busybox.$$.test_tree
13 diff -urp "$b" busybox.$$.test_tree >busybox.$$.test_tree.diff
14 cat busybox.$$.test_tree.diff
/busybox-1.35.0/
DMakefile.custom5 busybox.links: $(srctree)/applets/busybox.mkll $(objtree)/include/autoconf.h include/applets.h
8 busybox.cfg.suid: $(srctree)/applets/busybox.mksuid $(objtree)/include/autoconf.h include/applets.h
10 busybox.cfg.nosuid: $(srctree)/applets/busybox.mksuid $(objtree)/include/autoconf.h include/applets…
38 install: $(srctree)/applets/install.sh busybox busybox.links
45 @echo You will probably need to make your busybox binary
55 uninstall: busybox.links
56 rm -f $(CONFIG_PREFIX)/bin/busybox
57 for i in `cat busybox.links` ; do rm -f $(CONFIG_PREFIX)$$i; done
69 UNIT_CMD = ./busybox unit
71 check test: busybox busybox.links
[all …]
DINSTALL7 make # This creates the "busybox" executable
41 PATH= ./busybox ash
43 Standalone shell mode causes busybox's built-in command shell to run
44 any built-in busybox applets directly, without looking for external
46 the only commands busybox can find are the built-in ones.
51 to the location of your busybox binary, usually /bin/busybox.
61 statically linked. To save space, busybox can be configured with only the
82 busybox up to date.
89 behavior. (Try "mv busybox ls" and then "./ls -l".)
91 Installing busybox consists of creating symlinks (or hardlinks) to the busybox
[all …]
/busybox-1.35.0/qemu_multiarch_testing/hdc.dir/
Dbuild7 cp -a "bin/busybox-$HOST" bin/busybox
8 bin/busybox --install -s bin/
17 cd busybox
38 test -f busybox || exit 1
39 size busybox
40 ./busybox || echo "Exit code: $?"
42 bzip2 <busybox | uuencode busybox.bz2
44 od -v -tx1 <busybox
/busybox-1.35.0/testsuite/
Dbusybox.tests10 ln -s `which busybox` unknown
20 HELPDUMP=`true | busybox 2>&1 | cat`
26 ln -s `which busybox` busybox-suffix
27 for i in busybox ./busybox-suffix
45 rm busybox-suffix
/busybox-1.35.0/examples/
Dbusybox.spec2 Name: busybox
8 Source: http://www.busybox.net/downloads/%{name}-%{version}.tar.bz2
9 Source1: busybox-static.config
10 Source2: busybox-petitboot.config
13 Patch16: busybox-1.10.1-hwclock.patch
16 Obsoletes: busybox-anaconda
17 URL: http://www.busybox.net
29 Summary: Version of busybox configured for use with petitboot
41 bootloader used on PlayStation 3. The busybox package provides a binary
90 cp busybox busybox.static
[all …]
/busybox-1.35.0/testsuite/date/
Ddate-R-works5 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
6 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
7 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
8 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
9 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
10 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
11 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
12 test x"`date -R`" = x"`busybox date -R`" && exit 0 || true
Ddate-works1 dt=`busybox date`
6 dt=`busybox date -d 1:2`
10 dt=`busybox date -d 1:2:3`
14 dt=`busybox date -d 1.2-3:4`
18 dt=`busybox date -d 1.2-3:4:5`
22 dt=`busybox date -d 1999.1.2-3:4`
26 dt=`busybox date -d 1999.1.2-3:4:5`
30 dt=`busybox date -d '1999-1-2 3:4:5'`
36 #dt=`busybox date -d 01231133`
40 dt=`busybox date -d 200001231133`
[all …]
Ddate-timezone4 dt=$(TZ=UTC0 busybox date -d '1999-1-2 3:4:5Z')
9 dt=$(TZ=UTC0 busybox date -d '1999-1-2 3:4:5 +0600')
14 dt=$(TZ=UTC0 busybox date -d '1999-1-2 3:4:5 -0600')
19 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-03-28 00:59:59 +0000')
23 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-03-28 01:00:01 +0000')
27 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-10-31 00:00:01 +0000')
31 dt=$(TZ=GMT0BST,M3.5.0/1,M10.5.0/2 busybox date -d '2021-10-31 01:00:01 +0000')
Ddate-works-16 dt=`busybox date -d 1:2 +%T`
9 dt=`busybox date -d 1:2:3 +%T`
16 # busybox 1.11.0.svn date reports:
22 #dt=`busybox date -d 1.2-3:4`
26 #dt=`busybox date -d 1.2-3:4:5`
30 #dt=`busybox date -d 1999.1.2-3:4`
34 #dt=`busybox date -d 1999.1.2-3:4:5`
38 dt=`busybox date -d '1999-1-2 3:4:5'`
44 #dt=`busybox date -d 01231133 +%c`
50 dt=`busybox date -d 200001231133 +%c`
[all …]
Ddate-@-works4 test x"Sun Oct 31 03:59:59 EEST 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @1288486…
7 test x"Sun Oct 31 03:00:01 EET 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @12884868…
10 test x"Sun Mar 28 02:59:59 EET 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @12697379…
13 test x"Sun Mar 28 04:00:01 EEST 2010" = x"`TZ=EET-2EEST,M3.5.0/3,M10.5.0/4 busybox date -d @1269738…
/busybox-1.35.0/testsuite/gzip/
Dgzip-compression-levels3 level1=$(busybox gzip -c -1 $(which busybox) | wc -c)
4 level9=$(busybox gzip -c -9 $(which busybox) | wc -c)
/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
/busybox-1.35.0/testsuite/du/
Ddu-k-works8 test x"`busybox du -k .`" = x"80 ." \
9 -o x"`busybox du -k .`" = x"81 ." \
10 -o x"`busybox du -k .`" = x"82 ." \
11 -o x"`busybox du -k .`" = x"83 ." \
12 -o x"`busybox du -k .`" = x"84 ." \
13 -o x"`busybox du -k .`" = x"88 ."
Ddu-l-works8 test x"`busybox du -l .`" = x"144 ." \
9 -o x"`busybox du -l .`" = x"146 ." \
10 -o x"`busybox du -l .`" = x"148 ." \
11 -o x"`busybox du -l .`" = x"152 ." \
12 -o x"`busybox du -l .`" = x"156 ."
/busybox-1.35.0/testsuite/strings/
Dstrings-works-like-GNU2 strings -af ../../busybox > foo
3 busybox strings -af ../../busybox > bar
/busybox-1.35.0/shell/ash_test/ash-vars/
Dvar1.right1 http://busybox.net
2 http://busybox.net_abc
Dvar2.right1 http://busybox.net
2 http://busybox.net_abc
/busybox-1.35.0/shell/hush_test/hush-vars/
Dvar1.right1 http://busybox.net
2 http://busybox.net_abc
Dvar2.right1 http://busybox.net
2 http://busybox.net_abc

1234567891011