Searched defs:SM_REQUIRE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dassert.h68 # define SM_REQUIRE(cond) \ macro
70 "SM_REQUIRE(" #cond ") failed"), 0)))
72 # define SM_REQUIRE(cond) \ macro
74 "SM_REQUIRE(cond) failed"), 0)))
77 # define SM_REQUIRE(cond) ((void) 0) macro
81 SM_REQUIRE((obj) != NULL && (obj)->sm_magic == (magic))

Completed in 62 milliseconds