代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/253410/12225290
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
www.eeworm.com/read/253410/12225314
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = csize settty t_getpass t_isatty t_raw t_ttyname winch
all: ${PROGS} ctermid.o
ctermid.o: ctermid.c
getpass.o: getpass.c
isatty.o: isatty.c
ttyname.o:
www.eeworm.com/read/253409/12225356
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/253409/12225382
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/253409/12225426
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = findsvc bo ruptime ruptimed ruptimed-fd ruptime-dg ruptimed-dg \
bindunix
all: ${PROGS} clconn.o initsrv1.o initsrv2.o recvfd.o sendfd.o \
cliconn.o
www.eeworm.com/read/253409/12225436
mk linux.mk
include ../Make.defines.linux
all: orphan3
clean:
rm -f orphan3
www.eeworm.com/read/253409/12225451
mk linux.mk
include ../Make.defines.linux
PROGS = pty
all: ${PROGS}
loop.o: loop.c
driver.o: driver.c
main.o: main.c
pty: main.o loop.o driver.o
gcc -o pty main.o loop.o driver.o $(LDDIR) -lapue
clean
www.eeworm.com/read/253408/12225469
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/253408/12225515
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/253408/12225538
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = opend
all: ${PROGS}
cliargs.o: cliargs.c
main.o: main.c
request.o: request.c
opend: main.o request.o cliargs.o
$(CC) $(CFLAGS) -o opend main.o clia