代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/284107/4067842

linux makefile.linux

CC = gcc LINKER = $(CC) LINT = lint -c RM = /bin/rm -f LIBS = -L. LIBFILE = CFLAGS = -g -I../../include SRCS = \ SendSM.cpp OBJS = \ SendSM.o COMMLIB = ../../lib/CMPPAPI.a ../../lib
www.eeworm.com/read/284107/4067846

linux makefile.linux

CC = gcc LINKER = $(CC) LINT = lint -c RM = /bin/rm -f LIBS = -L. LIBFILE = CFLAGS = -g -I../../include SRCS = \ RecvSM.cpp OBJS = \ RecvSM.o COMMLIB = ../../lib/CMPPAPI.a ../../lib
www.eeworm.com/read/283334/4085035

linux makefile.linux

# makefile for libpng.a and libpng12.so on Linux ELF with gcc # Copyright (C) 1998, 1999, 2002 Greg Roelofs and Glenn Randers-Pehrson # Copyright (C) 1996, 1997 Andreas Dilger # For conditions of d
www.eeworm.com/read/282766/4087593

h _linux.h

#ifndef __stl_config__linux_h #define __stl_config__linux_h #define _STLP_PLATFORM "Linux" #include /* This is defined wether library in use is glibc or not. This may be tre
www.eeworm.com/read/279968/4129962

c linux.c

/* libc/sys/linux/linux.c - System-specific system calls */ /* Written 2000 by Werner Almesberger */ /* * Most system call wrappers have moved to utilities; future fate of this file * is guided b
www.eeworm.com/read/279451/4136639

xpm linux.xpm

/* XPM */ static char * linux_xpm[] = { "48 20 326 2", " c None", ". c #000000", "+ c #57606C", "@ c #555E6A", "# c #535D69", "$ c #525B67", "% c #505A66", "& c #4F5865", "* c #4D5764", "=
www.eeworm.com/read/278320/4146472

h linux.h

/* linux.h System dependencies for Linux. Based on a configuration originally supplied by Jonathan Stone. */ /* * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") * Copy
www.eeworm.com/read/276929/4161357

sort linux.sort

# # $Date: 2005/01/17 22:40:17 $ # # config file for Sleuth Kit sorter # # Linux Platform # # To make custom modifications, you can also use a file named # linux.lcl.sort ############################
www.eeworm.com/read/276808/4162208

linux makefile.linux

CFLAGS=-g -I/usr/include -I../../include/ -O0 -Wall CC=gcc .y.c: bison -d -o $@ $< .l.c: flex -o$@ $< SRCS = main.c io.c x86emu.c int.c pci.c OBJS = main.o io.o x86emu.o int.o pci.o all :
www.eeworm.com/read/276808/4162227

linux makefile.linux

############################################################################# # # Realmode X86 Emulator Library # # Copyright (C) 1996-1999 SciTech Software, Inc. # # ===============