代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/476738/6749523

mk linux.mk

include ../Make.defines.linux all: orphan3 clean: rm -f orphan3
www.eeworm.com/read/476738/6749536

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/476738/6749545

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/476738/6749553

mk linux.mk

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

pdf linux.pdf

www.eeworm.com/read/265395/11264992

linux readme.linux

# Altera jblaster # Linux Version 1.1L # # As far as Altera does not claim any rights, i would like # this code to be distributed in terms of the GPL # # (c) Altera Corporation # (c) GPL 2002 Robin
www.eeworm.com/read/409833/11310823

pdf linux.pdf

www.eeworm.com/read/264403/11316058

chm linux.chm

www.eeworm.com/read/264377/11317314

mk linux.mk

include ../Make.defines.linux # # Makefile for misc library. # AR = ar LIBMISC = libapue.a OBJS = bufargs.o cliconn.o clrfl.o \ daemonize.o error.o errorlog.o lockreg.o locktest.o \ openma
www.eeworm.com/read/264377/11317331

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = deadlock mandatory all: ${PROGS} clean: rm -f ${PROGS} ${TEMPFILES} *.o