代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/206585/5008262

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/205824/5019098

h linux.h

#ifndef _LINUX_TYPES_H #define _LINUX_TYPES_H #include #ifndef NULL #define NULL (void*)0 #endif typedef struct page { int x; } mem_map_t; /* i386
www.eeworm.com/read/205824/5019286

s linux.s

/* * FreeLoader * Copyright (C) 1998-2002 Brian Palmer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene
www.eeworm.com/read/205824/5019348

h linux.h

/* * FreeLoader * Copyright (C) 1998-2003 Brian Palmer * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Gene
www.eeworm.com/read/203830/5038823

pl linux.pl

#!/usr/local/bin/perl # # linux.pl - the standard unix makefile stuff. # $o='/'; $cp='/bin/cp'; $rm='/bin/rm -f'; # C compiler stuff $cc='gcc'; if ($debug) { $cflags="-g2 -ggdb -DREF_CHECK -DCRYPT
www.eeworm.com/read/201809/5057132

c linux.c

/* * linux.c * Release $Name: MATRIXSSL_1_7_3_OPEN $ * * Linux compatibility layer * Other UNIX like operating systems should also be able to use this * implementation without change. */ /* *
www.eeworm.com/read/200288/5069167

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/200288/5069187

linux makefile.linux

############################################################################# # # Realmode X86 Emulator Library # # Copyright (C) 1996-1999 SciTech Software, Inc. # # ===============
www.eeworm.com/read/200278/5070760

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/200278/5070766

mk linux.mk

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