代码搜索:Extensions

找到约 9,524 项符合「Extensions」的源代码

代码结果 9,524
www.eeworm.com/read/292705/3949599

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/291168/3968911

doc x509v3.doc

The 'new' system. The X509_EXTENSION_METHOD includes extensions and attributes and/or names. Basically everthing that can be added to an X509 with an OID identifying it. It operates via 2 methods p
www.eeworm.com/read/288937/3998820

h wireless.h

/* * This file define a set of standard wireless extensions * * Version : 14 25.1.02 * * Authors : Jean Tourrilhes - HPL - * Copyright (c) 1997-2002 Jean Tourrilhes, All Rights R
www.eeworm.com/read/288816/4004406

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 redist
www.eeworm.com/read/273665/4200218

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/268865/4249214

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/448675/1685438

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 redist
www.eeworm.com/read/443386/1747216

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/440906/1774439

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/440906/1777252

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)