Home
last modified time | relevance | path

Searched refs:STRINGIFY1 (Results 1 – 2 of 2) sorted by relevance

/external/libunwind/src/setjmp/
Dlongjmp.c103 #define STRINGIFY1(x) #x macro
104 #define STRINGIFY(x) STRINGIFY1(x)
/external/python/cpython2/Modules/
D_ssl.c363 #define STRINGIFY1(x) #x macro
364 #define STRINGIFY2(x) STRINGIFY1(x)