代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/440906/1774512
c nrv1_main.c
// PR c++/5636
// Bug: the named return value optimization interfered with EH cleanups.
// Split into pieces for binary compatibility testing October 2002
extern void nrv1_x (void);
int
main ()
{
www.eeworm.com/read/440906/1774531
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/440906/1774567
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/439082/1818181
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/434552/1871448
h sockio.h
/*
* SVR4 style ifstats. Needed for source code compatibility with
* SVR4 drivers that want this structure.
*
* Copyright (C) 1997 David Grothe, Gcom, Inc
*
* This library is
www.eeworm.com/read/432906/1887874
h mutex.h
/*
* Copyright (c) 2006 Cisco Systems. All rights reserved.
*
* This file is released under the GPLv2.
*/
/* mutex compatibility for pre-2.6.16 kernels */
#ifndef __LINUX_MUTEX_H
#define __LINU
www.eeworm.com/read/430518/1927159
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/428548/1958798
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/414605/2143664
h winuser.h
/* winuser.h*/
/*
* Copyright (c) 1999, 2000 Greg Haerr
*
* Win32 USER structures and API
*/
#include "winctl.h" /* required compatibility for resource compiler*/
/* moved from
www.eeworm.com/read/409921/2225636
c dllmain.c
/* $Id: dllmain.c 21961 2006-05-21 11:49:34Z greatlrd $
*
* dllmain.c
*
* ReactOS MSVCRT.DLL Compatibility Library
*
* THIS SOFTWARE IS NOT COPYRIGHTED
*
* This source code is offere