Searched defs:__STRING (Results 1 – 6 of 6) sorted by relevance
103 #define __STRING(x) #x macro119 #define __STRING(x) "x" macro
50 # define __STRING(x) #x macro54 # define __STRING(x) "x" macro
55 #define __STRING(x) #x macro
28 def __STRING(x): return #x function34 def __STRING(x): return "x" function
182 #define __STRING(x) #x /* stringify without expanding x */ macro
124 #define __STRING(x) #x /* stringify without expanding x */ macro139 #define __STRING(x) "x" macro