Searched refs:toybox (Results 1 – 25 of 27) sorted by relevance
12
/external/toybox/www/ |
D | release.txt | 1 VERBOSE=fail make distclean defconfig toybox tests 10 git archive --prefix=toybox-$VER/ $VER | gzip -9 > toybox-$VER.tar.gz 11 scp toybox-$VER.tar.gz landley.net:landley.net/toybox/downloads 12 scp www/news.html landley.net:landley.net/toybox/ 15 git pull ../toybox 17 mkdir send; for i in root/*/fs/bin/toybox; do X=${i#*/}; X=${X%%/*}; cp $i send/toybox-$X; done 18 ssh landley.net "mkdir landley.net/toybox/downloads/binaries/$VER" 19 scp send/toybox-* landley.net:landley.net/toybox/downloads/binaries/$VER/ 23 (./toybox --version && ./toybox help -ah) > www/help.html 24 scp www/help.html landley.net:landley.net/toybox/ [all …]
|
D | 0bsd-mckusick.txt | 84 > 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
|
/external/toybox/tests/ |
D | man.test | 21 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 …]
|
D | killall.test | 7 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
|
D | pidof.test | 13 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
|
D | sh.test | 590 #- IS_TOYBOX_RE='(toybox|This is not GNU).*'
|
/external/toybox/ |
D | README | 7 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 export any 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 …]
|
D | Makefile | 12 all: toybox 16 toybox generated/unstripped/toybox: $(KCONFIG_CONFIG) *.[ch] lib/*.[ch] toys/*/*.c scripts/*.sh Con… target 37 baseline: generated/unstripped/toybox 38 @cp generated/unstripped/toybox generated/unstripped/toybox_old 40 bloatcheck: generated/unstripped/toybox_old generated/unstripped/toybox 41 @scripts/bloatcheck generated/unstripped/toybox_old generated/unstripped/toybox 67 @rm -rf toybox generated change .singleconfig* 72 @rm -f toybox* .config* .singlemake
|
D | run-tests-on-android.sh | 9 adb shell su root rm -rf /data/local/tmp/toybox-tests/ 11 adb shell rm -rf /data/local/tmp/toybox-tests/ 12 adb shell mkdir /data/local/tmp/toybox-tests/ 13 adb push tests/ /data/local/tmp/toybox-tests/ 14 adb push scripts/runtest.sh /data/local/tmp/toybox-tests/ 17 tmp_dir=`adb shell mktemp --directory /data/local/tmp/toybox-tests-tmp.XXXXXXXXXX`
|
D | Config.in | 16 usage: toybox [--long | --help | --version | [COMMAND] [ARGUMENTS...]] 18 With no arguments, "toybox" shows available COMMAND names. Add --long 20 https://landley.net/toybox/faq.html#install for details. 23 to that command. Most toybox commands also understand: 26 --version Show toybox version (only) 41 Support for the Set User ID bit, to install toybox suid root and drop 46 chown root:root toybox; chmod +s toybox 107 as "help command". --version shows toybox version. 114 (free memory, close files, etc). To save size, toybox usually relies 115 on this behavior. If you're running toybox under a debugger or [all …]
|
D | Android.bp | 5 git remote add toybox https://github.com/landley/toybox.git 6 git fetch toybox && git merge toybox/master && ./regenerate.sh 31 # If you just want to use the toy via "toybox x" rather than "x", you can 421 name: "toybox-defaults", 455 // You can't have toybox cp(1) on macOS before 10.13. 479 // toybox for /system, /vendor, and /recovery 483 name: "toybox-shared-defaults", 484 defaults: ["toybox-defaults"], 509 name: "toybox", 510 defaults: ["toybox-shared-defaults"], [all …]
|
D | TEST_MAPPING | 4 "name": "toybox-tests"
|
D | .gitignore | 16 toybox
|
/external/toybox/scripts/ |
D | help.txt | 1 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. 25 example: make defconfig toybox install CFLAGS="--static" CROSS_COMPILE=armv5l-
|
D | install.sh | 46 cp toybox"${TARGET:+-$TARGET}" ${PREFIX}/${LONG_PATH} || exit 1
|
D | mkroot.sh | 62 make clean defconfig toybox install_airlock && rm "$TOP"/.airlock ||exit 1 120 announce toybox 124 LDFLAGS=--static PREFIX="$ROOT" make toybox install || exit 1
|
D | runtest.sh | 87 toybox*) ;;
|
D | make.sh | 23 [ -z "$OUTNAME" ] && OUTNAME=toybox"${TARGET:+-$TARGET}"
|
/external/toybox/kconfig/ |
D | README | 26 checklist item for the 1.0 toybox release. This directory contains the only
|
/external/boringssl/ |
D | Android.bp | 275 // Strictly, only the *static* toybox for legacy devices should have 277 "//external/toybox",
|
/external/bc/ |
D | README.md | 332 * [toybox `bc`][9]. The maintainer has also made his own changes, so bugs in the 333 toybox `bc` should be reported there. 398 [9]: https://github.com/landley/toybox/blob/master/toys/pending/bc.c
|
/external/toybox/android/device/generated/ |
D | newtoys.h | 1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
|
D | flags.h | 6289 #define TT this.toybox
|
/external/toybox/android/linux/generated/ |
D | newtoys.h | 1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
|
/external/toybox/android/mac/generated/ |
D | newtoys.h | 1 USE_TOYBOX(NEWTOY(toybox, NULL, TOYFLAG_STAYROOT))
|
12