代码搜索:BusyBox

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

代码结果 1,719
www.eeworm.com/read/173430/9658695

c msh.c

/* vi: set sw=4 ts=4: */ /* * Minix shell port for busybox * * This version of the Minix shell was adapted for use in busybox * by Erik Andersen and * Vladimir Oleynik
www.eeworm.com/read/146316/12658995

c msh.c

/* vi: set sw=4 ts=4: */ /* * Minix shell port for busybox * * This version of the Minix shell was adapted for use in busybox * by Erik Andersen and * Vladimir Oleynik
www.eeworm.com/read/250015/4443327

hostname-d-works

test x$(hostname -d) = x$(busybox hostname -d)
www.eeworm.com/read/250015/4443329

hostname-s-works

test x$(hostname -s) = x$(busybox hostname -s)
www.eeworm.com/read/250015/4443330

hostname-i-works

test x$(hostname -i) = x$(busybox hostname -i)
www.eeworm.com/read/250015/4443332

basename-works

test x$(basename $(pwd)) = x$(busybox basename $(pwd))
www.eeworm.com/read/250015/4443336

id-ur-works

test x$(id -ur) = x$(busybox id -ur)
www.eeworm.com/read/250015/4443337

id-u-works

test x$(id -u) = x$(busybox id -u)
www.eeworm.com/read/250015/4443338

id-un-works

test x$(id -un) = x$(busybox id -un)
www.eeworm.com/read/250015/4443339

id-g-works

test x$(id -g) = x$(busybox id -g)