代码搜索:BusyBox
找到约 1,719 项符合「BusyBox」的源代码
代码结果 1,719
www.eeworm.com/read/173430/9659149
spec busybox.spec
%define name busybox
%define epoch 0
%define version 0.60.3
%define release %(date -I | sed -e 's/-/_/g')
%define serial 1
Name: %{name}
#Epoch: %{epoch}
Version: %{version}
Release: %{release}
www.eeworm.com/read/146316/12658987
h busybox.h
/* vi: set sw=4 ts=4: */
/*
* Busybox main internal header file
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License a
www.eeworm.com/read/146316/12659005
mkll busybox.mkll
#!/bin/sh
# Make busybox links list file.
# input $1: full path to Config.h
# input $2: full path to applets.h
# output (stdout): list of pathnames that should be linked to busybox
# Maintainer: Lar
www.eeworm.com/read/146316/12659093
sh busybox.sh
#!/bin/sh
export LC_ALL=POSIX
export LC_CTYPE=POSIX
RAW=` \
$CC -E -dM ${1:-Config.h} | \
sed -n -e '/^.*BB_FEATURE.*$/d;s/^#define.*\/\1.c/gp;' \
| tr A-Z a-z | sort
`
test
www.eeworm.com/read/146316/12659217
c busybox.c
/* vi: set sw=4 ts=4: */
#include
#include
#include
#include
#include
#include "busybox.h"
#ifdef BB_LOCALE_SUPPORT
#include
#endif
int
www.eeworm.com/read/146316/12659381
spec busybox.spec
%define name busybox
%define epoch 0
%define version 0.60.2
%define release %(date -I | sed -e 's/-/_/g')
%define serial 1
Name: %{name}
#Epoch: %{epoch}
Version: %{version}
Release: %{release}
www.eeworm.com/read/173430/9658715
readme
Please see the LICENSE file for copyright information.
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for most of
www.eeworm.com/read/146316/12659033
readme
Please see the LICENSE file for copyright information.
BusyBox combines tiny versions of many common UNIX utilities into a single
small executable. It provides minimalist replacements for most of
www.eeworm.com/read/463692/7176741