代码搜索:BusyBox

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

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

cut-cuts-an-open-range

test $(echo abcd | busybox cut -c -3) = abc
www.eeworm.com/read/418008/2095322

cut-cuts-a-character

test $(echo abcd | busybox cut -c 3) = c
www.eeworm.com/read/250015/4443435

tar-extracts-multiple-files

touch foo bar busybox tar cf foo.tar foo bar rm foo bar busybox tar -xf foo.tar test -f foo test -f bar
www.eeworm.com/read/227259/4776832

tar-extracts-multiple-files

touch foo bar busybox tar cf foo.tar foo bar rm foo bar busybox tar -xf foo.tar test -f foo test -f bar
www.eeworm.com/read/227259/4776933

h libbb_udhcp.h

/* libbb_udhcp.h - busybox compatability wrapper */ /* bit of a hack, do this no matter what the order of the includes. * (for busybox) */ #ifdef CONFIG_INSTALL_NO_USR #undef DEFAULT_SCRIPT #define
www.eeworm.com/read/295117/3912325

tar-extracts-multiple-files

touch foo bar busybox tar cf foo.tar foo bar rm foo bar busybox tar -xf foo.tar test -f foo test -f bar
www.eeworm.com/read/418008/2095295

tar-extracts-multiple-files

touch foo bar busybox tar cf foo.tar foo bar rm foo bar busybox tar -xf foo.tar test -f foo test -f bar
www.eeworm.com/read/135153/5887685

c klogd.c

/* vi: set sw=4 ts=4: */ /* * Mini klogd implementation for busybox * * Copyright (C) 2001 by Gennady Feldman . * Changes: Made this a standalone busybox module which uses st
www.eeworm.com/read/492380/1175471

svn-base if-json.c.svn-base

/* * if-json. Interface list in JSON format. * Based on busybox, see . * * Copyright (C) 2008 OpenRB.com * * This program is free software: you can redistribute
www.eeworm.com/read/173430/9658863

c klogd.c

/* vi: set sw=4 ts=4: */ /* * Mini klogd implementation for busybox * * Copyright (C) 2001 by Gennady Feldman . * Changes: Made this a standalone busybox module which uses st