- t2ex
- bsd_source/lib/libc/src_bsd/include/stdint.h - 7.5KB - 233 lines
219: #define INT32_C(_c) (_c)
220: #define INT64_C(_c) __CONCAT(_c, LL)
221:
- More results from stdint.h
- bsd_source/lib/libc/src_bsd/include/sys/stdint.h - 7.5KB - 233 lines
219: #define INT32_C(_c) (_c)
220: #define INT64_C(_c) __CONCAT(_c, LL)
221:
- More results from stdint.h
- bsd_source/lib/libc/src_bsd/include/thread_private.h - 7.1KB - 183 lines
34: */
35: #define WEAK_NAME(name) __CONCAT(_weak_,name)
36: #define WEAK_ALIAS(name) __weak_alias(name, WEAK_NAME(name))
- More results from thread_private.h
- bsd_source/t2ex/network/net/src_bsd/netinet/tcp_debug.c - 7.9KB - 223 lines
195: const char *cp = "<";
196: #define pf(f) { if (th->th_flags&__CONCAT(TH_,f)) { \
197: printf("%s%s", cp, "f"); cp = ","; } }
- bsd_source/t2ex/network/net/src_bsd/sys/cdefs.h - 13.5KB - 402 lines
86: #define ___STRING(x) __STRING(x)
87: #define ___CONCAT(x,y) __CONCAT(x,y)
88:
- bsd_source/t2ex/network/net/src_bsd/sys/cdefs_elf.h - 6.2KB - 159 lines
33: #ifdef __LEADING_UNDERSCORE
34: #define _C_LABEL(x) __CONCAT(_,x)
35: #define _C_LABEL_STRING(x) "_"x
- bsd_source/t2ex/network/net/src_bsd/sys/sysctl.h - 56.4KB - 1,335 lines
1078: SYSCTL_SETUP_PROTO(name); \
1079: static void __CONCAT(___,name)(struct sysctllog **); \
1080: void name(struct sysctllog **clog) { \
- More results from sysctl.h