代码搜索:Extensions
找到约 9,524 项符合「Extensions」的源代码
代码结果 9,524
www.eeworm.com/read/298657/3860516
c fpathconf.c
/* Linux specific extensions to fpathconf.
Copyright (C) 1991,95,96,98,99,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software;
www.eeworm.com/read/298657/3860551
c pathconf.c
/* Linux specific extensions to pathconf.
Copyright (C) 1991,95,96,98,99,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software;
www.eeworm.com/read/289672/3989839
java x509rolecertificate.java
package SOMA.security.auth;
import iaik.x509.*;
import iaik.x509.extensions.*;
/**
*
* @author Mario Zambrini
* @version
*/
public class X509RoleCertificate {
X509Certificate cert;
www.eeworm.com/read/282758/4087955
h activetest.h
#ifndef CPPUNIT_ACTIVETEST_H
#define CPPUNIT_ACTIVETEST_H
#include
#ifndef CPPUNIT_TESTDECORATOR_H
#include
#endif
/* A Microsoft-specific active tes
www.eeworm.com/read/279968/4129605
c fpathconf.c
/* Linux specific extensions to fpathconf.
Copyright (C) 1991,95,96,98,99,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software;
www.eeworm.com/read/279968/4129640
c pathconf.c
/* Linux specific extensions to pathconf.
Copyright (C) 1991,95,96,98,99,2000,2001 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software;
www.eeworm.com/read/270401/4238390
java verbatim.java
// Verbatim.java - Xalan extensions supporting DocBook verbatim environments
package com.nwalsh.xalan;
import java.util.Stack;
import java.util.StringTokenizer;
import org.xml.sax.Attributes;
impor
www.eeworm.com/read/443386/1747999
h compatmac.h
/*
* $Id: compatmac.h,v 1.65 2004/08/11 15:29:25 dmarlin Exp $
*
* Extensions and omissions from the normal 'linux/compatmac.h'
* files. hopefully this will end up empty as the 'real' one
* beco
www.eeworm.com/read/440906/1776958
c alignof.c
// Build don't link:
// GROUPS passed extensions
struct bar { int bit : 1; };
void foo (int *r, bar t)
{
// doing alignof on a bit-field should be illegal
__alignof__ (t.bit);// ERROR - .*
//
www.eeworm.com/read/440906/1781980
c gnu89-init-1.c
/* Test for GNU extensions to compound literals */
/* Origin: Jakub Jelinek */
/* { dg-do run } */
/* { dg-options "-std=gnu89" } */
extern void abort (void);
extern void exit (int