代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/100285/6271375
h linux.h
/* __USE_POSIX, __USE_BSD, and __USE_BSD_SIGNAL used to be defined either
here or with -D compile options, but __ macros should be set and used by C
library macros, not Postgres code. __USE_POS
www.eeworm.com/read/100285/6271798
linux readme.linux
Thanks to thilo@eevolute.com for this README and the RPM
INSTALLING PyGreSQL on Redhat Linux 5.1 or 5.2
==============================================
Things are pretty easy on Redhat Linux. You c
www.eeworm.com/read/422852/6278601
chm linux.chm
www.eeworm.com/read/398163/6291579
linux makefile.linux
BINDIR = /users/sdwil/src/time
INCDIR = /users/sdwil/src/time
#-----------------stop here-------------------------------
INSTALL = mv
AR = ar
CFLAGS = -I$(INCDIR) -L$(INCDIR)
C
www.eeworm.com/read/322905/6301145
linux readme.linux
Sound Driver version 2.4 for Linux
----------------------------------
NOTE! The sound driver is now a part of the Linux kernel distribution.
Check that your kernel doesn't have more recent versi
www.eeworm.com/read/421459/6311253
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/421459/6311262
mk linux.mk
include ../Make.defines.linux
EXTRA=
PROGS = deadlock mandatory
all: ${PROGS}
clean:
rm -f ${PROGS} ${TEMPFILES} *.o
www.eeworm.com/read/421459/6311276
mk linux.mk
include ../Make.defines.linux
EXTRA=
OBJ = getpwnam.o
all: ${OBJ}
clean:
rm -f ${OBJ} ${TEMPFILES} *.o
www.eeworm.com/read/421459/6311288
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/421459/6311314
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: