代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/123658/14617316
t-linux
# Don't make libgcc1.a
LIBGCC1 =
CROSS_LIBGCC1 =
# On Linux we can print long double
ENQUIRE_CFLAGS = -DNO_MEM -O0
www.eeworm.com/read/123658/14617408
h linux.h
/* Definitions for Linux with ELF format
Copyright (C) 1995 Free Software Foundation, Inc.
Contributed by Eric Youngdale.
Modified for stabs-in-ELF by H.J. Lu.
This file is part of GNU CC.
www.eeworm.com/read/123658/14617943
h linux.h
/* Definitions for Intel 386 running Linux with ELF format
Copyright (C) 1994, 1995 Free Software Foundation, Inc.
Contributed by Eric Youngdale.
Modified for stabs-in-ELF by H.J. Lu.
This f
www.eeworm.com/read/222764/14674935
h linux.h
#ifndef _LINUX_H
#define _LINUX_H
#include
#define S1 signed char
#define S2 signed short
#define S4 signed long
#define S8 signed long long
#define U1 unsigned char
#define U2 unsi
www.eeworm.com/read/222764/14674967
c linux.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ linux.c - this file has linux API native code
www.eeworm.com/read/222764/14674991
h linux.h
#ifndef _LINUX_H
#define _LINUX_H
#include
#define S1 signed char
#define S2 signed short
#define S4 signed long
#define S8 signed long long
#define U1 unsigned char
#define U2 unsi
www.eeworm.com/read/222764/14675043
c linux.c
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ +
+ linux.c - this file has linux API native code
www.eeworm.com/read/122620/14678766
h linux.h
#ifndef __LINUX_H__
#define __LINUX_H__
#include
#include
#include
struct usb_ctrltransfer {
/* keep in sync with usbdevice_fs.h:usbdevfs_ctrltransfer */
u_in
www.eeworm.com/read/122620/14678805
c linux.c
/*
* Linux USB support
*
* Copyright (c) 2000-2003 Johannes Erdfelt
*
* This library is covered by the LGPL, read LICENSE for details.
*/
#include /* getenv, e
www.eeworm.com/read/222508/14687625