Home
last modified time | relevance | path

Searched defs:assert_int (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssh/regress/unittests/test_helper/
H A Dtest_helper.c492 assert_int(const char *file, int line, const char *a1, const char *a2, in assert_int() function
/freebsd/sys/contrib/openzfs/tests/unit/
H A Dmunit.h498 # define assert_int(a, op, b) munit_assert_int(a, op, b) macro