Symbol: CHECK
crypto/heimdal/kadmin/rpc.c
44
#define CHECK(x) \
crypto/heimdal/lib/hdb/hdb-mitdb.c
113
#define CHECK(x) do { if ((x)) goto out; } while(0)
crypto/heimdal/lib/kadm5/marshall.c
37
#define CHECK(e) do { if (e) return EINVAL; } while (0)
crypto/heimdal/lib/krb5/pac.c
68
#define CHECK(r,f,l) \
crypto/heimdal/lib/ntlm/ntlm.c
110
#define CHECK(f, e) \
crypto/krb5/src/lib/crypto/crypto_tests/vectors.c
209
#define CHECK check_error(r, __LINE__)
crypto/krb5/src/lib/krb5/ccache/t_cc.c
185
#define CHECK(kret,msg) \
crypto/krb5/src/lib/krb5/keytab/t_keytab.c
50
#define CHECK(kret,msg) CHECK_ERR(kret, 0, msg)
crypto/krb5/src/windows/installer/wix/custom/custom.h
44
#define CHECK(x) if((x)) goto _cleanup
lib/libc/net/linkaddr.c
228
#define CHECK(n) do { \
lib/libc/net/linkaddr.c
279
#undef CHECK
lib/libcasper/services/cap_grp/tests/grp_test.c
49
#define CHECK(expr) do { \
lib/libcasper/services/cap_pwd/tests/pwd_test.c
49
#define CHECK(expr) do { \
lib/libnv/tests/nvlist_add_test.c
37
#define CHECK(expr) do { \
lib/libnv/tests/nvlist_append_test.c
37
#define CHECK(expr) do { \
lib/libnv/tests/nvlist_exists_test.c
36
#define CHECK(expr) do { \
lib/libnv/tests/nvlist_free_test.c
36
#define CHECK(expr) do { \
lib/libnv/tests/nvlist_get_test.c
38
#define CHECK(expr) do { \
lib/libnv/tests/nvlist_move_test.c
39
#define CHECK(expr) do { \
sys/netgraph/ng_l2tp.c
1577
#define CHECK(p) KASSERT((p), ("%s: not: %s", __func__, #p))
sys/netgraph/ng_l2tp.c
1602
#undef CHECK
tests/sys/netgraph/util.c
48
#define CHECK(r, x) do { \
tools/regression/capsicum/syscalls/misc.h
44
#define CHECK(cond) do { \
tools/regression/security/cap_test/cap_test.h
60
#define CHECK(condition) do { \