代码搜索:Compatibility

找到约 6,848 项符合「Compatibility」的源代码

代码结果 6,848
www.eeworm.com/read/376060/2715619

svn-base stdarg.h.svn-base

//stdarg.h #ifndef __STDARG_H #define __STDARG_H // *fix 1.2.3b va_list is now char* for compatibility, // and the args are at increasing addresses (was broken by stack direction change) typed
www.eeworm.com/read/376060/2715632

h stdarg.h

//stdarg.h #ifndef __STDARG_H #define __STDARG_H // *fix 1.2.3b va_list is now char* for compatibility, // and the args are at increasing addresses (was broken by stack direction change) typed
www.eeworm.com/read/376060/2716016

svn-base stdarg.h.svn-base

//stdarg.h #ifndef __STDARG_H #define __STDARG_H // *fix 1.2.3b va_list is now char* for compatibility, // and the args are at increasing addresses (was broken by stack direction change) typed
www.eeworm.com/read/376060/2716029

h stdarg.h

//stdarg.h #ifndef __STDARG_H #define __STDARG_H // *fix 1.2.3b va_list is now char* for compatibility, // and the args are at increasing addresses (was broken by stack direction change) typed
www.eeworm.com/read/374581/2749725

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/367182/2851982

implies

# Make sure these routines come before ldbl-opt. ieee754/ldbl-128ibm # These supply the ABI compatibility for when long double was double. ieee754/ldbl-opt
www.eeworm.com/read/367182/2852000

c chown.c

/* chown() compatibility. Copyright (C) 1998, 2000, 2002, 2003, 2005 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redist
www.eeworm.com/read/366702/2862374

exp mips16-inter.exp

# Run compatibility tests in which the "alt" compiler tries to force # MIPS16 mode. # We can only guarantee MIPS16 runtime support for certain targets. if { ![istarget mipsisa*-*-elf*] && ![istarget
www.eeworm.com/read/366702/2865999

c conv1.c

// Test for backwards brain-damage compatibility with -fpermissive. // { dg-options "-fpermissive -w" } void f (); void f (int *); void g (int); int main () { void *v = 1234; void (*p)() = v;
www.eeworm.com/read/366702/2866986

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 () {