代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/247849/4473904

h linux.h

/* Definitions of target machine for GNU compiler, for IBM RS/6000 running AIX version 3.1. Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. Contributed by Michael Meissner
www.eeworm.com/read/247849/4474097

h linux.h

/* Definitions for Intel 386 running Linux-based GNU systems with ELF format. Copyright (C) 1994, 1995, 1996, 1997, 1998 Free Software Foundation, Inc. Contributed by Eric Youngdale. Modified
www.eeworm.com/read/247849/4474225

h linux.h

/* Definitions for SPARC running Linux-based GNU systems with ELF. Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. Contributed by Eddie C. Dost (ecd@skynet.be) This file is part o
www.eeworm.com/read/247664/4475230

tex linux.tex

Debugging efsl on embedded devices is a rather hard job, because you can't just printf debug strings or watch memory maps easily. Because of that, core development has been performed under the Linux
www.eeworm.com/read/247605/4478472

h _linux.h

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/247605/4478485

cfg _linux.cfg

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/247605/4478553

h _linux.h

/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * The contents of this file are subject to the Mozilla Public * License Version 1.1 (the "License"); you may not u
www.eeworm.com/read/247605/4479919

in tdllaccess-linux.in

# Command List # DLLAccess() # DLLAccess(dllName,nLibType) # Open # Close # GetSymbol
www.eeworm.com/read/247605/4480102

pcf linux.pcf

# # ***** BEGIN LICENSE BLOCK ***** # Source last modified: $Id: linux.pcf,v 1.2.42.1 2004/07/09 02:02:13 hubbe Exp $ # # Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserved. #
www.eeworm.com/read/246048/4498065

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 :