Home
last modified time | relevance | path

Searched refs:toybox (Results 1 – 21 of 21) sorted by relevance

/third_party/toybox/tests/
Dman.test21 cat >banana/man1/toybox.1 <<EOF
37 cat >banana/man1/toybox.1 <<EOF
43 cat >banana/man1/toybox.1 <<EOF
50 echo "\\*(lq\\-\\^\\-\\*(rq" >banana/man1/toybox.1
53 cat >banana/man1/toybox.1 <<EOF
59 cat >banana/man1/toybox.1 <<EOF
65 cat >banana/man1/toybox.1 <<EOF
71 echo "\\*(AK language. The \\*(PX standard" >banana/man1/toybox.1
74 cat >banana/man1/toybox.1 <<EOF
81 cat >banana/man1/toybox.1 <<EOF
[all …]
Dkillall.test7 echo -e "#!$(which sh)\nwhile true; do sleep 0.1; done" > toybox.test
8 chmod a+x toybox.test
9 cp toybox.test toybox.killall.test.script
11 tst=toybox.test
16 tst=toybox.killall.test.script
21 rm -f toybox.killall.test.script toybox.test
Dpidof.test13 cp pidof-$$.test toybox.pidof-$$.test.script
20 (./toybox.pidof-$$.test.script & echo $! > pid.txt)
26 rm -f toybox.pidof-$$.test.script pidof-$$.test pid.txt
/third_party/toybox/
DREADME7 http://landley.net/toybox/bin
13 wget http://landley.net/toybox/bin/toybox-x86_64
14 chmod +x toybox-x86_64
15 ./toybox-x86_64 echo hello world
17 --- Building toybox
30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox
34 that control the toybox build; if you export any of these variables into your
38 toybox to run on the current machine. Cross compiling requires an appropriately
40 the file "scripts/mcm-buildall.sh" in the toybox source) are available at:
51 https://landley.net/toybox/faq.html#cross
[all …]
DMakefile12 all: toybox
18 toybox generated/unstripped/toybox: toybox_stuff target
39 baseline: generated/unstripped/toybox
40 @cp generated/unstripped/toybox generated/unstripped/toybox_old
42 bloatcheck: generated/unstripped/toybox_old generated/unstripped/toybox
43 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
68 @rm -rf toybox generated change .singleconfig* cross-log-*.*
73 @rm -f toybox* .config* .singlemake
DConfig.in16 usage: toybox [--long | --help | --version | [command] [arguments...]]
24 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done
26 for i in $(./toybox); do ln -s toybox $i; done; PATH=$PWD:$PATH
28 Most toybox commands also understand the following arguments:
31 --version Show toybox version (only)
46 Support for the Set User ID bit, to install toybox suid root and drop
51 chown root:root toybox; chmod +s toybox
112 as "help command". --version shows toybox version.
125 (free memory, close files, etc). To save size, toybox usually relies
126 on this behavior. If you're running toybox under a debugger or
[all …]
DREADME.OpenSource3 "Name" : "toybox",
8 "Upstream URL" : "http://landley.net/toybox",
D.gitignore16 toybox
Dtoybox.gni29 TOYBOX_SRC_DIR = [ "//third_party/toybox" ]
DBUILD.gn12 # 2. Edit toybox'sources below if neccesary.
15 executable("toybox") {
459 ohos_executable("toybox") {
/third_party/toybox/scripts/
Dhelp.txt1 toybox - Build toybox.
2 COMMANDNAME - Build individual toybox command as a standalone binary.
14 install_airlock - Install toybox and host toolchain into $PREFIX directory
16 install_flat - Install toybox into $PREFIX directory.
17 install - Install toybox into subdirectories of $PREFIX.
18 uninstall_flat - Remove toybox from $PREFIX directory.
19 uninstall - Remove toybox from subdirectories of $PREFIX.
21 example: CFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox install
Dinstall.sh46 cp toybox ${PREFIX}/${LONG_PATH} || exit 1
89 ln $DO_FORCE $LINK_TYPE ${DOTPATH}toybox $i || EXIT=1
Dminicom.sh17 ./toybox netcat -f "$1"
Dmkroot.sh55 make clean defconfig toybox install_airlock &&
132 LDFLAGS=--static PREFIX="$ROOT" make toybox install || exit 1
Dmake.sh18 [ -z "$OUTNAME" ] && OUTNAME=toybox"${TARGET:+-$TARGET}"
/third_party/toybox/porting/liteos_a/
DMakefile12 all: toybox
18 toybox generated/unstripped/toybox: toybox_stuff target
39 baseline: generated/unstripped/toybox
40 @cp generated/unstripped/toybox generated/unstripped/toybox_old
42 bloatcheck: generated/unstripped/toybox_old generated/unstripped/toybox
43 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox
68 @rm -rf toybox generated change .singleconfig* cross-log-*.*
73 @rm -f toybox* .config* .singlemake
/third_party/mksh/
D.mkshrc4 …fig kill mkdir mount mv ping ps reboot rm rmdir top touch umount uname;do alias $i="toybox $i";done
5 alias ls='toybox ls --color=auto'
12 echo "\n*******************toybox commands:************************\n";
13 toybox;
14 echo "\nUse \`toybox help [command]\` to show usage information for a specific command.\n\nUse \`sh…
/third_party/toybox/www/
D0bsd-mckusick.txt84 > For toybox what I did was take the OpenBSD suggested template license
87 > license made it past Google's lawyers! My toybox project has been
94 > https://github.com/landley/toybox/commit/92b359f00057
116 > toybox license under a different name, then asked SPDX to retroactively
/third_party/toybox/kconfig/
DREADME26 checklist item for the 1.0 toybox release. This directory contains the only
/third_party/toybox/generated/
Dnewtoys.h1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
Dflags.h5849 #define TT this.toybox