Searched refs:toybox (Results 1 – 21 of 21) sorted by relevance
21 cat >banana/man1/toybox.1 <<EOF37 cat >banana/man1/toybox.1 <<EOF43 cat >banana/man1/toybox.1 <<EOF50 echo "\\*(lq\\-\\^\\-\\*(rq" >banana/man1/toybox.153 cat >banana/man1/toybox.1 <<EOF59 cat >banana/man1/toybox.1 <<EOF65 cat >banana/man1/toybox.1 <<EOF71 echo "\\*(AK language. The \\*(PX standard" >banana/man1/toybox.174 cat >banana/man1/toybox.1 <<EOF81 cat >banana/man1/toybox.1 <<EOF[all …]
7 echo -e "#!$(which sh)\nwhile true; do sleep 0.1; done" > toybox.test8 chmod a+x toybox.test9 cp toybox.test toybox.killall.test.script11 tst=toybox.test16 tst=toybox.killall.test.script21 rm -f toybox.killall.test.script toybox.test
13 cp pidof-$$.test toybox.pidof-$$.test.script20 (./toybox.pidof-$$.test.script & echo $! > pid.txt)26 rm -f toybox.pidof-$$.test.script pidof-$$.test pid.txt
7 http://landley.net/toybox/bin13 wget http://landley.net/toybox/bin/toybox-x86_6414 chmod +x toybox-x86_6415 ./toybox-x86_64 echo hello world17 --- Building toybox30 LDFLAGS="--static" CROSS_COMPILE=armv5l- make defconfig toybox34 that control the toybox build; if you export any of these variables into your38 toybox to run on the current machine. Cross compiling requires an appropriately40 the file "scripts/mcm-buildall.sh" in the toybox source) are available at:51 https://landley.net/toybox/faq.html#cross[all …]
12 all: toybox18 toybox generated/unstripped/toybox: toybox_stuff target39 baseline: generated/unstripped/toybox40 @cp generated/unstripped/toybox generated/unstripped/toybox_old42 bloatcheck: generated/unstripped/toybox_old generated/unstripped/toybox43 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox68 @rm -rf toybox generated change .singleconfig* cross-log-*.*73 @rm -f toybox* .config* .singlemake
16 usage: toybox [--long | --help | --version | [command] [arguments...]]24 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done26 for i in $(./toybox); do ln -s toybox $i; done; PATH=$PWD:$PATH28 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 drop51 chown root:root toybox; chmod +s toybox112 as "help command". --version shows toybox version.125 (free memory, close files, etc). To save size, toybox usually relies126 on this behavior. If you're running toybox under a debugger or[all …]
3 "Name" : "toybox",8 "Upstream URL" : "http://landley.net/toybox",
16 toybox
29 TOYBOX_SRC_DIR = [ "//third_party/toybox" ]
12 # 2. Edit toybox'sources below if neccesary.15 executable("toybox") {459 ohos_executable("toybox") {
1 toybox - Build toybox.2 COMMANDNAME - Build individual toybox command as a standalone binary.14 install_airlock - Install toybox and host toolchain into $PREFIX directory16 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
46 cp toybox ${PREFIX}/${LONG_PATH} || exit 189 ln $DO_FORCE $LINK_TYPE ${DOTPATH}toybox $i || EXIT=1
17 ./toybox netcat -f "$1"
55 make clean defconfig toybox install_airlock &&132 LDFLAGS=--static PREFIX="$ROOT" make toybox install || exit 1
18 [ -z "$OUTNAME" ] && OUTNAME=toybox"${TARGET:+-$TARGET}"
4 …fig kill mkdir mount mv ping ps reboot rm rmdir top touch umount uname;do alias $i="toybox $i";done5 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…
84 > For toybox what I did was take the OpenBSD suggested template license87 > license made it past Google's lawyers! My toybox project has been94 > https://github.com/landley/toybox/commit/92b359f00057116 > toybox license under a different name, then asked SPDX to retroactively
26 checklist item for the 1.0 toybox release. This directory contains the only
1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
5849 #define TT this.toybox