- t2ex
- bsd_source/lib/libc/src_bsd/include/sys/cdefs.h - 13.0KB - 386 lines
127: #elif !defined(__STRICT_ANSI__)
128: #define __dead __attribute__((__noreturn__))
129: #define __pure __attribute__((__const__))
- More results from cdefs.h
- bsd_source/lib/libc/src_bsd/stdio/multibyte.h - 2.2KB - 50 lines
34: _RuneLocale *__runelocale;
35: char __private __attribute__((__aligned__));
36: } _RuneStatePriv;
- bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h - 13.5KB - 402 lines
180: #if __GNUC_PREREQ__(2, 5)
181: #define __dead __attribute__((__noreturn__))
182: #elif defined(__GNUC__)
- More results from cdefs.h
- bsd_source/t2ex/network/net/src_bsd/sys/cdefs_elf.h - 6.2KB - 159 lines
67: #if __GNUC_PREREQ__(4, 0)
68: #define __weak_reference(sym) __attribute__((__weakref__))
69: #else
- bsd_source/t2ex/network/net/src_bsdlib/libc/include/port_before.h - 538B - 18 lines
2: #include <sys/cdefs.h>
3: #define ISC_FORMAT_PRINTF(a,b) __attribute__((__format__(__printf__,a,b)))
4: #define ISC_SOCKLEN_T socklen_t
- t2ex_source/include/t2ex/sys/cdefs.h - 2.2KB - 65 lines
59:
60: #define __packed __attribute__((__packed__))
61: