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

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h52 # define __STRING(x) #x macro
56 # define __STRING(x) "x" macro
/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h77 * strings produced by the __STRING macro, but this only works with ANSI C.
82 #define __STRING(x) #x macro
98 #define __STRING(x) "x" macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h148 * concatenate double-quoted strings produced by the __STRING macro, but
151 * __XSTRING is like __STRING, but it expands any macros in its argument
158 #define __STRING(x) #x /* stringify without expanding x */ macro
159 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
175 #define __STRING(x) "x" macro

Completed in 46 milliseconds