代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/366702/2867005
c vbase10_main.c
// The offset of virtual base `B' is not ABI-compliant and may change in
// a future version of GCC.
// g++.dg/abi/vbase10.C tests this with -Wabi.
// Split into pieces for binary compatibility testin
www.eeworm.com/read/366702/2867044
c byval1_main.c
// PR c++/3948
// Test that the destructor call for a value parameter gets the
// right address.
// Split into pieces for binary compatibility testing October 2002
extern void byval1_x (void);
int
m
www.eeworm.com/read/362572/2930639
am makefile.am
# Sun-compatibility scripts
#
# Copyright (c) 1996, 1997, 1998, 1999
# Transvirtual Technologies, Inc. All rights reserved.
#
# Copyright (c) 2007
# Kaffe.org contributors. See ChangeLog for de
www.eeworm.com/read/358128/3001338
pm handle.pm
package Tie::Handle;
use 5.006_001;
our $VERSION = '4.1';
# Tie::StdHandle used to be inside Tie::Handle. For backwards compatibility
# loading Tie::Handle has to make Tie::StdHandle available.
use
www.eeworm.com/read/358128/3004155
inc innodb_rollback_on_timeout.inc
#
# Bug #24200: Provide backwards compatibility mode for 4.x "rollback on
# transaction timeout"
#
show variables like 'innodb_rollback_on_timeout';
create table t1 (a int unsigned not null primary ke
www.eeworm.com/read/358128/3006098
h os2compat.h
/* OS/2 compatibility defines.
This file is intended to be included from config.h
Copyright (C) 2001-2002 Free Software Foundation, Inc.
This program is free software; you can redistribute i
www.eeworm.com/read/357352/3016349
c bb_compat.c
/* vi: set sw=4 ts=4: */
/*
* bb_compat.c --- compatibility badblocks routines
*
* Copyright (C) 1997 Theodore Ts'o.
*
* %Begin-Header%
* This file may be redistributed under the terms of the GN
www.eeworm.com/read/357083/3031893
h unistd.h
#ifndef _ASM_PARISC_UNISTD_H_
#define _ASM_PARISC_UNISTD_H_
/*
* This file contains the system call numbers.
*/
/*
* HP-UX system calls get their native numbers for binary compatibility.
*/
#
www.eeworm.com/read/262041/4316432
h mroute.h
#ifndef __LINUX_MROUTE_H
#define __LINUX_MROUTE_H
#include
#include
/*
* Based on the MROUTING 3.5 defines primarily to keep
* source compatibility with BSD.
www.eeworm.com/read/261925/4319357
py msgstore.py
from __future__ import generators
import sys, os, re
import locale
try:
True, False
except NameError:
# Maintain compatibility with Python 2.2
True, False = 1, 0
# MAPI imports etc.
fro