Symbol: __CONCAT
lib/i18n_module/DECHanyu/citrus_dechanyu.c
63
#define _CEI_TO_STATE(_cei_, _func_) (_cei_)->states.__CONCAT(s_,_func_)
lib/i18n_module/DECHanyu/citrus_dechanyu.c
65
#define _FUNCNAME(m) __CONCAT(_citrus_DECHanyu_,m)
lib/libc/x86_64/SYS.h
40
#define RSYSCALL(x) ENTRY(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
42
.set CNAME(x),CNAME(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
43
.weak CNAME(__CONCAT(_,x)); \
lib/libc/x86_64/SYS.h
44
.set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
45
mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret; \
lib/libc/x86_64/SYS.h
47
END(__CONCAT(__sys_,x))
lib/libc/x86_64/SYS.h
49
#define PSEUDO(x) ENTRY(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
50
.weak CNAME(__CONCAT(_,x)); \
lib/libc/x86_64/SYS.h
51
.set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
52
mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret ; \
lib/libc/x86_64/SYS.h
54
END(__CONCAT(__sys_,x))
lib/libc/x86_64/SYS.h
56
#define RSYSCALL(x) ENTRY(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
58
.set CNAME(x),CNAME(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
59
.weak CNAME(__CONCAT(_,x)); \
lib/libc/x86_64/SYS.h
60
.set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
61
mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret; \
lib/libc/x86_64/SYS.h
63
END(__CONCAT(__sys_,x))
lib/libc/x86_64/SYS.h
65
#define PSEUDO(x) ENTRY(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
66
.weak CNAME(__CONCAT(_,x)); \
lib/libc/x86_64/SYS.h
67
.set CNAME(__CONCAT(_,x)),CNAME(__CONCAT(__sys_,x)); \
lib/libc/x86_64/SYS.h
68
mov __CONCAT($SYS_,x),%rax; KERNCALL; jb 2f; ret; \
lib/libc/x86_64/SYS.h
70
END(__CONCAT(__sys_,x))
lib/libutil/uucplock.c
53
goto __CONCAT(ret, level); }
sbin/route/route.c
1677
#define lock(f) ((rtm->rtm_rmx.rmx_locks & __CONCAT(RTV_,f)) ? 'L' : ' ')
sys/cpu/x86_64/include/asmacros.h
79
#define IDTVEC(name) ALIGN_TEXT; .globl __CONCAT(X,name); \
sys/cpu/x86_64/include/asmacros.h
80
.type __CONCAT(X,name),@function; __CONCAT(X,name):
sys/ddb/ddb.h
64
static const struct command __CONCAT(func_name,_cmd) = { \
sys/ddb/ddb.h
70
TEXT_SET(set, __CONCAT(func_name,_cmd)); \
sys/dev/virtual/virtio/virtio/virtio.h
178
__CONCAT(virtio_read_dev_config_,size)(device_t dev, \
sys/dev/virtual/virtio/virtio/virtio.h
187
__CONCAT(virtio_write_dev_config_,size)(device_t dev, \
sys/kern/imgact_elf.c
85
static int __CONCAT(exec_, __elfN(imgact))(struct image_params *imgp);
sys/kern/kern_device.c
58
#define DDESCNAME(name) __CONCAT(__CONCAT(dev_,name),_desc)
sys/kern/kern_device.c
62
__offsetof(struct dev_ops, __CONCAT(d_, name)), \
sys/kern/vfs_vopops.c
84
#define VDESCNAME(name) __CONCAT(__CONCAT(vop_,name),_desc)
sys/kern/vfs_vopops.c
88
__offsetof(struct vop_ops, __CONCAT(vop_, name)), \
sys/platform/pc64/include/intr_machdep.h
140
#define IDTVEC(name) __CONCAT(X,name)
sys/platform/pc64/x86_64/machdep.c
1762
#define IDTVEC(name) __CONCAT(X,name)
sys/sys/cpputil.h
62
__CONCAT(__GENSTRUCT,VA_NARGS(args))(tag, args)
sys/sys/elf_generic.h
47
#define ELF_CLASS __CONCAT(ELFCLASS,__ELF_WORD_SIZE)
sys/sys/elf_generic.h
57
#define __elfN(x) __CONCAT(__CONCAT(__CONCAT(elf,__ELF_WORD_SIZE),_),x)
sys/sys/elf_generic.h
58
#define __ElfN(x) __CONCAT(__CONCAT(__CONCAT(Elf,__ELF_WORD_SIZE),_),x)
sys/sys/elf_generic.h
59
#define __ELFN(x) __CONCAT(__CONCAT(__CONCAT(ELF,__ELF_WORD_SIZE),_),x)
sys/sys/linker_set.h
63
__GLOBL(__CONCAT(__start_set_,set)); \
sys/sys/linker_set.h
64
__GLOBL(__CONCAT(__stop_set_,set)); \
sys/sys/linker_set.h
75
extern ptype *__CONCAT(__start_set_,set); \
sys/sys/linker_set.h
76
extern ptype *__CONCAT(__stop_set_,set)
sys/sys/linker_set.h
78
extern ptype __weak_symbol *__CONCAT(__start_set_,set); \
sys/sys/linker_set.h
79
extern ptype __weak_symbol *__CONCAT(__stop_set_,set)
sys/sys/linker_set.h
81
#define SET_BEGIN(set) (&__CONCAT(__start_set_,set))
sys/sys/linker_set.h
82
#define SET_LIMIT(set) (&__CONCAT(__stop_set_,set))
sys/sys/vnode.h
410
#define VDESC(OP) (& __CONCAT(OP,_desc))
usr.bin/crunch/crunchide/exec_elf64.c
62
#define CONCAT(x,y) __CONCAT(x,y)