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

/osnet-11/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))
/osnet-11/usr/src/cmd/sendmail/libsm/
H A Ddebug.c260 SM_REQUIRE(pattern != NULL);
261 SM_REQUIRE(level >= 0);
H A Dexc.c294 SM_REQUIRE(etype->etype_argformat[i+1] == '\0');
441 SM_REQUIRE(exc->sm_magic == SmExcMagic);
486 SM_REQUIRE(exc->sm_magic == SmExcMagic);
H A Drpool.c160 ** The SM_REQUIRE assertion is deferred until now, for speed.
165 SM_REQUIRE(rpool->sm_magic == SmRpoolMagic);
256 ** The SM_REQUIRE assertion is deferred until now, for speed.
261 SM_REQUIRE(rpool->sm_magic == SmRpoolMagic);
364 SM_REQUIRE(poolsize >= bigobjectsize);
H A Dsem.c161 SM_REQUIRE(sm_get_sem(semid, semnum) > 0);
H A Dsmstdio.c337 SM_REQUIRE(fd >= 0);
H A Dmbdb.c100 SM_REQUIRE(mbdb != NULL);
192 SM_REQUIRE(user != NULL);
H A Dfindfp.c159 SM_REQUIRE(t->f_open && t->f_close && (t->f_read || t->f_write));
H A Dldap.c312 SM_REQUIRE(lmap != NULL);
313 SM_REQUIRE(argv != NULL);
314 SM_REQUIRE(argv[0] != NULL);
H A Dheap.c484 SM_REQUIRE(ptr != NULL);
/osnet-11/usr/src/cmd/sendmail/src/
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);
H A Dqueue.c3942 SM_REQUIRE(e != NULL);
7816 SM_REQUIRE(ISVALIDQGRP(old->e_qgrp) && ISVALIDQDIR(old->e_qdir));
7817 SM_REQUIRE(ISVALIDQGRP(new->e_qgrp) && ISVALIDQDIR(new->e_qdir));
7841 SM_REQUIRE(ISVALIDQGRP(old->e_dfqgrp) && ISVALIDQDIR(old->e_dfqdir));
7842 SM_REQUIRE(ISVALIDQGRP(new->e_dfqgrp) && ISVALIDQDIR(new->e_dfqdir));
8022 SM_REQUIRE(ISVALIDQGRP(e->e_qgrp));
H A Ddeliver.c1337 SM_REQUIRE(firstto != NULL); /* same as to */
1343 SM_REQUIRE(e != NULL);
H A Dparseaddr.c3306 SM_REQUIRE(pvp != NULL);
H A Dmap.c3622 SM_REQUIRE(av != NULL);

Completed in 86 milliseconds