代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/428548/1959021
cut-cuts-an-unclosed-range
test $(echo abcd | busybox cut -c 3-) = cd
www.eeworm.com/read/418008/2095246
echo-does-not-print-newline
test `busybox echo -n word | wc -c` -eq 4
www.eeworm.com/read/418008/2095262
cp-preserves-source-file
touch foo
busybox cp foo bar
test -f foo
www.eeworm.com/read/418008/2095320
cut-cuts-an-unclosed-range
test $(echo abcd | busybox cut -c 3-) = cd
www.eeworm.com/read/250015/4443145
sh mkrootfs.sh
#!/bin/bash
#
# mkrootfs.sh - creates a root file system
#
# TODO: need to add checks here to verify that busybox, uClibc and bzImage
# exist
# command-line settable variables
BUSYBOX_DIR=..
UCLIBC
www.eeworm.com/read/229403/4756346
inittab
# /etc/inittab
#
# Copyright (C) 2001 Erik Andersen
#
# Note: BusyBox init doesn't support runlevels. The runlevels field is
# completely ignored by BusyBox init. If you want
www.eeworm.com/read/229403/4756393
inittab
# /etc/inittab
#
# Copyright (C) 2001 Erik Andersen
#
# Note: BusyBox init doesn't support runlevels. The runlevels field is
# completely ignored by BusyBox init. If you want