Searched refs:__STRING (Results 1 – 3 of 3) sorted by relevance
82 #define __STRING(x) #x macro98 #define __STRING(x) "x" macro
52 # define __STRING(x) #x macro56 # define __STRING(x) "x" macro
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