Home
last modified time | relevance | path

Searched refs:sm_test (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dtest.h22 # define SM_TEST(cond) sm_test(cond, #cond, __FILE__, __LINE__)
24 # define SM_TEST(cond) sm_test(cond, "cond", __FILE__, __LINE__)
37 sm_test __P((
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dtest.c109 sm_test(success, expr, filename, lineno) in sm_test() function