Home
last modified time | relevance | path

Searched refs:__STRING (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/include/sys/
H A Dcdefs.h82 #define __STRING(x) #x macro
98 #define __STRING(x) "x" macro
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dcdefs.h50 # define __STRING(x) #x macro
54 # define __STRING(x) "x" macro
/illumos-gate/usr/src/uts/common/sys/
H A Dlinker_set.h44 #define __STRING(x) #x /* stringify without expanding x */ macro
45 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
/illumos-gate/usr/src/boot/sys/sys/
H A Dcdefs.h158 #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