Searched refs:CMP_ERR (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssl/apps/ |
H A D | cmp.c | 643 #define CMP_ERR(msg, a1, a2, a3) \ macro 645 #define CMP_err(msg) CMP_ERR(msg"%s%s%s", "", "", "") 646 #define CMP_err1(msg, a1) CMP_ERR(msg"%s%s", a1, "", "") 647 #define CMP_err2(msg, a1, a2) CMP_ERR(msg"%s", a1, a2, "") 648 #define CMP_err3(msg, a1, a2, a3) CMP_ERR(msg, a1, a2, a3)
|