代码搜索:linux

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

代码结果 10,000
www.eeworm.com/read/426481/1990370

sh gcc-linux.sh

#! /bin/sh # Setup for compiling with GCC/G++ for Linux if [ "$CHECKED" = "1" ]; then echo Checked debug build enabled. else echo Release build enabled. fi export MAKESTARTUP=$SCITECH/maked
www.eeworm.com/read/426418/1991401

h xenv_linux.h

/****************************************************************************** * * XILINX IS PROVIDING THIS DESIGN, CODE, OR INFORMATION "AS IS" * AS A COURTESY TO YOU, SOLELY FOR USE IN
www.eeworm.com/read/425805/2002879

h linux_types.h

#ifndef _LINUX_TYPES_H #define _LINUX_TYPES_H #ifdef __NOLINUX__ typedef unsigned char unchar; #if !defined(__SIMNT__) typedef unsigned short ushort; #endif typedef unsigned int uint; t
www.eeworm.com/read/425805/2002884

h linux_kd.h

#ifndef _LINUX_KD_H #define _LINUX_KD_H /* 0x4B is 'K', to avoid collision with termios and vt */ #define GIO_FONT 0x4B60 /* gets font in expanded form */ #define PIO_FONT 0x4B61 /* use font i
www.eeworm.com/read/425805/2002897

h linux_keyboard.h

#ifndef __LINUX_KEYBOARD_H #define __LINUX_KEYBOARD_H #define KG_SHIFT 0 #define KG_CTRL 2 #define KG_ALT 3 #define KG_ALTGR 1 #define KG_SHIFTL 4 #define KG_SHIFTR 5 #define KG_CTRLL 6 #
www.eeworm.com/read/423632/2025524

spec linux-wlan.spec

%define pfx /opt/freescale/rootfs/%{_target_cpu} Summary : Linux Wireless LAN Name : linux-wlan-ng Version : 0.1.12 Release : 1 License : MPL Vendor
www.eeworm.com/read/423632/2025534

spec util-linux.spec

%define pfx /opt/freescale/rootfs/%{_target_cpu} Summary : A collection of basic system utilities Name : util-linux Version : 2.12 Release : 1 License : GPL
www.eeworm.com/read/423632/2025544

spec linux-atm.spec

%define pfx /opt/freescale/rootfs/%{_target_cpu} Summary : linux atm bus related utilities. Name : linux-atm Version : 2.4.1 Release : 1 License : GPL/LGPL
www.eeworm.com/read/422638/2035617

h linux_ansi.h

#ifndef __LINUX_ANSI_H_ #define __LINUX_ANSI_H_ #ifdef __cplusplus extern "C" { #endif // __cplusplus #include typedef unsigned int tcflag_t; typedef unsigned char cc_t;
www.eeworm.com/read/422060/2045578

linux-gcc makefile.linux-gcc

#!/usr/make # # Makefile for SQLITE # # This is a template makefile for SQLite. Most people prefer to # use the autoconf generated "configure" script to generate the # makefile automatically. But th