代码搜索:BusyBox

找到约 1,719 项符合「BusyBox」的源代码

代码结果 1,719
www.eeworm.com/read/418008/2094429

txt quickstart.txt

Quickstart on making the Busybox boot-floppy: 1) Download Busybox and uClibc from CVS or tarballs. Make sure they share a common parent directory. (i.e. busybox/ and uclibc/ are both right off
www.eeworm.com/read/229403/4756629

in config.in

config BR2_PACKAGE_BUSYBOX bool "BusyBox" default y help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. http://busybox.net/ Most people will answ
www.eeworm.com/read/407729/2259692

in config.in

config BR2_PACKAGE_BUSYBOX bool "busybox" default y help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. http://busybox.net/ Most people will ans
www.eeworm.com/read/374687/2749097

in config.in

config BR2_PACKAGE_BUSYBOX bool "busybox" default y help The Swiss Army Knife of embedded Linux. It slices, it dices, it makes Julian Fries. http://busybox.net/ Most people will answ
www.eeworm.com/read/250015/4443383

unexpand-works-like-gnu

rm -f foo bar echo " y" | unexpand ../../busybox > foo echo " y" | busybox unexpand ../../busybox > bar set +e test ! -f foo -a -f bar if [ $? = 0 ] ; then set -e diff -q foo bar fi rm -
www.eeworm.com/read/428548/1958934

unexpand-works-like-gnu

rm -f foo bar echo " y" | unexpand ../../busybox > foo echo " y" | busybox unexpand ../../busybox > bar set +e test ! -f foo -a -f bar if [ $? = 0 ] ; then set -e diff -q foo bar fi rm -
www.eeworm.com/read/250015/4443396

pwd-prints-working-directory

test $(pwd) = $(busybox pwd)
www.eeworm.com/read/250015/4443419

dirname-handles-single-component

test $(busybox dirname foo) = .
www.eeworm.com/read/227259/4776793

pwd-prints-working-directory

test $(pwd) = $(busybox pwd)
www.eeworm.com/read/227259/4776816

dirname-handles-single-component

test $(busybox dirname foo) = .