Searched defs:__STRING (Results 1 – 7 of 7) 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
48 #define __STRING(x) #x macro
28 def __STRING(x): return #x function34 def __STRING(x): return "x" function
124 #define __STRING(x) #x /* stringify without expanding x */ macro139 #define __STRING(x) "x" macro
182 #define __STRING(x) #x /* stringify without expanding x */ macro