代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/237824/4620790
py asynsnmp.py
"""
Deprecated PySNMP 1.x compatibility interface to asynchronous SNMP v.1
engine implementation.
Copyright 1999-2002 by Ilya Etingof . See LICENSE for
details.
"""
import
www.eeworm.com/read/237824/4620796
py __init__.py
"""
SNMP framework for Python.
The pysnmp.proto.compat sub-package implements deprecated PySNMP 2.x
compatibility interface. NEVER USE IT FOR NEW PROJECTS!
Copyright 1999-2002 by Ilya Et
www.eeworm.com/read/237824/4620799
py role.py
"""
Deprecated PySNMP 2.0.x compatibility interface to UDP transport
mapping for SNMP.
Copyright 1999-2002 by Ilya Etingof . See LICENSE for
details.
"""
from pysnmp.mappin
www.eeworm.com/read/237824/4620800
py asynrole.py
"""
Deprecated PySNMP 2.0.x compatibility interface to async UDP transport
mapping for SNMP.
Copyright 1999-2002 by Ilya Etingof . See LICENSE for
details.
"""
from pysnmp.
www.eeworm.com/read/233448/4671681
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/233448/4671705
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/233448/4683553
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/233448/4684611
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/230932/4718964
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/223124/4813937
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