Searched defs:STRINGIFY (Results 1 – 15 of 15) sorted by relevance
22 #define STRINGIFY(x) STRINGIFY_HELPER(x) macro
142 AC_SUBST(STRINGIFY) subst
22 #define STRINGIFY(A) STRINGIFY_(A) macro
40 #define STRINGIFY(number) STR(number) macro
44 #define STRINGIFY(A) STRINGIFY_(A) macro
256 #define STRINGIFY(n) #n macro
981 #define STRINGIFY(n) #n macro
76 #define STRINGIFY(name) STRINGIFY2(name) macro
25 #define STRINGIFY(S) STRINGIFY_(S) macro
271 #define STRINGIFY(e) STRINGIFY2(e) macro
852 #define STRINGIFY(X) (#X) in enumeration() macro
72 #define STRINGIFY(x) #x macro
59 #define STRINGIFY(x) #x macro
624 #define STRINGIFY(x) #x macro
254 #define STRINGIFY(X) #X macro