Home
last modified time | relevance | path

Searched defs:assert_ptr (Results 1 – 3 of 3) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c649 assert_ptr(const char *file, int line, const char *a1, const char *a2, in assert_ptr() function
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h508 # define assert_ptr(a, op, b) munit_assert_ptr(a, op, b) macro
/freebsd/contrib/dialog/
H A Ddialog.h619 #define assert_ptr(ptr,msg) if ((ptr) == 0) dlg_exiterr("cannot allocate memory in " msg) macro