代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/250243/4434409
s x_bsun.s
|
| x_bsun.sa 3.3 7/1/91
|
| fpsp_bsun --- FPSP handler for branch/set on unordered exception
|
| Copy the PC to FPIAR to maintain 881/882 compatibility
|
| The real_bsun handler will need to perform
www.eeworm.com/read/250015/4443502
sh check-lxdialog.sh
#!/bin/sh
# Check ncurses compatibility
# What library to link
ldflags()
{
$cc -print-file-name=libncursesw.so | grep -q /
if [ $? -eq 0 ]; then
echo '-lncursesw'
exit
fi
$cc -print-file-name
www.eeworm.com/read/243567/4522287
s x_bsun.s
|
| x_bsun.sa 3.3 7/1/91
|
| fpsp_bsun --- FPSP handler for branch/set on unordered exception
|
| Copy the PC to FPIAR to maintain 881/882 compatibility
|
| The real_bsun handler will need to perform
www.eeworm.com/read/242732/4537574
h wsockcompat.h
/* include/wsockcompat.h
* Windows -> Berkeley Sockets compatibility things.
*/
#if !defined __XML_WSOCKCOMPAT_H__
#define __XML_WSOCKCOMPAT_H__
#ifdef _WIN32_WCE
#include
#el
www.eeworm.com/read/242732/4541772
h winnetwk.h
/* $Id: winnetwk.h 20909 2006-01-15 22:25:16Z gvg $
*
* Compatibility header
*
* This header is wrapper to allow compilation of Wine DLLs under ReactOS
* build system. It contains definition
www.eeworm.com/read/240204/4576396
h glut.h
//
// "$Id: glut.h,v 1.1.1.1 2003/06/03 22:25:36 agno Exp $"
//
// GLUT compatibility header for the Fast Light Tool Kit (FLTK).
//
// Copyright 1998-2002 by Bill Spitzak and others.
//
// This
www.eeworm.com/read/240162/4579375
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/240162/4579399
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/240162/4589459
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/239230/4605065
sh check-lxdialog.sh
#!/bin/sh
# Check ncurses compatibility
# What library to link
ldflags()
{
$cc -print-file-name=libncursesw.so | grep -q /
if [ $? -eq 0 ]; then
echo '-lncursesw'
exit
fi
$cc -print-file-name