代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/367075/9784235

pdf linux.pdf

www.eeworm.com/read/170603/9796756

c linux.c

/* x86s running Linux */ #include static char rcsid[] = "$Id: linux.c,v 1.5 1998/09/16 20:41:09 drh Exp $"; #ifndef LCCDIR #define LCCDIR "/usr/local/lib/lcc/" #endif char *suffixes[] =
www.eeworm.com/read/415537/11064223

html linux.html

linux
www.eeworm.com/read/415495/11071293

txt linux.txt

** ** ** VIA Networking Solomon-A/B/G Wireless LAN Adapter ** ** Linux Driver (binary release) ** ** v1.17 August 2006 ** ** Introduction: ============= The instructions l
www.eeworm.com/read/269765/11078958

chm linux.chm

www.eeworm.com/read/415212/11080454

readme-linux

Welcome to YAFFS, the first file system developed specifically for NAND flash. It is now YAFFS2 - original YAFFS (AYFFS1) only supports 512-byte page NAND and is now deprectated. YAFFS2 supports 512b
www.eeworm.com/read/269691/11082862

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/269691/11082871

mk linux.mk

include ../Make.defines.linux EXTRA= PROGS = deadlock mandatory all: ${PROGS} clean: rm -f ${PROGS} ${TEMPFILES} *.o
www.eeworm.com/read/269691/11082900

mk linux.mk

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

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