Searched refs:__STRING (Results 1 – 4 of 4) sorted by relevance
92 #ifndef __STRING94 #define __STRING(x) #x macro98 #define SND_DLSYM_VERSION(version) __STRING(version)
160 #define __STRING(x) #x /* stringify without expanding x */ macro161 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */177 #define __STRING(x) "x" macro
113 case code: s = __STRING(code)
112 case code: s = __STRING(code)