Searched refs:__attribute__ (Results 276 - 300 of 612) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/libstdc++/libsupc++/
H A Deh_arm.cc46 bool is_reference __attribute__((__unused__)),
44 __cxa_type_match(_Unwind_Exception* ue_header, const std::type_info* catch_type, bool is_reference __attribute__((__unused__)), void** thrown_ptr_p) argument
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dcomplex_io.cc100 extern "C" void ldbl (void) __attribute__ ((alias (#dbl), weak))
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.h231 # define CDECL __attribute__ ((cdecl))
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h40 #define __constructor __attribute__((constructor))
/freebsd-9.3-release/lib/libc/sys/
H A Dstack_protector.c48 static void __guard_setup(void) __attribute__((__constructor__, __used__));
/freebsd-9.3-release/lib/libstdbuf/
H A Dstdbuf.c100 __attribute__ ((constructor)) static void
/freebsd-9.3-release/lib/libusb/
H A Dlibusb10.h33 #define UNEXPORTED __attribute__((__visibility__("hidden")))
/freebsd-9.3-release/libexec/rtld-elf/i386/
H A Drtld_machdep.h77 extern void *___tls_get_addr(tls_index *ti) __attribute__((__regparm__(1)));
/freebsd-9.3-release/sys/boot/i386/btx/lib/
H A Dbtxv86.h64 void __exit(int) __attribute__((__noreturn__));
/freebsd-9.3-release/sys/boot/pc98/btx/lib/
H A Dbtxv86.h64 void __exit(int) __attribute__((__noreturn__));
/freebsd-9.3-release/sys/contrib/xz-embedded/userspace/
H A Dxz_config.h53 inline __attribute__((__always_inline__))
/freebsd-9.3-release/sys/dev/firewire/
H A Diec68113.h95 } __attribute__ ((packed)) dv;
/freebsd-9.3-release/sys/ofed/include/rdma/
H A Dib_user_mad.h165 typedef unsigned long __attribute__((aligned(4))) packed_ulong;
/freebsd-9.3-release/sys/powerpc/include/
H A Dvarargs.h47 typedef int __builtin_va_alist_t __attribute__((__mode__(__word__)));
/freebsd-9.3-release/sys/xen/interface/
H A Darch-powerpc.h34 } __attribute__((__aligned__(8))) __guest_handle_ ## name
H A Dkexec.h163 __attribute__ ((format (printf, 1, 2)));
/freebsd-9.3-release/sys/xen/interface/io/
H A Dxs_wire.h67 __attribute__((unused))
/freebsd-9.3-release/contrib/tcsh/
H A Dsh.decls.h51 extern void done (int) __attribute__((__noreturn__));
53 extern void xexit (int) __attribute__((__noreturn__));
85 extern void reset (void) __attribute__((__noreturn__));
109 __attribute__((__noreturn__));
281 extern void udvar (Char *) __attribute__((__noreturn__));
/freebsd-9.3-release/sbin/dhclient/
H A Ddhcpd.h262 void error(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
263 int warning(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
264 int note(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
265 int debug(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
266 int parse_warn(char *, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
/freebsd-9.3-release/sys/dev/hptrr/
H A Dhptintf.h43 #define __attribute__(x) macro
650 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
695 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
746 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
798 } __attribute__((packed)) u;
800 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
815 } __attribute__((packed)) u;
817 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
841 } __attribute__((packed)) u;
844 __attribute__((packe
[all...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dnetdissect.h36 #define __attribute__(x) macro
45 __attribute__ ((format (printf, 3, 4)));
50 __attribute__((format (printf, 3, 0)));
156 __attribute__ ((format (printf, 2, 3)))
162 __attribute__ ((noreturn, format (printf, 2, 3)))
168 __attribute__ ((format (printf, 2, 3)))
/freebsd-9.3-release/crypto/heimdal/lib/krb5/
H A Dlog.c383 #undef __attribute__ macro
384 #define __attribute__(X) macro
393 __attribute__((format (printf, 5, 0)))
431 __attribute__((format (printf, 4, 0)))
443 __attribute__((format (printf, 5, 6)))
461 __attribute__((format (printf, 4, 5)))
/freebsd-9.3-release/sys/dev/hptnr/
H A Dhptintf.h43 #define __attribute__(x) macro
838 } __attribute__((packed)) IDENTIFY_DATA2, *PIDENTIFY_DATA2;
882 __attribute__((packed)) DEVICE_INFO, *PDEVICE_INFO;
933 __attribute__((packed)) DEVICE_INFO_V2, *PDEVICE_INFO_V2, DEVICE_INFO_V3, *PDEVICE_INFO_V3;
985 } __attribute__((packed)) u;
987 } __attribute__((packed)) LOGICAL_DEVICE_INFO, *PLOGICAL_DEVICE_INFO;
1002 } __attribute__((packed)) u;
1004 } __attribute__((packed)) LOGICAL_DEVICE_INFO_V2, *PLOGICAL_DEVICE_INFO_V2;
1028 } __attribute__((packed)) u;
1031 __attribute__((packe
[all...]
/freebsd-9.3-release/contrib/diff/src/
H A Ddiff.h368 void fatal (char const *) __attribute__((noreturn));
374 void pfatal_with_name (char const *) __attribute__((noreturn));
/freebsd-9.3-release/contrib/gcc/config/soft-fp/
H A Dsingle.h56 typedef float SFtype __attribute__((mode(SF)));
71 } bits __attribute__((packed));

Completed in 216 milliseconds

<<11121314151617181920>>