Searched refs:__attribute__ (Results 201 - 225 of 612) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/xz/src/common/
H A Dtuklib_common.h61 # define tuklib_attr_noreturn __attribute__((__noreturn__))
/freebsd-9.3-release/lib/libc/sparc64/sys/
H A D__sparc_utrap_setup.c51 void __sparc_utrap_setup(void) __attribute__((constructor));
/freebsd-9.3-release/sys/xen/xenbus/
H A Dxenbusvar.h240 __attribute__((format(printf, 3, 4)));
251 __attribute__((format(printf, 3, 0)));
263 __attribute__((format(printf, 3, 4)));
274 __attribute__((format(printf, 3, 0)));
/freebsd-9.3-release/contrib/compiler-rt/lib/
H A Dint_types.h64 typedef int ti_int __attribute__ ((mode (TI)));
65 typedef unsigned tu_int __attribute__ ((mode (TI)));
/freebsd-9.3-release/contrib/dtc/
H A Dsrcpos.h100 __attribute__((format(printf, 2, 3)));
102 __attribute__((format(printf, 2, 3)));
/freebsd-9.3-release/contrib/gcc/
H A Dgthr-dce.h61 static __typeof(name) __gthrw_ ## name __attribute__ ((__weakref__(#name)));
372 __attribute__ ((__unused__)))
384 __attribute__ ((__unused__)))
396 __attribute__ ((__unused__)),
397 objc_mutex_t mutex __attribute__ ((__unused__)))
409 __attribute__ ((__unused__)))
421 __attribute__ ((__unused__)))
448 __gthread_key_delete (__gthread_key_t key __attribute__ ((__unused__)))
H A Dtsystem.h65 extern void abort (void) __attribute__ ((__noreturn__));
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecLibrary.c44 extern void __dfp_raise (int exception __attribute__ ((unused)));
88 __dfp_raise (int exception __attribute__ ((unused)))
/freebsd-9.3-release/contrib/libstdc++/config/locale/gnu/
H A Dc_locale.h76 __convert_from_v(const __c_locale& __cloc __attribute__ ((__unused__)),
78 const int __size __attribute__ ((__unused__)),
/freebsd-9.3-release/contrib/llvm/include/llvm/Transforms/
H A DInstrumentation.h21 extern __thread __attribute__((tls_model("initial-exec")))
27 extern __thread __attribute__((tls_model("initial-exec")))
/freebsd-9.3-release/contrib/ofed/libmthca/src/
H A Ddoorbell.h41 uint8_t xmmsave[8] __attribute__((aligned(8)));
56 uint8_t xmmsave[8] __attribute__((aligned(8)));
/freebsd-9.3-release/contrib/xz/src/liblzma/api/
H A Dlzma.h216 # define lzma_nothrow __attribute__((__nothrow__))
234 # define lzma_attribute(attr) __attribute__(attr)
/freebsd-9.3-release/tools/tools/ath/common/
H A Dah_osdep.h61 #define __packed __attribute__((__packed__))
68 __attribute__ ((__format__ (__printf__, _a, _b)))
/freebsd-9.3-release/usr.sbin/ppp/
H A Dlog.h83 __attribute__ ((format (printf, 2, 3)));
85 __attribute__ ((format (printf, 2, 3)));
H A Dprompt.h74 __attribute__ ((format (printf, 2, 3)));
80 __attribute__ ((format (printf, 2, 0)));
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dlog-internal.h33 #define EV_CHECK_FMT(a,b) __attribute__((format(printf, a, b)))
34 #define EV_NORETURN __attribute__((noreturn))
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.decls.h227 #define __attribute__(a) macro
230 __attribute__((__format__(__printf__, 1, 2)));
232 __attribute__((__format__(__printf__, 3, 4)));
234 __attribute__((__format__(__printf__, 1, 2)));
236 __attribute__((__format__(__printf__, 1, 0)));
238 __attribute__((__format__(__printf__, 3, 0)));
240 __attribute__((__format__(__printf__, 1, 0)));
/freebsd-9.3-release/sys/netgraph/bluetooth/include/
H A Dng_btsocket_rfcomm.h125 } __attribute__ ((packed));
134 } __attribute__ ((packed));
141 } __attribute__ ((packed));
148 } __attribute__ ((packed));
160 } __attribute__ ((packed));
167 } __attribute__ ((packed));
179 } __attribute__ ((packed));
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dloop.c446 __attribute__((alias ("gomp_loop_static_start")));
448 __attribute__((alias ("gomp_loop_dynamic_start")));
450 __attribute__((alias ("gomp_loop_guided_start")));
453 __attribute__((alias ("gomp_loop_ordered_static_start")));
455 __attribute__((alias ("gomp_loop_ordered_dynamic_start")));
457 __attribute__((alias ("gomp_loop_ordered_guided_start")));
460 __attribute__((alias ("gomp_loop_static_next")));
462 __attribute__((alias ("gomp_loop_dynamic_next")));
464 __attribute__((alias ("gomp_loop_guided_next")));
467 __attribute__((alia
[all...]
/freebsd-9.3-release/crypto/openssh/
H A Dkexc25519.c48 __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
49 __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)))
50 __attribute__((__bounded__(__minbytes__, 3, CURVE25519_SIZE)));
H A Dpacket.h78 void packet_disconnect(const char *fmt,...) __attribute__((noreturn)) __attribute__((format(printf, 1, 2)));
79 void packet_send_debug(const char *fmt,...) __attribute__((format(printf, 1, 2)));
/freebsd-9.3-release/sys/netgraph/bluetooth/l2cap/
H A Dng_l2cap_cmds.h57 } __attribute__ ((packed)) *c = NULL; \
91 } __attribute__ ((packed)) *c = NULL; \
114 } __attribute__ ((packed)) *c = NULL; \
139 } __attribute__ ((packed)) *c = NULL; \
173 } __attribute__ ((packed)) *c = NULL; \
218 } __attribute__ ((packed)) *o = NULL; \
233 } __attribute__ ((packed)) *o = NULL; \
248 } __attribute__ ((packed)) *o = NULL; \
282 } __attribute__ ((packed)) *c = NULL; \
305 } __attribute__ ((packe
[all...]
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dprint_p.h50 __attribute__((__format__(__printf__, fmt, args)))
/freebsd-9.3-release/contrib/expat/lib/
H A Dexpat_external.h40 #define XMLCALL __attribute__((cdecl))
/freebsd-9.3-release/contrib/gcc/config/
H A Dhost-darwin.c29 static char pch_address_space[1024*1024*1024] __attribute__((aligned (4096)));

Completed in 212 milliseconds

1234567891011>>