代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/179911/5300401
c cvf.c
/*
* CVF extensions for fat-based filesystems
*
* written 1997,1998 by Frank Gockel
*
* please do not remove the next line, dmsdos needs it for verifying patches
www.eeworm.com/read/167185/5464564
wext wpro.wext
# @(#)wpro.wext 1.2 6/24/91 ERL - waves extensions demo wavepro
# This file specifies many of the parameters for the program waves.
# Specifications take the form
# key_word
# One or several
www.eeworm.com/read/164098/5499237
h armmem.h
/*
armmem.c - Memory map decoding, ROM and RAM emulation.
ARMulator extensions for the ARM7100 family.
Copyright (C) 1999 Ben Williamson
This program is free software; you can r
www.eeworm.com/read/162614/5517640
c anon-struct1.c
/* { dg-options "-ansi -pedantic -pedantic-errors" } */
/* In strict ISO C++ mode, we don't recognize the anonymous struct
extension or any Microsoft C extensions. */
struct A { char a; };
struc
www.eeworm.com/read/162614/5528692
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/350097/3133242
h wireless.h
/*
* This file define a set of standard wireless extensions
*
* Version : 9 16.10.99
*
* Authors : Jean Tourrilhes - HPL -
*/
#ifndef _LINUX_WIRELESS_H
#define _LINUX_WIRELESS_H
www.eeworm.com/read/350097/3135291
c cvf.c
/*
* CVF extensions for fat-based filesystems
*
* written 1997,1998 by Frank Gockel
*
* please do not remove the next line, dmsdos needs it for verifying patches
www.eeworm.com/read/344727/3204802
js ext.ux.passwordmeter.js
// Create user extensions namespace (Ext.ux)
Ext.namespace('Ext.ux');
/**
* Ext.ux.PasswordMeter Extension Class
*
* @author Eelco Wiersma
* @version 0.2
*
* Algorithm based on code of T
www.eeworm.com/read/340665/3272841
c anon-struct1.c
/* { dg-options "-ansi -pedantic -pedantic-errors" } */
/* In strict ISO C++ mode, we don't recognize the anonymous struct
extension or any Microsoft C extensions. */
struct A { char a; };
struc
www.eeworm.com/read/340665/3275620
c addrfunc2.c
// Test for implicit & on methods.
// Contributed by Jason Merrill .
// Special g++ Options: -fms-extensions
struct A {
void f (int = 0) { }
};
int
main ()
{
void (A::*p)(int)