Searched refs:__attribute__ (Results 226 - 250 of 612) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/gcclibs/libssp/
H A Dgets-chk.c55 extern void __chk_fail (void) __attribute__((__noreturn__));
/freebsd-9.3-release/contrib/libstdc++/config/locale/generic/
H A Dc_locale.h64 const int __size __attribute__((__unused__)),
63 __convert_from_v(const __c_locale&, char* __out, const int __size __attribute__((__unused__)), const char* __fmt, ...) argument
/freebsd-9.3-release/contrib/libstdc++/src/
H A Dwlocale-inst.cc45 extern "C" void ldbl (void) __attribute__ ((alias (#dbl), weak))
/freebsd-9.3-release/contrib/tcsh/
H A Dconfig_f.h184 # define RCSID(id) static const char rcsid[] __attribute__((__used__)) = (id);
/freebsd-9.3-release/crypto/heimdal/include/
H A Dbits.c61 #define __attribute__(x) macro
65 try_signed(FILE *f, int len) __attribute__ ((unused));
68 try_unsigned(FILE *f, int len) __attribute__ ((unused));
71 print_bt(FILE *f, int flag) __attribute__ ((unused));
/freebsd-9.3-release/crypto/openssh/
H A Dauth.h125 __attribute__((__format__ (printf, 3, 4)));
154 __attribute__((__format__ (printf, 2, 3)))
155 __attribute__((__nonnull__ (2)));
205 void auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));
H A Dkex.h195 __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
196 __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)));
199 __attribute__((__bounded__(__minbytes__, 1, CURVE25519_SIZE)))
200 __attribute__((__bounded__(__minbytes__, 2, CURVE25519_SIZE)));
H A Dsftp.h101 void sftp_server_cleanup_exit(int) __attribute__((noreturn));
/freebsd-9.3-release/lib/clang/include/llvm/Support/
H A DDataTypes.h104 #define END_WITH_NULL __attribute__((sentinel))
/freebsd-9.3-release/sbin/hastd/
H A Dproto_impl.h40 #define __constructor __attribute__((constructor))
/freebsd-9.3-release/sys/amd64/include/
H A Dvarargs.h59 typedef int __builtin_va_alist_t __attribute__((__mode__(__word__)));
/freebsd-9.3-release/sys/boot/ofw/libofw/
H A Dopenfirm.h115 void OF_exit(void) __attribute__((noreturn));
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-bootloader.h113 } __attribute__((packed)) bootloader_header_t;
H A Dcvmx-log.h68 #define CVMX_LOG_DISABLE_PC_LOGGING __attribute__((no_instrument_function))
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/support/
H A Dkdb.h36 __attribute__ ((format (printf, 1, 2)));
/freebsd-9.3-release/sys/i386/include/
H A Dvarargs.h55 typedef int __builtin_va_alist_t __attribute__((__mode__(__word__)));
/freebsd-9.3-release/sys/i386/include/xen/
H A Dxenstored.h65 static struct xsd_errors xsd_errors[] __attribute__((unused)) = {
/freebsd-9.3-release/sys/ofed/include/linux/
H A Dcompiler.h55 #define __attribute_const__ __attribute__((__const__))
/freebsd-9.3-release/sys/sparc64/include/
H A Dvarargs.h64 typedef int __builtin_va_alist_t __attribute__((__mode__(__word__)));
/freebsd-9.3-release/usr.bin/m4/
H A Dmdef.h40 # define UNUSED __attribute__((__unused__))
/freebsd-9.3-release/contrib/file/src/
H A Dfile.h89 #define public __attribute__ ((__visibility__("default")))
91 #define protected __attribute__ ((__visibility__("hidden")))
115 #ifndef __attribute__
116 #define __attribute__(a) macro
435 __attribute__((__format__(__printf__, 2, 0)));
439 __attribute__((__format__(__printf__, 2, 3)));
469 __attribute__((__format__(__printf__, 3, 4)));
471 __attribute__((__format__(__printf__, 2, 3)));
473 __attribute__((__format__(__printf__, 2, 3)));
569 __attribute__((__format_arg_
[all...]
/freebsd-9.3-release/contrib/gcc/config/
H A Ddfp-bit.h421 typedef float SFtype __attribute__ ((mode (SF)));
422 typedef float DFtype __attribute__ ((mode (DF)));
424 typedef float XFtype __attribute__ ((mode (XF)));
427 typedef int SItype __attribute__ ((mode (SI)));
428 typedef int DItype __attribute__ ((mode (DI)));
429 typedef unsigned int USItype __attribute__ ((mode (SI)));
430 typedef unsigned int UDItype __attribute__ ((mode (DI)));
435 typedef int CMPtype __attribute__ ((mode (word)));
/freebsd-9.3-release/contrib/gcclibs/libgomp/
H A Dlibgomp_f.h.in65 ? -1 : 1] __attribute__ ((__unused__));
/freebsd-9.3-release/contrib/gcclibs/libssp/ssp/
H A Dssp.h.in63 extern void __chk_fail (void) __attribute__((__noreturn__));
H A Dstdio.h80 extern inline __attribute__((__always_inline__)) char *
92 extern inline __attribute__((__always_inline__)) char *

Completed in 174 milliseconds

1234567891011>>