代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/340665/3281009
c ext-6.c
/* Test for format extensions. Test that the C99 functions get their
default attributes in gnu89 mode.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std
www.eeworm.com/read/340665/3281046
c ext-1.c
/* Test for format extensions beyond the C standard and X/Open standard.
Test for printf formats.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99
www.eeworm.com/read/340665/3281050
c ext-2.c
/* Test for format extensions beyond the C standard and X/Open standard.
Test for scanf formats.
*/
/* Origin: Joseph Myers */
/* { dg-do compile } */
/* { dg-options "-std=gnu99
www.eeworm.com/read/339446/3302851
cpp xshape.cpp
#include
#include
#include
int main(int, char **)
{
XShapeEvent shapeevent;
shapeevent.type = 0;
return 0;
}
www.eeworm.com/read/316872/3599447
h device.h
/*
* Arch specific extensions to struct device
*
* This file is released under the GPLv2
*/
#ifndef _ASM_IA64_DEVICE_H
#define _ASM_IA64_DEVICE_H
struct dev_archdata {
#ifdef CONFIG_ACPI
void *a
www.eeworm.com/read/316872/3602783
h wext.h
#ifndef __NET_WEXT_H
#define __NET_WEXT_H
/*
* wireless extensions interface to the core code
*/
struct net;
#ifdef CONFIG_WIRELESS_EXT
extern int wext_proc_init(struct net *net);
extern void wex
www.eeworm.com/read/316872/3605632
c rock.c
/*
* linux/fs/isofs/rock.c
*
* (C) 1992, 1993 Eric Youngdale
*
* Rock Ridge Extensions to iso9660
*/
#include
#include
#include
#include
www.eeworm.com/read/292705/3947015
h acpi-ext.h
#ifndef _ASM_IA64_ACPI_EXT_H
#define _ASM_IA64_ACPI_EXT_H
/*
* Advanced Configuration and Power Infterface
* Based on 'ACPI Specification 1.0b' Febryary 2, 1999
* and 'IA-64 Extensions to the ACPI
www.eeworm.com/read/440906/1781883
c gnu99-init-1.c
/* Test for GNU extensions to C99 designated initializers */
/* Origin: Jakub Jelinek */
/* { dg-do run } */
/* { dg-options "-std=gnu99" } */
typedef __SIZE_TYPE__ size_t;
extern