Searched refs:__STRING (Results 1 – 2 of 2) sorted by relevance
36 #define __STRING(x) #x macro37 #define __XSTRING(x) __STRING(x)
151 #define __STRING(x) #x /* stringify without expanding x */ macro152 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */168 #define __STRING(x) "x" macro