Home
last modified time | relevance | path

Searched refs:__CONCAT (Results 1 – 7 of 7) sorted by relevance

/third_party/FreeBSD/sys/sys/
Dlinker_set.h72 __GLOBL(__CONCAT(__start_set_,set)); \
73 __GLOBL(__CONCAT(__stop_set_,set)); \
97 extern ptype __attribute__((__weak__)) *__CONCAT(__start_set_,set); \
98 extern ptype __attribute__((__weak__)) *__CONCAT(__stop_set_,set)
101 (&__CONCAT(__start_set_,set))
103 (&__CONCAT(__stop_set_,set))
Dcdefs.h159 #define __CONCAT(x,y) __CONCAT1(x,y) macro
176 #define __CONCAT(x,y) x/**/y macro
602 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
610 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
618 #define __RCSID_SOURCE(s) __IDSTRING(__CONCAT(__rcsid_source_,__LINE__),s)
626 #define __SCCSID(s) __IDSTRING(__CONCAT(__sccsid_,__LINE__),s)
634 #define __COPYRIGHT(s) __IDSTRING(__CONCAT(__copyright_,__LINE__),s)
/third_party/musl/porting/linux/user/include/sys/
Dcdefs.h49 #define __CONCAT(x,y) x ## y macro
/third_party/FreeBSD/lib/msun/src/
Dmath_private.h314 .xbits.man = __CONCAT(m, ULL), \
643 return (x + __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2 - in rnintl()
644 __CONCAT(0x1.8p, LDBL_MANT_DIG) / 2); in rnintl()
/third_party/FreeBSD/lib/libc/stdlib/
Dqsort.c57 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
/third_party/elfutils/tests/
Drun-dwarf-getmacros.sh580 __CONCAT(x,y) x ## y
/third_party/elfutils/lib/
DChangeLog234 * fixedsizehash.h (CONCAT): Use __CONCAT when available.