代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/276787/4163112

false

/bin/false busybox 50
www.eeworm.com/read/276787/4163113

stty

/bin/stty busybox 50
www.eeworm.com/read/276787/4163119

mktemp

/bin/mktemp busybox 50
www.eeworm.com/read/276787/4163120

cat

/bin/cat busybox 50
www.eeworm.com/read/276787/4163121

chgrp

/bin/chgrp busybox 50
www.eeworm.com/read/428548/1958949

pwd-prints-working-directory

test $(pwd) = $(busybox pwd)
www.eeworm.com/read/428548/1958975

dirname-handles-single-component

test $(busybox dirname foo) = .
www.eeworm.com/read/418008/2095256

pwd-prints-working-directory

test $(pwd) = $(busybox pwd)
www.eeworm.com/read/418008/2095279

dirname-handles-single-component

test $(busybox dirname foo) = .
www.eeworm.com/read/173430/9658948

c dpkg.c

/* * Mini dpkg implementation for busybox. * This is not meant as a replacemnt for dpkg * * Copyright (C) 2001 by Glenn McGrath * * Started life as a busybox implementation of udpkg * *