Searched refs:STRINGIFY2 (Results 1 – 3 of 3) sorted by relevance
20 #define STRINGIFY2(x) STRINGIFY(x) macro22 __FILE__ "(" STRINGIFY2(__LINE__) "): Failure: " message
35 #define STRINGIFY(x) STRINGIFY2(x)36 #define STRINGIFY2(x) #x macro
364 #define STRINGIFY2(x) STRINGIFY1(x) macro366 #define ERRSTR(x) ERRSTR1("_ssl.c", STRINGIFY2(__LINE__), x)