Searched defs:__CONCAT (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h51 # define __CONCAT(x,y) x ## y macro
55 # define __CONCAT(x,y) x/**/y macro
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h73 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
74 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
75 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
76 * in between its arguments. __CONCAT can also concatenate double-quoted
81 #define __CONCAT(x,y) x ## y macro
97 #define __CONCAT(x,y) x/**/y macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h143 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
144 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
145 * The __CONCAT macro is a bit tricky to use if it must work in non-ANSI
147 * __CONCAT's, all the __CONCAT's must be at the left. __CONCAT can also
157 #define __CONCAT(x,y) __CONCAT1(x,y) macro
174 #define __CONCAT(x,y) x/**/y macro
611 #define __FBSDID(s) __IDSTRING(__CONCAT(__rcsid_,__LINE__),s)
619 #define __RCSID(s) __IDSTRING(__CONCAT(__rcsid
[all...]

Completed in 60 milliseconds