代码搜索:lInux

找到约 10,000 项符合「lInux」的源代码

代码结果 10,000
www.eeworm.com/read/364932/9886757

mk linux.mk

include ../Make.defines.linux EXTRA= OBJ = getpwnam.o all: ${OBJ} clean: rm -f ${OBJ} ${TEMPFILES} *.o
www.eeworm.com/read/364932/9886775

mk linux.mk

include ../Make.defines.linux EXTRA= EXTRALIBS=-pthread PROGS = threadid exitstatus cleanup badexit2 all: condvar.o mutex1.o mutex2.o mutex3.o rwlock.o ${PROGS} condvar.o: condvar.c mutex1.o: mute
www.eeworm.com/read/364932/9886823

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = #strlist t_isastream all: ${PROGS} spipe.o sendfd.o recvfd.o cliconn.o servlisten.o servaccept.o \ ptyopen.o #isastream.c spipe.o: spipe.c sendfd.o:
www.eeworm.com/read/364932/9886848

mk linux.mk

include ../Make.defines.linux PROGS = mycat fgetsfputs getcputc all: $(PROGS) clean: rm -f $(PROGS)
www.eeworm.com/read/364932/9886889

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = calld HDRS = calld.h all: ${PROGS} childdial.o: childdial.c ${HDRS} cliargs.o: cliargs.c ${HDRS} client.o: client.c ${HDRS} ctlstr.o: ctlstr.c $
www.eeworm.com/read/364932/9886913

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = openclient all: ${PROGS} main.o: main.c open.o: open.c openclient: main.o open.o $(CC) $(CFLAGS) -o openclient main.o open.o $(LDFLAGS) $(LDLIBS)
www.eeworm.com/read/364932/9886955

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/364932/9886997

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/364932/9887041

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/364932/9887074

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