代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/292670/3950640
h isapnp.h
/*
* linux/fisapnp.h compatibility header
*/
#ifndef __COMPAT_LINUX_ISAPNP_H_
#define __COMPAT_LINUX_ISAPNP_H_
#include
#if LINUX_VERSION_CODE >= 0x020300
#include_next
www.eeworm.com/read/292670/3950648
h fs.h
/*
* linux/fs.h compatibility header
*/
#ifndef __COMPAT_LINUX_FS_H_
#define __COMPAT_LINUX_FS_H_
#include
#if LINUX_VERSION_CODE < 0x020200
/* no fasync */
#define KILL_FASYNC(
www.eeworm.com/read/277246/4157313
java jbpmschemaupdate.java
package org.jbpm.db.compatibility;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Connection;
import java.sql.SQLEx
www.eeworm.com/read/273740/4193613
c old-checksum.c
/*
* FIXME: old compatibility stuff, will be removed soon.
*/
#include
unsigned int csum_partial_copy( const char *src, char *dst, int len, int sum)
{
int src_err=0, dst_err=0;
www.eeworm.com/read/273740/4195158
c old-checksum.c
/*
* FIXME: old compatibility stuff, will be removed soon.
*/
#include
unsigned int csum_partial_copy( const char *src, char *dst, int len, int sum)
{
int src_err=0, dst_err=0;
www.eeworm.com/read/273740/4199288
quirks readme.quirks
Below is what the bt878 data book says about the PCI bug compatibility
modes of the bt878 chip.
The triton1 insmod option sets the EN_TBFX bit in the control register.
The vsfx insmod option does th
www.eeworm.com/read/273525/4204885
ado rchart_7.ado
*! version 2.1.7 28sep2004
program define rchart_7
version 6, missing
syntax varlist(min=2 max=25) [if] [in] [, STd(real 1e30) Mean(real 1e30) * ]
/* mean included for compatibility with xch
www.eeworm.com/read/269603/4244674
jp
// $Xorg: jp,v 1.3 2000/08/17 19:54:41 cpqbld Exp $
default xkb_keymap "indy" {
xkb_keycodes { include "sgi_vndr/indy(jp106)" };
xkb_types { include "default" };
xkb_compatibility {
www.eeworm.com/read/443386/1743621
c old-checksum.c
/*
* FIXME: old compatibility stuff, will be removed soon.
*/
#include
unsigned int csum_partial_copy( const char *src, char *dst, int len, int sum)
{
int src_err=0, dst_err=0;
www.eeworm.com/read/443386/1744486
s ia32entry.s
/*
* Compatibility mode system call entry point for x86-64.
*
* Copyright 2000-2002 Andi Kleen, SuSE Labs.
*/
#include
#include
#include
#incl