代码搜索:attribute
找到约 10,000 项符合「attribute」的源代码
代码结果 10,000
www.eeworm.com/read/183001/5259872
h pg_attribute.h
/*-------------------------------------------------------------------------
*
* pg_attribute.h
* definition of the system "attribute" relation (pg_attribute)
* along with the relation's initia
www.eeworm.com/read/174206/5363453
h sc_attribute.h
/*****************************************************************************
The following code is derived, directly or indirectly, from the SystemC
source code Copyright (c) 1996-2002 by all C
www.eeworm.com/read/169714/5411555
h radius_attribute.h
/* BEGIN_COPYRIGHT */
/* */
/* Open Diameter: Open-source software for the
www.eeworm.com/read/162614/5517387
c attribute1.c
/* Test for attribute non-translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler "foo" } } */
int walrus __attribute__ ((section (".foo")));
int main (
www.eeworm.com/read/162614/5517390
c attribute2.c
/* Test to make sure that invalid attributes aren't translated.
If error recovery is ever testable then "foobar" should be
translated. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
www.eeworm.com/read/162614/5529262
c attribute1.c
/* Test for attribute non-translation. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
{ dg-final { scan-assembler "foo" } } */
int walrus __attribute__ ((section (".foo")));
int main (
www.eeworm.com/read/162614/5529265
c attribute2.c
/* Test to make sure that invalid attributes aren't translated.
If error recovery is ever testable then "foobar" should be
translated. */
/* { dg-do compile }
{ dg-require-iconv "IBM1047" }
www.eeworm.com/read/329537/3430814
c elipsis-attribute.c
extern void sendto_one(aClient *to, char *pattern, ...)
__attribute__ ((format(printf, 2, 3)));
int f(char *m, ...) __attribute__ ((format(printf, 1, 2)));
void sendto_one(aClient *to, char *patt
www.eeworm.com/read/329537/3430902
c elipsis-attribute.c
extern void sendto_one (aClient *to, char *pattern, ...)
__attribute__ ((format (printf, 2, 3)));
int f (char *m, ...) __attribute__ ((format (printf, 1, 2)));
void
sendto_one (aClient *to, char