Searched refs:CHECK_BOOL (Results 1 – 1 of 1) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | t_cc.c | 198 #define CHECK_BOOL(expr,errstr,msg) \ macro 281 CHECK_BOOL(krb5_realm_compare(context, tmp, test_creds.client) != TRUE, in cc_test() 285 CHECK_BOOL(krb5_principal_compare(context, tmp, test_creds.client) != TRUE, in cc_test() 554 CHECK_BOOL(kret != KRB5_CC_END, "iterator should end", "next_cred"); in test_memory_concurrent() 589 CHECK_BOOL(krb5_principal_compare(context, creds.server, in test_order() 596 CHECK_BOOL(krb5_principal_compare(context, creds.server, in test_order()
|