Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_ssl.c334 #define ERRSTR1(x,y,z) (x ":" y ": " z) macro
335 #define ERRSTR(x) ERRSTR1("_ssl.c", STRINGIFY2(__LINE__), x)