代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/479151/1340929
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.
*
* S
www.eeworm.com/read/470720/1444491
c filter1_main.c
// Test that cleanups get run when a catch filter fails to match.
// Split into pieces for binary compatibility testing October 2002
extern void filter1_x (void);
int
main ()
{
filter1_x ();
}
www.eeworm.com/read/470720/1444515
c spec3_main.c
// PR c++/4381
// Test that exception-specs work properly for classes with virtual bases.
// Split into pieces for binary compatibility testing October 2002
extern void spec3_x (void);
int
main ()
www.eeworm.com/read/470720/1451591
c 20010611-1.c
/* Origin: PR c/3116 from Andreas Jaeger . */
/* When determining type compatibility of function types, we must remove
qualifiers from argument types. We used to fail to do this prope
www.eeworm.com/read/470720/1452005
c array-5.c
/* { dg-do compile } */
/* { dg-options "" } */
/* Check compatibility of array declarations. */
/* Incomplete decl matches. */
extern char arr0[];
char arr0[1];
/* Two integral expressions must
www.eeworm.com/read/470693/1456437
c filter1_main.c
// Test that cleanups get run when a catch filter fails to match.
// Split into pieces for binary compatibility testing October 2002
extern void filter1_x (void);
int
main ()
{
filter1_x ();
}
www.eeworm.com/read/470693/1456461
c spec3_main.c
// PR c++/4381
// Test that exception-specs work properly for classes with virtual bases.
// Split into pieces for binary compatibility testing October 2002
extern void spec3_x (void);
int
main ()
www.eeworm.com/read/470693/1463537
c 20010611-1.c
/* Origin: PR c/3116 from Andreas Jaeger . */
/* When determining type compatibility of function types, we must remove
qualifiers from argument types. We used to fail to do this prope
www.eeworm.com/read/470693/1463951
c array-5.c
/* { dg-do compile } */
/* { dg-options "" } */
/* Check compatibility of array declarations. */
/* Incomplete decl matches. */
extern char arr0[];
char arr0[1];
/* Two integral expressions must
www.eeworm.com/read/460691/1558284
h socket.h
// sys/socket.h
// djl
// Provide UNIX compatibility
#ifndef _INC_SYS_SOCKET
#define _INC_SYS_SOCKET
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _WINDOWS_
#ifdef __GNUC__
#de