Searched refs:__STRING (Results 1 – 2 of 2) sorted by relevance
176 #define __STRING(x) #x /* stringify without expanding x */ macro177 #define __XSTRING(x) __STRING(x) /* expand x, then stringify */193 #define __STRING(x) "x" macro547 extern __typeof (sym) aliassym __attribute__ ((__alias__ (__STRING(sym))))552 extern __typeof (sym) aliassym __attribute__ ((__weak__, __alias__ (__STRING(sym))))
4312 (__STRING): Define.