Searched refs:__STR (Results 1 – 3 of 3) sorted by relevance
71 #define __STR(x) #x /* just a helper macro */ macro72 #define STRINGIFY(x) __STR(x)
60 #define __STR(x) #x /* just a helper macro */ macro61 #define STRINGIFY(x) __STR(x)
3447 #define __STR(x) #x macro3448 #define STRINGIFY(x) __STR(x)