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

/opensolaris-onvv-gate/usr/src/lib/libldap4/include/
H A Dcdefs.h58 * The __CONCAT macro is used to concatenate parts of symbol names, e.g.
59 * with "#define OLD(foo) __CONCAT(old,foo)", OLD(foo) produces oldfoo.
60 * The __CONCAT macro is a bit tricky -- make sure you don't put spaces
61 * in between its arguments. __CONCAT can also concatenate double-quoted
66 #define __CONCAT(x,y) x ## y macro
82 #define __CONCAT(x,y) x/**/y macro
/opensolaris-onvv-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
/opensolaris-onvv-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

Completed in 178 milliseconds