Searched refs:STRINGIFY2 (Results 1 – 3 of 3) sorted by relevance
47 # define STRINGIFY2(x) #x macro48 # define STRINGIFY(x) STRINGIFY2(x)
270 #define STRINGIFY2(e) #e macro271 #define STRINGIFY(e) STRINGIFY2(e)
71 #define STRINGIFY2(name) #name macro72 #define STRINGIFY(name) STRINGIFY2(name)