Home
last modified time | relevance | path

Searched refs:ASSERT_CHAR_EQ (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dread_requeue.c63 ASSERT_CHAR_EQ(("bad byte %d of cookie", i), buf[0], cookie[i]); in munch()
H A Dtestlib.h70 #define ASSERT_CHAR_EQ(msg, got, exp) ASSERT_CMP(msg, got, ==, exp, "%c") macro
H A Dread_pause.c81 ASSERT_CHAR_EQ(("bad byte %d of cookie", i), buf[0], cookie[i]); in munch()