代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/269603/4244673
ca
// $Xorg: ca,v 1.3 2000/08/17 19:54:40 cpqbld Exp $
default xkb_keymap "indy" {
xkb_keycodes { include "sgi_vndr/indy(universal)" };
xkb_types { include "default" };
xkb_compatibility
www.eeworm.com/read/269603/4244677
gb
// $Xorg: gb,v 1.3 2000/08/17 19:54:40 cpqbld Exp $
default xkb_keymap "indy" {
xkb_keycodes { include "sgi_vndr/indy(universal)" };
xkb_types { include "default" };
xkb_compatibility
www.eeworm.com/read/439082/1815391
h pconf.h
/* $Id: pconf.h,v 1.1 1996/12/02 00:09:10 davem Exp $
* pconf.h: pathconf() and fpathconf() defines for SunOS
* system call compatibility.
*
* Copyright (C) 1995, 1996 David S. Miller (da
www.eeworm.com/read/439082/1818010
h siginfo.h
#ifndef _ALPHA_SIGINFO_H
#define _ALPHA_SIGINFO_H
#include
/* This structure matches OSF/1 for binary compatibility. */
typedef union sigval {
int sival_int;
void *sival_ptr;
} si
www.eeworm.com/read/439082/1818586
c uid16.c
/*
* Wrapper functions for 16bit uid back compatibility. All nicely tied
* together in the faint hope we can take the out in five years time.
*/
#include
#include
#i