Searched refs:__STRING (Results 1 – 3 of 3) 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
581 __STRING(x) #x606 __ASMNAME2(prefix,cname) __STRING (prefix) cname