代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/340665/3280161
c 20020527-1.c
/* PR c/6660
Test whether an unnamed field with user defined type - struct or union is
accepted. */
/* { dg-do compile } */
/* { dg-options "-fms-extensions" } */
typedef struct {
unsigned s
www.eeworm.com/read/340665/3281001
c xopen-2.c
/* Test for X/Open format extensions, as found in the
Single Unix Specification. Test for bug reported by
Pierre-Canalsat PETIT
in PR c/6547.
www.eeworm.com/read/339586/3296883
h exceptiontest.h
#ifndef EXCEPTIONTEST_H
#define EXCEPTIONTEST_H
#include
class ExceptionTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( ExceptionTest );
CPPUNIT_
www.eeworm.com/read/339586/3296901
h testpathtest.h
#ifndef TESTPATHTEST_H
#define TESTPATHTEST_H
#include
#include
#include
#include
/*! \class TestPathTest
www.eeworm.com/read/339586/3296933
h testsuitetest.h
#ifndef TESTSUITETEST_H
#define TESTSUITETEST_H
#include
#include
class TestSuiteTest : public CPPUNIT_NS::TestFixture
{
CPPUNIT_TEST_SUITE( TestSu
www.eeworm.com/read/337546/3336076
kconfig
#
# Wireless LAN device configuration
#
menu "Wireless LAN (non-hamradio)"
depends on NETDEVICES
config NET_RADIO
bool "Wireless LAN drivers (non-hamradio) & Wireless Extensions"
select WIRELESS_
www.eeworm.com/read/334125/3372616
c charcnv.c
/*
Unix SMB/CIFS implementation.
Character set conversion Extensions
Copyright (C) Igor Vergeichik 2001
Copyright (C) Andrew Tridgell 2001
Copyright (C) Simo Sorce 2001
www.eeworm.com/read/324920/3494870
kconfig
#
# Wireless LAN device configuration
#
menu "Wireless LAN (non-hamradio)"
depends on NETDEVICES
config NET_RADIO
bool "Wireless LAN drivers (non-hamradio) & Wireless Extensions"
---help---
Su
www.eeworm.com/read/321483/3534564
t os2_ea.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)REXX\b/) {
print "1..0\n";
exit 0;
www.eeworm.com/read/321483/3534570
t os2_prfdb.t
BEGIN {
chdir 't' if -d 't/lib';
@INC = '../lib' if -d 'lib';
require Config; import Config;
if (-d 'lib' and $Config{'extensions'} !~ /\bOS2(::|\/)PrfDB\b/) {
print "1..0\n";
exit 0