代码搜索:linux
找到约 10,000 项符合「linux」的源代码
代码结果 10,000
www.eeworm.com/read/147766/5724839
h rio_linux.h
/*
* rio_linux.h
*
* Copyright (C) 1998,1999,2000 R.E.Wolff@BitWizard.nl
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Gen
www.eeworm.com/read/147331/5731084
h linux_time.h
#ifndef _LINUX_TIME_H
#define _LINUX_TIME_H
#include
#include
#ifndef _STRUCT_TIMESPEC
#define _STRUCT_TIMESPEC
struct timespec {
time_t tv_sec; /* seconds */
long tv_
www.eeworm.com/read/147331/5731487
h linux_fsinfo.h
/* Constants from kernel header for various FSes.
Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free softwa
www.eeworm.com/read/146972/5734097
c linux_sockpacket.c
/*
* $smu-mark$
* $name: linux_sockpacket.c$
* $author: Salvatore Sanfilippo $
* $copyright: Copyright (C) 1999 by Salvatore Sanfilippo$
* $license: This software is unde
www.eeworm.com/read/146447/5737791
mk gcc_linux.mk
#############################################################################
#
# SciTech Multi-platform Graphics Library
#
# =====================================================================
www.eeworm.com/read/146447/5737811
mk gcc_linux.mk
#############################################################################
#
# SciTech Multi-platform Graphics Library
#
# =====================================================================
www.eeworm.com/read/146447/5738099
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/140826/5780786
h linux_types.h
#ifndef _LINUX_TYPES_H
#define _LINUX_TYPES_H
/* sysv */
typedef unsigned char unchar;
typedef unsigned short ushort;
typedef unsigned int uint;
typedef unsigned long ulong;
#endif /* _LINUX_TYP
www.eeworm.com/read/140826/5780791
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 in expa
www.eeworm.com/read/140826/5780804
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
#define KG_