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