Searched refs:__attribute__ (Results 1 - 7 of 7) sorted by relevance

/bind-9.6-ESV-R11/contrib/nslint-2.1a3/lbl/
H A Dgnuc.h24 * __dead void foo(void) __attribute__((volatile));
32 #ifndef __attribute__
33 #define __attribute__(args) macro
40 #ifndef __attribute__
41 #define __attribute__(args) macro
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dformatcheck.h35 #define ISC_FORMAT_PRINTF(fmt, args) __attribute__((__format__(__printf__, fmt, args)))
/bind-9.6-ESV-R11/lib/isc/ia64/include/isc/
H A Datomic.h35 __attribute__ ((unused))
61 __attribute__ ((unused))
80 __attribute__ ((unused))
/bind-9.6-ESV-R11/lib/lwres/
H A Dprint_p.h50 __attribute__((__format__(__printf__, fmt, args)))
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dnslint.c178 __dead void usage(void) __attribute__((volatile));
/bind-9.6-ESV-R11/unit/atf-src/
H A Dconfigure15881 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__((__format__(__printf__, a, b))) is supported" >&5
15882 $as_echo_n "checking whether __attribute__((__format__(__printf__, a, b))) is supported... " >&6; }
15890 __attribute__((__format__(__printf__, 1, 2)));
15915 value="__attribute__((__format__(__printf__, a, b)))"
15927 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__((__noreturn__)) is supported" >&5
15928 $as_echo_n "checking whether __attribute__((__noreturn__)) is supported... " >&6; }
15970 value="__attribute__((__noreturn__))"
15978 { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether __attribute__((__unused__)) is supported" >&5
15979 $as_echo_n "checking whether __attribute__((__unused__)) is supported... " >&6; }
15984 function(int a __attribute__((__unused_
[all...]
/bind-9.6-ESV-R11/
H A Dconfigure10862 int fnord () __attribute__((visibility("default")));
10968 int fnord () __attribute__((visibility("default")));
12733 void foo() __attribute__((noreturn));
12742 ISC_PLATFORM_NORETURN_POST="#define ISC_PLATFORM_NORETURN_POST __attribute__((noreturn))"

Completed in 1076 milliseconds