Home
last modified time | relevance | path

Searched refs:SM_REQUIRE (Results 1 – 15 of 15) sorted by path

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dassert.h66 # define SM_REQUIRE(cond) \ macro
70 # define SM_REQUIRE(cond) \ macro
75 # define SM_REQUIRE(cond) ((void) 0) macro
79 SM_REQUIRE((obj) != NULL && (obj)->sm_magic == (magic))
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c260 SM_REQUIRE(pattern != NULL);
261 SM_REQUIRE(level >= 0);
H A Dexc.c292 SM_REQUIRE(etype->etype_argformat[i+1] == '\0');
439 SM_REQUIRE(exc->sm_magic == SmExcMagic);
484 SM_REQUIRE(exc->sm_magic == SmExcMagic);
H A Dfindfp.c157 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
H A Dheap.c482 SM_REQUIRE(ptr != NULL);
H A Dldap.c312 SM_REQUIRE(lmap != NULL);
313 SM_REQUIRE(argv != NULL);
314 SM_REQUIRE(argv[0] != NULL);
H A Dmbdb.c100 SM_REQUIRE(mbdb != NULL);
192 SM_REQUIRE(user != NULL);
H A Drpool.c163 SM_REQUIRE(rpool->sm_magic == SmRpoolMagic);
259 SM_REQUIRE(rpool->sm_magic == SmRpoolMagic);
362 SM_REQUIRE(poolsize >= bigobjectsize);
H A Dsem.c161 SM_REQUIRE(sm_get_sem(semid, semnum) > 0);
H A Dsmstdio.c335 SM_REQUIRE(fd >= 0);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1337 SM_REQUIRE(firstto != NULL); /* same as to */
1343 SM_REQUIRE(e != NULL);
H A Dmap.c3627 SM_REQUIRE(av != NULL);
H A Dparseaddr.c3306 SM_REQUIRE(pvp != NULL);
H A Dqueue.c3943 SM_REQUIRE(e != NULL);
7808 SM_REQUIRE(ISVALIDQGRP(old->e_qgrp) && ISVALIDQDIR(old->e_qdir));
7809 SM_REQUIRE(ISVALIDQGRP(new->e_qgrp) && ISVALIDQDIR(new->e_qdir));
7833 SM_REQUIRE(ISVALIDQGRP(old->e_dfqgrp) && ISVALIDQDIR(old->e_dfqdir));
7834 SM_REQUIRE(ISVALIDQGRP(new->e_dfqgrp) && ISVALIDQDIR(new->e_dfqdir));
8014 SM_REQUIRE(ISVALIDQGRP(e->e_qgrp));
H A Dutil.c461 SM_REQUIRE(sz >= 0);
1291 SM_REQUIRE(siz > 0);
1292 SM_REQUIRE(buf != NULL);
1403 SM_REQUIRE(np != NULL);
1405 SM_REQUIRE(n > 0);
1406 SM_REQUIRE(buf != NULL);