代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/289562/7805652
mk linux.mk
include ../Make.defines.linux
PROGS = echoall echoarg exec1 exec2 fork1 fork2 pracct pruids shell1 shell2 \
systest1 systest2 systest3 tellwait1 tellwait2 test1 times1 vfork1 vfork3 wait1 zombie
al
www.eeworm.com/read/289562/7805682
mk linux.mk
include ../Make.defines.linux
PROGS = access cdpwd changemod devrdev fileflags filetype ftw4 \
hello hole longpath ls1 mycd seek testerror \
uidgid umask unlink zap
all: ${PROGS}
savedid: saved
www.eeworm.com/read/289562/7805707
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = getpwsvr4 getpw44bsd goodexit getlogin sizepipe
all: ${PROGS} openmax.o sleep.o sleepus_poll.o sleepus_select.o asyncsocket.o
goodexit.o: goodexit.c
go
www.eeworm.com/read/289562/7805727
mk linux.mk
include ../Make.defines.linux
PROGS = child critical mask read1 read2 reenter sigtstp \
sigusr suspend1 suspend2 tsleep2
all: abort.o sleep1.o sleep2.o system.o tsleep2.o ${PROGS}
abort.o: abort.c
www.eeworm.com/read/289562/7805743
mk linux.mk
include ../Make.defines.linux
EXTRA=-DDEBUG
PROGS = call
HDRS = call.h
all: ${PROGS}
call.o: call.c ${HDRS}
main.o: main.c ${HDRS}
put.o: put.c ${HDRS}
take.o: take.c ${HDRS}
takeput.o: t
www.eeworm.com/read/289562/7805761
mk linux.mk
include ../Make.defines.linux
PROGS = buf tempfiles tempnam
all: $(PROGS)
clean:
rm -f $(PROGS)
www.eeworm.com/read/289562/7805778
mk linux.mk
include ../Make.defines.linux
EXTRA=-DDEBUG
PROGS = print printd
HDRS = print.h ipp.h
all: ${PROGS}
util.o: util.c ${HDRS}
print.o: print.c ${HDRS}
printd.o: printd.c ${HDRS}
print: print.o u
www.eeworm.com/read/289562/7805809
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = add2 add2stdio fifo1 myuclc pipe1 pipe2 pipe4 popen1 popen2 spipe4 tshm
all: ${PROGS} tellwait.o
tellwait.o: tellwait.c
clean:
rm -f ${PROGS} ${TEMPFI
www.eeworm.com/read/289562/7805826
mk linux.mk
include ../Make.defines.linux
PROGS = conf options
all: ${PROGS}
conf: conf.c
conf.c:
nawk -f makeconf.awk >conf.c
options: options.c
options.c:
nawk -f makeopt.awk >options.c
clean:
rm -f $
www.eeworm.com/read/289562/7805842
mk linux.mk
include ../Make.defines.linux
EXTRA=
EXTRALIBS=-pthread
PROGS = atfork timeout suspend
all: detach.o getenv1.o getenv2.o getenv3.o ${PROGS}
detach.o: detach.c
timeout.o: timeout.c
getenv1.o: gete