代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/324920/3497625
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/323125/3518579
xs rrds.xs
#ifdef __cplusplus
extern "C" {
#endif
#include "EXTERN.h"
#include "perl.h"
#include "XSUB.h"
#ifdef __cplusplus
}
#endif
#include "../../src/rrd_tool.h"
/* perl 5.004 compatibility */
#if PERLPA
www.eeworm.com/read/318961/3560145
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/316872/3588301
c cuboot-52xx.c
/*
* Old U-boot compatibility for MPC5200
*
* Author: Grant Likely
*
* Copyright (c) 2007 Secret Lab Technologies Ltd.
* Copyright (c) 2007 Freescale Semiconductor, I
www.eeworm.com/read/316872/3588318
c cuboot-ebony.c
/*
* Old U-boot compatibility for Ebony
*
* Author: David Gibson
*
* Copyright 2007 David Gibson, IBM Corporatio.
* Based on cuboot-83xx.c, which is:
* Copyright
www.eeworm.com/read/316872/3588328
c treeboot-walnut.c
/*
* Old U-boot compatibility for Walnut
*
* Author: Josh Boyer
*
* Copyright 2007 IBM Corporation
* Based on cuboot-83xx.c, which is:
* Copyright (c) 2007 Freesc
www.eeworm.com/read/316872/3588355
c treeboot-ebony.c
/*
* Old U-boot compatibility for Ebony
*
* Author: David Gibson
*
* Copyright 2007 David Gibson, IBM Corporatio.
* Based on cuboot-83xx.c, which is:
* Copyright
www.eeworm.com/read/316872/3588949
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/316872/3593536
c radeon_ioc32.c
/**
* \file radeon_ioc32.c
*
* 32-bit ioctl compatibility routines for the Radeon DRM.
*
* \author Paul Mackerras
*
* Copyright (C) Paul Mackerras 2005
* All Rights Reserved
www.eeworm.com/read/316872/3596716
h fbio.h
#ifndef __LINUX_FBIO_H
#define __LINUX_FBIO_H
/* Constants used for fbio SunOS compatibility */
/* (C) 1996 Miguel de Icaza */
/* Frame buffer types */
#define FBTYPE_NOTYPE -1
#define FBT