Searched refs:__STRING (Results 1 – 4 of 4) sorted by relevance
82 #define __STRING(x) #x macro98 #define __STRING(x) "x" macro
50 # define __STRING(x) #x macro54 # define __STRING(x) "x" macro
44 #define __STRING(x) #x /* stringify without expanding x */ macro45 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */
158 #define __STRING(x) #x /* stringify without expanding x */ macro159 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */175 #define __STRING(x) "x" macro