代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/318297/13481715
linux makefile.linux
############################################################################
## ISO MPEG Audio Subgroup Software Simulation Group (1996)
## ISO 13818-3 MPEG-2 Audio Decoder - Lower Sampling Frequency
www.eeworm.com/read/318259/13482502
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/318256/13482561
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/318255/13482580
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/318254/13482595
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/318176/13484388
txt linux.txt
RedHat Linux 6.0+ MIRACL i386 installation
Also works OK for Solaris if its x386/Pentium based.
1. Unzip the MIRACL.ZIP file using the utility unzip, into an empty directory
unzip -j -aa -L m
www.eeworm.com/read/316845/13516105
linux makefile.linux
###############################
# Dawn Light Player
#
# Makefile.linux
#
# Created by kf701
# Mon Feb 25 17:05:41 CST 2008
#
# $Id: Makefile.linux 174 2008-03-22 06:30:04Z kf701 $
####################
www.eeworm.com/read/315903/13535009
chm linux.chm
www.eeworm.com/read/315180/13549144
h linux.h
// linux.h: header for linux.c
typedef unsigned char uchar;
typedef long long vlong;
int dial(char *);
int getindx(int, char *);
int getea(int, char *, uchar *);
int getsec(int, uchar *, vlong, int)
www.eeworm.com/read/315180/13549152
c linux.c
// linux.c: low level access routines for Linux
#include "config.h"
#include
#include
#include
#include
#include
#include
#includ